public class Leadtime extends JDBCObject<Leadtime>
| 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 |
|---|
Leadtime()
Constructs a
Leadtime object with all field values set to
null. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Returns the unique code for the lead time.
|
int |
getDays()
Returns the number of days.
|
java.lang.String |
getName()
Returns the description.
|
void |
setCode(java.lang.String value)
Sets the unique code for the lead time.
|
void |
setDays(int value)
Sets the number of days.
|
void |
setName(java.lang.String value)
Sets the description.
|
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 Leadtime()
Leadtime 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 lead time.public java.lang.String getName()
public void setName(java.lang.String value)
value - (String) The description.public int getDays()
public void setDays(int value)
value - (int) The number of days.