public class CatalogCategory extends JDBCObject<CatalogCategory>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The class' serialization version id.
|
LOWVAL_RPG_DATE, LOWVAL_RPG_TIME, STATUS_ACTIVE, STATUS_BLANK, STATUS_CANCELED, STATUS_DELETED, STATUS_INACTIVE, STATUS_PENDINGivHashCode, ivHashFlds, ivObjAttrs| Constructor and Description |
|---|
CatalogCategory()
Constructs a
CatalogCategory object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChildCode()
Returns the category code for child category.
|
java.lang.String |
getParentCode()
Returns the category code for parent category.
|
int |
getSequence()
Returns the sort sequence number.
|
void |
setChildCode(java.lang.String value)
Sets the category code for child category.
|
void |
setParentCode(java.lang.String value)
Sets the category code for parent category.
|
void |
setSequence(int value)
Sets the sort sequence number.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatuscloneMapAttributes, formatValue, formatValue, getHashFields, getMapArrayList, getMapAttributes, getMapBigDecimal, getMapBoolean, getMapDate, getMapDouble, getMapInteger, getMapLong, getMapMapped, getMapObject, getMapShort, getMapString, getMapString, getMapStringBuffer, getMapStringBuilder, getMapTime, getMapTimestamp, getMapVector, hashCode, setHashFields, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMap, setMapAttributes, setMapObject, setMapTime, setMapTimestamp, toStringArrayprivate static final long serialVersionUID
public CatalogCategory()
CatalogCategory object with all field values set to
null.public java.lang.String getParentCode()
public void setParentCode(java.lang.String value)
value - (String) The category code for parent category.public java.lang.String getChildCode()
public void setChildCode(java.lang.String value)
value - (String) The category code for child category.public int getSequence()
public void setSequence(int value)
value - (int) The sort sequence number.