com.ibm.commerce.common.objects
Class StoreAddressBean

com.ibm.commerce.common.objects.StoreAddressBean
All Implemented Interfaces:
java.io.Serializable

public class StoreAddressBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

StoreAddressBean

public StoreAddressBean()
Method Detail

getAddress1

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.

Returns:
java.lang.String

getAddress2

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.

Returns:
java.lang.String

getAddress3

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.

Returns:
java.lang.String

getBusinessTitle

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.

Returns:
java.lang.String

getCity

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.

Returns:
java.lang.String

getCountry

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.

Returns:
java.lang.String

getEmail1

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.

Returns:
java.lang.String

getEmail2

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.

Returns:
java.lang.String

getFax1

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.

Returns:
java.lang.String

getFax2

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.

Returns:
java.lang.String

getField1

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.

Returns:
java.lang.String

getField2

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.

Returns:
java.lang.String

getFirstName

public java.lang.String getFirstName()

IBM internal use only.

Returns:
java.lang.String

getLastName

public java.lang.String getLastName()

IBM internal use only.

Returns:
java.lang.String

getMemberId

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.

Returns:
java.lang.Long

getMiddleName

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.

Returns:
java.lang.String

getNickName

public java.lang.String getNickName()

IBM internal use only.

Returns:
java.lang.String

getPersonTitle

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.

Returns:
java.lang.String

getPhone1

public java.lang.String getPhone1()

IBM internal use only.

Returns:
java.lang.String

getPhone2

public java.lang.String getPhone2()

IBM internal use only.

Returns:
java.lang.String

getShippingGeoCode

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.

Returns:
java.lang.String

getState

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.

Returns:
java.lang.String

getStoreAddressId

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.

Returns:
java.lang.Integer

getTaxGeoCode

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.

Returns:
java.lang.String

getZipCode

public java.lang.String getZipCode()

IBM internal use only.

Returns:
java.lang.String

setAddress1

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.

Parameters:
aAddress1 - java.lang.String
Returns:
void

setAddress2

public 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.

Parameters:
aAddress2 - java.lang.String
Returns:
void

setAddress3

public 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.

Parameters:
aAddress3 - java.lang.String
Returns:
void

setBusinessTitle

public 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.

Parameters:
aBusinessTitle - java.lang.String
Returns:
void

setCity

public 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.

Parameters:
aCity - java.lang.String
Returns:
void

setCountry

public 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.

Parameters:
aCountry - java.lang.String
Returns:
void

setEmail1

public 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.

Parameters:
aEmail1 - java.lang.String
Returns:
void

setEmail2

public 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.

Parameters:
aEmail2 - java.lang.String
Returns:
void

setFax1

public 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.

Parameters:
aFax1 - java.lang.String
Returns:
void

setFax2

public 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.

Parameters:
aFax2 - java.lang.String
Returns:
void

setField1

public 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.

Parameters:
aField1 - java.lang.String
Returns:
void

setField2

public 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.

Parameters:
aField2 - java.lang.String
Returns:
void

setFirstName

public void setFirstName(java.lang.String aFirstName)

IBM internal use only.

Parameters:
aFirstName - java.lang.String
Returns:
void

setLastName

public void setLastName(java.lang.String aLastName)

IBM internal use only.

Parameters:
aLastName - java.lang.String
Returns:
void

setMemberId

public 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.

Parameters:
aMemberId - java.lang.Long
Returns:
void

setMiddleName

public 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.

Parameters:
aMiddleName - java.lang.String
Returns:
void

setNickName

public void setNickName(java.lang.String aNickName)

IBM internal use only.

Parameters:
aNickName - java.lang.String
Returns:
void

setPersonTitle

public 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.

Parameters:
aPersonTitle - java.lang.String
Returns:
void

setPhone1

public void setPhone1(java.lang.String aPhone1)

IBM internal use only.

Parameters:
aPhone1 - java.lang.String
Returns:
void

setPhone2

public void setPhone2(java.lang.String aPhone2)

IBM internal use only.

Parameters:
aPhone2 - java.lang.String
Returns:
void

setShippingGeoCode

public 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.

Parameters:
aShippingGeoCode - java.lang.String
Returns:
void

setState

public 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.

Parameters:
aState - java.lang.String
Returns:
void

setTaxGeoCode

public 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.

Parameters:
aTaxGeoCode - java.lang.String
Returns:
void

setZipCode

public void setZipCode(java.lang.String aZipCode)

IBM internal use only.

Parameters:
aZipCode - java.lang.String
Returns:
void