public class FavoritesDescriptor extends JDBCObject<FavoritesDescriptor>
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 |
---|
FavoritesDescriptor()
Constructs a
FavoritesDescriptor object with all field values set
to null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description.
|
java.lang.String |
getId()
Returns the unique id for the favorites list.
|
java.lang.String |
getStatus()
(not persisted) Returns the status code.
|
java.lang.String |
getUserId()
Returns the id for the user who owns the list.
|
void |
setDescription(java.lang.String value)
Sets the description.
|
void |
setId(java.lang.String value)
Sets the unique id for the favorites list.
|
void |
setStatus(java.lang.String value)
(not persisted) Sets the status code.
|
void |
setUserId(java.lang.String value)
Sets the id for the user who owns the list.
|
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 FavoritesDescriptor()
FavoritesDescriptor
object with all field values set
to null
.public java.lang.String getId()
public void setId(java.lang.String value)
value
- (String) The unique id for the favorites list.public java.lang.String getUserId()
public void setUserId(java.lang.String value)
value
- (String) The id for the user who owns the list.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- (String) The description.public java.lang.String getStatus()
public void setStatus(java.lang.String value)
value
- (String) The status code.