public class Xref extends JDBCObject<Xref>
| 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 |
|---|
Xref()
Constructs a
Xref object with all field values set to null. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Returns the cross reference code.
|
java.lang.String |
getCustProdCode()
Returns the customer part number.
|
java.lang.String |
getProductCode()
Returns the flash product code.
|
void |
setCode(java.lang.String value)
Sets the cross reference code.
|
void |
setCustProdCode(java.lang.String value)
Sets the customer part number.
|
void |
setProductCode(java.lang.String value)
Sets the flash product 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 java.lang.String getCode()
public void setCode(java.lang.String value)
value - (String) The cross reference code.public java.lang.String getCustProdCode()
public void setCustProdCode(java.lang.String value)
value - (String) The customer part number.public java.lang.String getProductCode()
public void setProductCode(java.lang.String value)
value - (String) The flash product code.