public class GiftRegistryItemVO extends BaseVO
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
GIFT_REGISTRY_ITEM_CREATE_TIME
Creation time of the gift item
|
static java.lang.String |
GIFT_REGISTRY_ITEM_FIELD1
Gift registry item customizable field 1
|
static java.lang.String |
GIFT_REGISTRY_ITEM_FIELD2
Gift registry item customizable field 2
|
static java.lang.String |
GIFT_REGISTRY_ITEM_FIELD3
Gift registry item customizable field 3
|
static java.lang.String |
GIFT_REGISTRY_ITEM_FIELD4
Gift registry item customizable field 4
|
static java.lang.String |
GIFT_REGISTRY_ITEM_FIELD5
Gift registry item customizable field 5
|
static java.lang.String |
GIFT_REGISTRY_ITEM_GIFTITEMID
Gift item ID
|
static java.lang.String |
GIFT_REGISTRY_ITEM_LAST_UPDATE
Last update of the gift item
|
static java.lang.String |
GIFT_REGISTRY_ITEM_LOCATION
Location of the purchase
|
static java.lang.String |
GIFT_REGISTRY_ITEM_PARTAUXILIARYKEY
Part Auxiliary Key
|
static java.lang.String |
GIFT_REGISTRY_ITEM_PARTNUMBER
Part number of the gift item
|
static java.lang.String |
GIFT_REGISTRY_ITEM_PERSONALIZATIONS
Item personalizations
|
static java.lang.String |
GIFT_REGISTRY_ITEM_QUANTITYBOUGHT
Quantity bought by gift givers
|
static java.lang.String |
GIFT_REGISTRY_ITEM_QUANTITYREQUESTED
Quantity requested by registrant
|
CLASS_NAME, VALUE_OBJECT_ID
Constructor and Description |
---|
GiftRegistryItemVO() |
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getCreateTime()
Gets the creation timestamp from the gift item record
|
java.lang.Integer |
getField1()
Gets the customizable field 1 of the gift item
|
java.lang.Integer |
getField2()
Gets the customizable field 2 of the gift item
|
java.lang.String |
getField3()
Gets the customizable field 3 of the gift item
|
java.lang.String |
getField4()
Gets the customizable field 4 of the gift item
|
java.lang.String |
getField5()
Gets the customizable field 5 of the gift item
|
java.lang.Long |
getGiftItemId()
Gets the gift item ID
|
java.lang.Object |
getId()
Gets the ID of the gift item
|
java.sql.Timestamp |
getLastUpdate()
Gets the last update timestamp from the gift item record
|
java.lang.String |
getLocation()
Gets the purchase location of the gift item
|
java.lang.String |
getPartAuxiliaryKey()
Gets the part auxiliary key of the gift item
|
java.lang.String |
getPartNumber()
Gets the part number of the gift item
|
GiftRegistryItemPersonalizationVO[] |
getPersonalizationArray() |
GiftRegistryItemPersonalizationVO |
getPersonalizationArray(int index)
Gets personalization attributes for the gift item
|
java.util.List |
getPersonalizations()
Gets personalization for the gift item
|
GiftRegistryItemPersonalizationVO |
getPersonalizations(int index)
Gets personalization attributes for the gift item
|
java.lang.Integer |
getQuantityBought()
Gets the quantity bought by the gift giver for the item
|
java.lang.Integer |
getQuantityRequested()
Gets the quantity requested by the registrant for the item
|
boolean |
isNew()
Checks if a value object is newly created.
|
void |
setCreateTime(java.sql.Timestamp aTime)
Sets the creation time for the gift item
|
void |
setField1(java.lang.Integer field1)
Sets the customizable field 1 of the gift item
|
void |
setField2(java.lang.Integer field2)
Sets the customizable field 2 of the gift item
|
void |
setField3(java.lang.String field3)
Sets the customizable field 3 of the gift item
|
void |
setField4(java.lang.String field4)
Sets the customizable field 4 of the gift item
|
void |
setField5(java.lang.String field5)
Sets the customizable field 5 of the gift item
|
void |
setGiftItemId(java.lang.Long giftItemId)
Sets the gift item ID
|
void |
setLastUpdate(java.sql.Timestamp aTime)
Sets the last update timestamp for the gift item record
|
void |
setLocation(java.lang.String location)
Sets the purchase location of the gift item
|
void |
setPartAuxiliaryKey(java.lang.String partAuxiliaryKey)
This method sets the part auxiliary key of the gift item
|
void |
setPartNumber(java.lang.String partNumber)
Sets the part number of the gift item
|
void |
setPersonalizationArray(GiftRegistryItemPersonalizationVO[] personalizations)
Sets the personalization attributes of this item to the given array
|
void |
setPersonalizationArray(int index,
GiftRegistryItemPersonalizationVO personalization)
Sets personalization attributes for the gift item
|
void |
setPersonalizations(int index,
GiftRegistryItemPersonalizationVO personalization)
Sets personalization attributes for the gift item
|
void |
setPersonalizations(java.util.List personalizations)
Sets personalization attributes for the gift item
|
void |
setQuantityBought(java.lang.Integer quantityBought)
Sets the quantity bought by the gift giver for the item
|
void |
setQuantityRequested(java.lang.Integer quantityRequested)
Sets the quantity requested by the registrant for the item
|
equals, get, getContext, getDataMap, getDescriptor, getObjectKey, hashCode, isEmpty, set, toString
public static final java.lang.String COPYRIGHT
public static final java.lang.String GIFT_REGISTRY_ITEM_GIFTITEMID
public static final java.lang.String GIFT_REGISTRY_ITEM_QUANTITYREQUESTED
public static final java.lang.String GIFT_REGISTRY_ITEM_QUANTITYBOUGHT
public static final java.lang.String GIFT_REGISTRY_ITEM_PARTNUMBER
public static final java.lang.String GIFT_REGISTRY_ITEM_LOCATION
public static final java.lang.String GIFT_REGISTRY_ITEM_PARTAUXILIARYKEY
public static final java.lang.String GIFT_REGISTRY_ITEM_PERSONALIZATIONS
public static final java.lang.String GIFT_REGISTRY_ITEM_FIELD1
public static final java.lang.String GIFT_REGISTRY_ITEM_FIELD2
public static final java.lang.String GIFT_REGISTRY_ITEM_FIELD3
public static final java.lang.String GIFT_REGISTRY_ITEM_FIELD4
public static final java.lang.String GIFT_REGISTRY_ITEM_FIELD5
public static final java.lang.String GIFT_REGISTRY_ITEM_CREATE_TIME
public static final java.lang.String GIFT_REGISTRY_ITEM_LAST_UPDATE
public java.sql.Timestamp getCreateTime()
public void setCreateTime(java.sql.Timestamp aTime)
aTime
- public java.sql.Timestamp getLastUpdate()
public void setLastUpdate(java.sql.Timestamp aTime)
aTime
- public java.lang.Long getGiftItemId()
public void setGiftItemId(java.lang.Long giftItemId)
giftItemId
- public java.lang.Integer getQuantityRequested()
public void setQuantityRequested(java.lang.Integer quantityRequested)
quantityRequested
- public java.lang.Integer getQuantityBought()
public void setQuantityBought(java.lang.Integer quantityBought)
quantityBought
- public java.lang.String getPartNumber()
public void setPartNumber(java.lang.String partNumber)
partNumber
- public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- public java.lang.String getPartAuxiliaryKey()
public void setPartAuxiliaryKey(java.lang.String partAuxiliaryKey)
partAuxiliaryKey
- public java.util.List getPersonalizations()
public void setPersonalizations(java.util.List personalizations)
personalizations
- public GiftRegistryItemPersonalizationVO getPersonalizations(int index)
index
- the index where the personalization is located.public void setPersonalizations(int index, GiftRegistryItemPersonalizationVO personalization)
index
- personalization
- the personalization that is to be set at the given indexpublic void setPersonalizationArray(GiftRegistryItemPersonalizationVO[] personalizations)
personalizations
- an array of personalization attributespublic GiftRegistryItemPersonalizationVO getPersonalizationArray(int index)
index
- the index where the personalization is located.public void setPersonalizationArray(int index, GiftRegistryItemPersonalizationVO personalization)
index
- personalization
- the personalization that is to be set at the given indexpublic GiftRegistryItemPersonalizationVO[] getPersonalizationArray()
public java.lang.Integer getField1()
public void setField1(java.lang.Integer field1)
field1
- public java.lang.Integer getField2()
public void setField2(java.lang.Integer field2)
field2
- public java.lang.String getField3()
public void setField3(java.lang.String field3)
field3
- public java.lang.String getField4()
public void setField4(java.lang.String field4)
field4
- public java.lang.String getField5()
public void setField5(java.lang.String field5)
field5
- public java.lang.Object getId()
public boolean isNew()
BaseVO