public class ProductAttributeDescriptor extends JDBCObject<ProductAttributeDescriptor>
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 |
---|
ProductAttributeDescriptor()
Constructs a
ProductAttributeDescriptor object with all field
values set to null . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Returns the unique code for the descriptor.
|
java.lang.String |
getDescription()
Returns the description.
|
boolean |
getDisplay()
Returns the is displayed on product details flag.
|
boolean |
getSearchable()
Returns the attribute's searchable flag value.
|
int |
getSequence()
Returns the sort sequence number.
|
void |
setCode(java.lang.String value)
Sets the unique code for the descriptor.
|
void |
setDescription(java.lang.String value)
Sets the description.
|
void |
setDisplay(boolean value)
Sets the is displayed on product details flag.
|
void |
setSearchable(boolean value)
Sets the attribute's searchable flag value.
|
void |
setSequence(int value)
Sets the sort sequence number.
|
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 ProductAttributeDescriptor()
ProductAttributeDescriptor
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 descriptor.public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- (String) The description.public int getSequence()
public void setSequence(int value)
value
- (int) The sort sequence number.public boolean getDisplay()
public void setDisplay(boolean value)
value
- (boolean) The is displayed on product details flag.public boolean getSearchable()
public void setSearchable(boolean value)
value
- (boolean) The flag value.