public class RelatedProductsXref extends JDBCObject<RelatedProductsXref>
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 |
---|
RelatedProductsXref()
Constructs a
RelatedProductsXref object with all field values set
to null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProductCode()
Returns the product code (optional).
|
java.lang.String |
getProductGroupCode()
Returns the product group code (optional).
|
java.lang.String |
getRelationshipTypeCode()
Returns the unique code for the relationship.
|
java.lang.String |
getShowProductGroupCode()
Returns the related product group code.
|
java.lang.String |
getUomCode()
Returns the product unit of measure code (optional).
|
void |
setProductCode(java.lang.String value)
Sets the product code (optional).
|
void |
setProductGroupCode(java.lang.String value)
Sets the product group code (optional).
|
void |
setRelationshipTypeCode(java.lang.String value)
Sets the unique code for the relationship.
|
void |
setShowProductGroupCode(java.lang.String value)
Sets the related product group code.
|
void |
setUomCode(java.lang.String value)
Sets the product unit of measure code (optional).
|
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 RelatedProductsXref()
RelatedProductsXref
object with all field values set
to null
.public java.lang.String getRelationshipTypeCode()
public void setRelationshipTypeCode(java.lang.String value)
value
- (String) The unique code for the relationship.public java.lang.String getProductGroupCode()
public void setProductGroupCode(java.lang.String value)
value
- (String) The product group code (optional).public java.lang.String getProductCode()
public void setProductCode(java.lang.String value)
value
- (String) The product code (optional).public java.lang.String getUomCode()
public void setUomCode(java.lang.String value)
value
- (String) The product unit of measure code (optional).public java.lang.String getShowProductGroupCode()
public void setShowProductGroupCode(java.lang.String value)
value
- (String) The related product group code.