|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.objects.StoreAddressBean
This bean provides access to the STADDRESS table.
The following is a description of this table:
Each row of this table represents a static address. StoreEntities, FulfillmentCenters, and Vendors can have static addresses. Static addresses can be staged using the staging server.
Constructor Summary | |
StoreAddressBean()
|
Method Summary | |
java.lang.String |
getAddress1()
This method provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50) NULL. |
java.lang.String |
getAddress2()
This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50) NULL. |
java.lang.String |
getAddress3()
This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50) NULL. |
java.lang.String |
getBusinessTitle()
This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getCity()
This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getCountry()
This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getEmail1()
This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getEmail2()
This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getFax1()
This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getFax2()
This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getField1()
This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField2()
This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getFirstName()
IBM internal use only. |
java.lang.String |
getLastName()
IBM internal use only. |
java.lang.Long |
getMemberId()
This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getMiddleName()
This method provides access to the STADDRESS.MIDDLENAME column of DB2 type VARCHAR(128) NULL. |
java.lang.String |
getNickName()
IBM internal use only. |
java.lang.String |
getPersonTitle()
This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50) NULL. |
java.lang.String |
getPhone1()
IBM internal use only. |
java.lang.String |
getPhone2()
IBM internal use only. |
java.lang.String |
getShippingGeoCode()
This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getState()
This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128) NULL. |
java.lang.Integer |
getStoreAddressId()
This method provides access to the STADDRESS.STADDRESS_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTaxGeoCode()
This method provides access to the STADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getZipCode()
IBM internal use only. |
void |
setAddress1(java.lang.String aAddress1)
This method provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50) NULL. |
void |
setAddress2(java.lang.String aAddress2)
This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50) NULL. |
void |
setAddress3(java.lang.String aAddress3)
This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50) NULL. |
void |
setBusinessTitle(java.lang.String aBusinessTitle)
This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128) NULL. |
void |
setCity(java.lang.String aCity)
This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128) NULL. |
void |
setCountry(java.lang.String aCountry)
This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128) NULL. |
void |
setEmail1(java.lang.String aEmail1)
This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254) NULL. |
void |
setEmail2(java.lang.String aEmail2)
This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254) NULL. |
void |
setFax1(java.lang.String aFax1)
This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32) NULL. |
void |
setFax2(java.lang.String aFax2)
This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64) NULL. |
void |
setFirstName(java.lang.String aFirstName)
IBM internal use only. |
void |
setLastName(java.lang.String aLastName)
IBM internal use only. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMiddleName(java.lang.String aMiddleName)
This method provides access to the STADDRESS.MIDDLENAME column of DB2 type VARCHAR(128) NULL. |
void |
setNickName(java.lang.String aNickName)
IBM internal use only. |
void |
setPersonTitle(java.lang.String aPersonTitle)
This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50) NULL. |
void |
setPhone1(java.lang.String aPhone1)
IBM internal use only. |
void |
setPhone2(java.lang.String aPhone2)
IBM internal use only. |
void |
setShippingGeoCode(java.lang.String aShippingGeoCode)
This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254) NULL. |
void |
setState(java.lang.String aState)
This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128) NULL. |
void |
setTaxGeoCode(java.lang.String aTaxGeoCode)
This method provides access to the STADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254) NULL. |
void |
setZipCode(java.lang.String aZipCode)
IBM internal use only. |
Constructor Detail |
public StoreAddressBean()
Method Detail |
public java.lang.String getAddress1()
This method provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50) NULL.
The following is a description of this column:
Store address line 1.
public java.lang.String getAddress2()
This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50) NULL.
The following is a description of this column:
Store address line 2.
public java.lang.String getAddress3()
This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50) NULL.
The following is a description of this column:
Store address line 3.
public java.lang.String getBusinessTitle()
This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Title of the user.
public java.lang.String getCity()
This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The city within this address.
public java.lang.String getCountry()
This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The country or region within this address.
public java.lang.String getEmail1()
This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The primary e-mail address.
public java.lang.String getEmail2()
This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The secondary e-mail address.
public java.lang.String getFax1()
This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The primary fax number.
public java.lang.String getFax2()
This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The secondary fax number.
public java.lang.String getField1()
This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField2()
This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getFirstName()
IBM internal use only.
public java.lang.String getLastName()
IBM internal use only.
public java.lang.Long getMemberId()
This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner ID for this entry.
public java.lang.String getMiddleName()
This method provides access to the STADDRESS.MIDDLENAME column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Middle name for the contact person.
public java.lang.String getNickName()
IBM internal use only.
public java.lang.String getPersonTitle()
This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50) NULL.
The following is a description of this column:
Business title for the contact person.
public java.lang.String getPhone1()
IBM internal use only.
public java.lang.String getPhone2()
IBM internal use only.
public java.lang.String getShippingGeoCode()
This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getState()
This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Integer getStoreAddressId()
This method provides access to the STADDRESS.STADDRESS_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.String getTaxGeoCode()
This method provides access to the STADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getZipCode()
IBM internal use only.
public void setAddress1(java.lang.String aAddress1)
This method provides access to the STADDRESS.ADDRESS1 column of DB2 type VARCHAR(50) NULL.
The following is a description of this column:
Store address line 1.
aAddress1
- java.lang.Stringpublic void setAddress2(java.lang.String aAddress2)
This method provides access to the STADDRESS.ADDRESS2 column of DB2 type VARCHAR(50) NULL.
The following is a description of this column:
Store address line 2.
aAddress2
- java.lang.Stringpublic void setAddress3(java.lang.String aAddress3)
This method provides access to the STADDRESS.ADDRESS3 column of DB2 type VARCHAR(50) NULL.
The following is a description of this column:
Store address line 3.
aAddress3
- java.lang.Stringpublic void setBusinessTitle(java.lang.String aBusinessTitle)
This method provides access to the STADDRESS.BUSINESSTITLE column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Title of the user.
aBusinessTitle
- java.lang.Stringpublic void setCity(java.lang.String aCity)
This method provides access to the STADDRESS.CITY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The city within this address.
aCity
- java.lang.Stringpublic void setCountry(java.lang.String aCountry)
This method provides access to the STADDRESS.COUNTRY column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
The country or region within this address.
aCountry
- java.lang.Stringpublic void setEmail1(java.lang.String aEmail1)
This method provides access to the STADDRESS.EMAIL1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The primary e-mail address.
aEmail1
- java.lang.Stringpublic void setEmail2(java.lang.String aEmail2)
This method provides access to the STADDRESS.EMAIL2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The secondary e-mail address.
aEmail2
- java.lang.Stringpublic void setFax1(java.lang.String aFax1)
This method provides access to the STADDRESS.FAX1 column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The primary fax number.
aFax1
- java.lang.Stringpublic void setFax2(java.lang.String aFax2)
This method provides access to the STADDRESS.FAX2 column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The secondary fax number.
aFax2
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the STADDRESS.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Stringpublic void setField2(java.lang.String aField2)
This method provides access to the STADDRESS.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Stringpublic void setFirstName(java.lang.String aFirstName)
IBM internal use only.
aFirstName
- java.lang.Stringpublic void setLastName(java.lang.String aLastName)
IBM internal use only.
aLastName
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the STADDRESS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner ID for this entry.
aMemberId
- java.lang.Longpublic void setMiddleName(java.lang.String aMiddleName)
This method provides access to the STADDRESS.MIDDLENAME column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Middle name for the contact person.
aMiddleName
- java.lang.Stringpublic void setNickName(java.lang.String aNickName)
IBM internal use only.
aNickName
- java.lang.Stringpublic void setPersonTitle(java.lang.String aPersonTitle)
This method provides access to the STADDRESS.PERSONTITLE column of DB2 type VARCHAR(50) NULL.
The following is a description of this column:
Business title for the contact person.
aPersonTitle
- java.lang.Stringpublic void setPhone1(java.lang.String aPhone1)
IBM internal use only.
aPhone1
- java.lang.Stringpublic void setPhone2(java.lang.String aPhone2)
IBM internal use only.
aPhone2
- java.lang.Stringpublic void setShippingGeoCode(java.lang.String aShippingGeoCode)
This method provides access to the STADDRESS.SHIPPINGGEOCODE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aShippingGeoCode
- java.lang.Stringpublic void setState(java.lang.String aState)
This method provides access to the STADDRESS.STATE column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aState
- java.lang.Stringpublic void setTaxGeoCode(java.lang.String aTaxGeoCode)
This method provides access to the STADDRESS.TAXGEOCODE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aTaxGeoCode
- java.lang.Stringpublic void setZipCode(java.lang.String aZipCode)
IBM internal use only.
aZipCode
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |