public class AdmPurgeCategories.CatalogPath extends JDBCObject<AdmPurgeCategories.CatalogPath>
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_PENDING
ivHashCode, ivHashFlds, ivObjAttrs
Constructor and Description |
---|
CatalogPath(java.lang.String namepath,
java.lang.String codepath,
boolean deadend)
Constructs a
CatalogPath object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodePath()
Returns the category code path.
|
boolean |
getIsDeadEnd()
Returns the is dead-end flag.
|
java.lang.String |
getNamePath()
Returns the category name path.
|
void |
setCodePath(java.lang.String value)
Sets the category code path.
|
void |
setIsDeadEnd(boolean value)
Sets the is dead-end flag.
|
void |
setNamePath(java.lang.String value)
Sets the category name path.
|
after, before, compareTo, equals, fmtStatus, fmtStatus, getObjectStatus, hashKey, setObjectStatus
cloneMapAttributes, 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, toStringArray
private static final long serialVersionUID
public CatalogPath(java.lang.String namepath, java.lang.String codepath, boolean deadend)
CatalogPath
object with all field values set to
null
.namepath
- (String) The delimited name path for this selection.codepath
- (String) The delimited code path for this selection.deadend
- (boolean) true
if the path for this selection
is a dead-end, otherwise false
.public java.lang.String getNamePath()
public void setNamePath(java.lang.String value)
value
- (String) The category name path.public java.lang.String getCodePath()
public void setCodePath(java.lang.String value)
value
- (String) The category code path.public boolean getIsDeadEnd()
public void setIsDeadEnd(boolean value)
value
- (boolean) The is dead-end flag.