|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectogre.dms.data.Numbering
public class Numbering
Constructor Summary | |
---|---|
Numbering()
Deprecated. |
|
Numbering(String code,
String type,
String category,
String description)
Deprecated. |
|
Numbering(String code,
String type,
String category,
String description,
boolean ending)
Deprecated. |
Method Summary | |
---|---|
String |
getCategory()
Deprecated. |
String |
getCode()
Deprecated. |
String |
getDescription()
Deprecated. |
HashMap |
getMap()
Deprecated. |
String |
getType()
Deprecated. |
boolean |
isEnding()
Deprecated. |
void |
setCategory(String category)
Deprecated. |
void |
setCode(String code)
Deprecated. |
void |
setDescription(String desc)
Deprecated. |
void |
setEnding(boolean ending)
Deprecated. |
void |
setType(String type)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Numbering()
public Numbering(String code, String type, String category, String description)
public Numbering(String code, String type, String category, String description, boolean ending)
Method Detail |
---|
public String getCode()
public String getType()
public String getCategory()
public String getDescription()
public void setCode(String code)
public void setType(String type)
public void setCategory(String category)
public void setDescription(String desc)
public boolean isEnding()
public void setEnding(boolean ending)
public String toString()
toString
in class Object
public HashMap getMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |