public class GiftRegistryAddressDataBean extends com.ibm.commerce.giftregistry.beans.GiftRegistryAddressDataBeanBase implements SmartDataBean, InputDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
GiftRegistryAddressDataBean()
Generates an empty GiftRegistryAddressDataBean
|
GiftRegistryAddressDataBean(GiftRegistryAddressAccessBean object)
Populates this data bean given its access bean
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getAddress1()
Gets the first line of the address.
|
java.lang.String | getAddress2()
Gets the second line of the address.
|
java.lang.String | getAddress3()
Gets the third line of the address.
|
java.lang.String | getCity()
Gets the city name.
|
java.lang.String | getCountry()
Gets the country name.
|
java.lang.String | getEmail1()
Gets the e-mail address 1 of the individual.
|
java.lang.String | getEmail2()
Gets the e-mail address 2 of the individual.
|
java.lang.String | getFax()
Gets the facsimile number 1 of the individual.
|
java.lang.Integer | getField1()
Gets the customizable address field 1.
|
java.lang.Integer | getField2()
Gets the customizable address field 2.
|
java.lang.String | getField3()
Gets the customizable address field 3.
|
java.lang.String | getField4()
Gets the customizable address field 4.
|
java.lang.String | getField5()
Gets the customizable address field 5.
|
java.lang.String | getFirstName()
Gets the first name of the individual.
|
java.lang.String | getLastName()
Gets the last name of the individual.
|
java.lang.String | getMiddleName()
Gets the middle name of the individual.
|
java.lang.String | getPhone1()
Gets the phone number 1.
|
java.lang.String | getPhone2()
Gets the phone number 2.
|
java.lang.String | getPhone3()
Gets the phone number 3.
|
TypedProperty | getRequestProperties()
Returns the request properties of the data bean.
|
java.lang.String | getState()
Gets the name of the state, province, or equivalent where the individual resides.
|
java.lang.String | getSuffix()
Gets the suffix value.
|
java.lang.String | getTitle()
Gets the title of the person to which this address applies.
|
java.lang.String | getZipCode()
Gets the ZIP code or equivalent postal code of the individual's address.
|
void | populate()
Loads data into the data bean when the DataBeanManager.activate() runs.
|
void | setAddressId(java.lang.Long newValue)
Sets the address ID for this bean
|
void | setRequestProperties(TypedProperty param)
Sets the request properties within this bean.
|
public static final java.lang.String COPYRIGHT
public GiftRegistryAddressDataBean()
public GiftRegistryAddressDataBean(GiftRegistryAddressAccessBean object) throws ECSystemException
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty param) throws java.lang.Exception
public void populate() throws java.lang.Exception
public void setAddressId(java.lang.Long newValue)
public java.lang.String getAddress1()
public java.lang.String getAddress2()
public java.lang.String getAddress3()
public java.lang.String getCity()
public java.lang.String getCountry()
public java.lang.String getEmail1()
public java.lang.String getEmail2()
public java.lang.String getPhone3()
public java.lang.String getFax()
public java.lang.Integer getField1()
public java.lang.Integer getField2()
public java.lang.String getField3()
public java.lang.String getField4()
public java.lang.String getField5()
public java.lang.String getFirstName()
public java.lang.String getLastName()
public java.lang.String getMiddleName()
public java.lang.String getPhone1()
public java.lang.String getPhone2()
public java.lang.String getState()
public java.lang.String getSuffix()
public java.lang.String getTitle()
public java.lang.String getZipCode()