public class GiftRegistryItemPurchaseRecordDataBean extends com.ibm.commerce.giftregistry.beans.GiftRegistryItemPurchaseRecordDataBeanBase implements SmartDataBean, InputDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
GiftRegistryItemPurchaseRecordDataBean()
Generates an empty GiftRegistryItemPurchaseRecordDataBean
|
GiftRegistryItemPurchaseRecordDataBean(GiftRegistryPurchaseRecordAccessBean object)
Populates this data bean given its access bean
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAddressId()
Get the address ID
|
java.sql.Timestamp |
getCreateTime()
Gets the timestamp for the creation of the record
|
GiftRegistryAddressDataBean |
getGiftGiverAddress()
Returns the address databean for the gift giver of this purchase record
|
java.lang.Long |
getGiftItemId()
Gets the gift item ID
|
java.lang.Long |
getGiftRegistryId()
Get the gift registry ID
|
java.lang.Boolean |
getIsNoteSent()
Gets the value that indicate the Thankyou note is sent or not
|
java.lang.Long |
getOrderItemId()
Gets the order item ID of a gift item
|
java.lang.String |
getPartAuxKey()
Gets the part auxiliary key of the purchased item
|
java.lang.String |
getPartNumber()
Gets the part number of the purchased item
|
java.sql.Date |
getPurchaseDate()
Gets the date of purchase of the gift item
|
java.lang.String |
getPurchaseLocation()
Gets the location of purchase
|
java.lang.Integer |
getPurchaseQuantity()
Gets the purchase quantity
|
java.lang.Long |
getPurchaseRecordId()
Gets the gift registry purchase record ID
|
java.lang.String |
getRegistrantMemo()
Gets the registrant memo
|
TypedProperty |
getRequestProperties()
Returns the request properties of the data bean.
|
java.lang.Integer |
getStatus()
Get the status of the item purchase record
|
java.lang.String |
getTransactionId()
Gets the transactionId value
|
java.sql.Timestamp |
getUpdateTime()
Gets the timestamp for the last update of the record
|
void |
populate()
Populates the data bean with data elements.
|
void |
setRequestProperties(TypedProperty param)
Sets the request properties within this bean.
|
getCommandContext, getDelegate, setCommandContextfindByGiftItemId, findByGiftRegistryId, findByPurchaseRecordId, findByTransactionId, fulfills, getEntity, getOwner, getUserRelationship, instantiateEntity, setAddressId, setCreateTime, setCreateTime, setGiftItemId, setGiftRegistryId, setInitKey_purchaseRecordId, setIsNoteSent, setOrderItemId, setPartAuxKey, setPartNumber, setPurchaseDate, setPurchaseLocation, setPurchaseQuantity, setRegistrantMemo, setStatus, setTransactionId, setUpdateTime, setUserRelationshipcreateAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCommandContext, setCommandContextfulfills, getOwnerpublic static final java.lang.String COPYRIGHT
public GiftRegistryItemPurchaseRecordDataBean()
public GiftRegistryItemPurchaseRecordDataBean(GiftRegistryPurchaseRecordAccessBean object) throws ECSystemException
GiftRegistryItemPurchaseRecordDataBean - ECSystemExceptionpublic void populate()
throws java.lang.Exception
populate in interface SmartDataBeanjava.lang.Exception - if there is a problem populating the data bean with data.public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty param)
setRequestProperties in interface InputDataBeanrequestProperties - the set of properties passed to the JSP
page that invokes this data bean,java.lang.Exception - if there is a problem when setting the request properties. This
particular method should not throw any exception because it just stores the request properties.public java.lang.Long getPurchaseRecordId()
getPurchaseRecordId in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.Long getGiftRegistryId()
getGiftRegistryId in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.Long getAddressId()
getAddressId in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.Boolean getIsNoteSent()
getIsNoteSent in class GiftRegistryPurchaseRecordAccessBeanpublic java.sql.Date getPurchaseDate()
getPurchaseDate in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.String getTransactionId()
getTransactionId in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.Long getOrderItemId()
getOrderItemId in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.String getRegistrantMemo()
getRegistrantMemo in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.String getPurchaseLocation()
getPurchaseLocation in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.Integer getPurchaseQuantity()
getPurchaseQuantity in class GiftRegistryPurchaseRecordAccessBeanpublic java.sql.Timestamp getCreateTime()
getCreateTime in class GiftRegistryPurchaseRecordAccessBeanpublic java.sql.Timestamp getUpdateTime()
getUpdateTime in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.Integer getStatus()
getStatus in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.String getPartNumber()
getPartNumber in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.String getPartAuxKey()
getPartAuxKey in class GiftRegistryPurchaseRecordAccessBeanpublic java.lang.Long getGiftItemId()
getGiftItemId in class GiftRegistryPurchaseRecordAccessBeanpublic GiftRegistryAddressDataBean getGiftGiverAddress()