public class RelationshipType extends JDBCObject<RelationshipType>
| 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 |
|---|
RelationshipType()
Constructs a
RelationshipType object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Returns the unique code for the relationship.
|
java.lang.String |
getDescription()
Returns the description.
|
boolean |
getSelectable()
Returns the is selectable for ordering flag.
|
java.lang.String |
getSortCode()
Returns the sort sequence code.
|
void |
setCode(java.lang.String value)
Sets the unique code for the relationship.
|
void |
setDescription(java.lang.String value)
Sets the description.
|
void |
setSelectable(boolean value)
Sets the is selectable for ordering flag.
|
void |
setSortCode(java.lang.String value)
Sets the sort sequence code.
|
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 RelationshipType()
RelationshipType object with all field values set to
null.public java.lang.String getCode()
public void setCode(java.lang.String value)
value - (String) The unique code for the relationship.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value - (String) The description.public java.lang.String getSortCode()
public void setSortCode(java.lang.String value)
value - (String) The sort sequence code.public boolean getSelectable()
public void setSelectable(boolean value)
value - (boolean) The is selectable for ordering flag.