public class WarehouseDetail extends JDBCObject<WarehouseDetail>
A warehouse detail object contains information retrieved from the ERP system. The information has a short life span (typically the life of a product list) and is therefore not persisted to a database table.
Each warehouse quantity object stores its own set of warehouse details.
See the WarehouseQuantity
class' methods for getDetails
and setDetails
.
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 |
---|
WarehouseDetail()
Constructs a
WarehouseDetail object with all field values set to
null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description.
|
java.lang.String |
getLineType()
Returns the line type.
|
java.lang.String |
getQuantity1()
Returns the 1st quantity available.
|
java.lang.String |
getQuantity2()
Returns the 2nd quantity available.
|
java.lang.String |
getQuantity3()
Returns the 3rd quantity available.
|
java.lang.String |
getQuantity4()
Returns the 4th quantity available.
|
java.lang.String |
getQuantity5()
Returns the 5th quantity available.
|
java.lang.String |
getQuantity6()
Returns the 6th quantity available.
|
java.lang.String |
getQuantity7()
Returns the 7th quantity available.
|
java.lang.String |
getQuantity8()
Returns the 8th quantity available.
|
void |
setDescription(java.lang.String value)
Sets the description.
|
void |
setLineType(java.lang.String value)
Sets the line type.
|
void |
setQuantity1(java.lang.String value)
Sets the 1st quantity available.
|
void |
setQuantity2(java.lang.String value)
Sets the 2nd quantity available.
|
void |
setQuantity3(java.lang.String value)
Sets the 3rd quantity available.
|
void |
setQuantity4(java.lang.String value)
Sets the 4th quantity available.
|
void |
setQuantity5(java.lang.String value)
Sets the 5th quantity available.
|
void |
setQuantity6(java.lang.String value)
Sets the 6th quantity available.
|
void |
setQuantity7(java.lang.String value)
Sets the 7th quantity available.
|
void |
setQuantity8(java.lang.String value)
Sets the 8th quantity available.
|
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 WarehouseDetail()
WarehouseDetail
object with all field values set to
null
.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- (String) The description.public java.lang.String getQuantity1()
public void setQuantity1(java.lang.String value)
value
- (String) The 1st quantity available.public java.lang.String getQuantity2()
public void setQuantity2(java.lang.String value)
value
- (String) The 2nd quantity available.public java.lang.String getQuantity3()
public void setQuantity3(java.lang.String value)
value
- (String) The 3rd quantity available.public java.lang.String getQuantity4()
public void setQuantity4(java.lang.String value)
value
- (String) The 4th quantity available.public java.lang.String getQuantity5()
public void setQuantity5(java.lang.String value)
value
- (String) The 5th quantity available.public java.lang.String getQuantity6()
public void setQuantity6(java.lang.String value)
value
- (String) The 6th quantity available.public java.lang.String getQuantity7()
public void setQuantity7(java.lang.String value)
value
- (String) The 7th quantity available.public java.lang.String getQuantity8()
public void setQuantity8(java.lang.String value)
value
- (String) The 8th quantity available.public java.lang.String getLineType()
public void setLineType(java.lang.String value)
value
- (String) The line type.