com.ibm.commerce.common.objects
Class StoreEntityDescriptionBean

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

public class StoreEntityDescriptionBean
implements java.io.Serializable

This bean provides access to the STOREENTDS table.

The following is a description of this table:

This table contains language-dependent information about a StoreEntity.

See Also:
Serialized Form

Constructor Summary
StoreEntityDescriptionBean()
           
 
Method Summary
 java.lang.Integer getContactAddressId()
          This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER NULL.
 java.lang.String getDisplayName()
          This method provides access to the STOREENTDS.DISPLAYNAME column of DB2 type CHAR(80) NULL.
 java.lang.Integer getLanguageId()
          This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getLocationAddressId()
          This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER NULL.
 java.lang.Integer getStoreEntityId()
          This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 void setContactAddressId(java.lang.Integer aContactAddressId)
          This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER NULL.
 void setDisplayName(java.lang.String aDisplayName)
          This method provides access to the STOREENTDS.DISPLAYNAME column of DB2 type CHAR(80) NULL.
 void setLanguageId(java.lang.Integer aLanguageId)
          This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setLocationAddressId(java.lang.Integer aLocationAddressId)
          This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER NULL.
 void setStoreEntityId(java.lang.Integer aStoreEntityId)
          This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
 

Constructor Detail

StoreEntityDescriptionBean

public StoreEntityDescriptionBean()
Method Detail

getContactAddressId

public java.lang.Integer getContactAddressId()

This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER NULL.

The following is a description of this column:

The contact address of the StoreEntity.

Returns:
java.lang.Integer

getDisplayName

public java.lang.String getDisplayName()

This method provides access to the STOREENTDS.DISPLAYNAME column of DB2 type CHAR(80) NULL.

The following is a description of this column:

A brief description of the StoreEntity, suitable for display to customers.

Returns:
java.lang.String

getLanguageId

public java.lang.Integer getLanguageId()

This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer

getLocationAddressId

public java.lang.Integer getLocationAddressId()

This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER NULL.

The following is a description of this column:

The physical location of the StoreEntity.

Returns:
java.lang.Integer

getStoreEntityId

public java.lang.Integer getStoreEntityId()

This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreEntity.

Returns:
java.lang.Integer

setContactAddressId

public void setContactAddressId(java.lang.Integer aContactAddressId)

This method provides access to the STOREENTDS.STADDRESS_ID_CONT column of DB2 type INTEGER NULL.

The following is a description of this column:

The contact address of the StoreEntity.

Parameters:
aContactAddressId - java.lang.Integer
Returns:
void

setDisplayName

public void setDisplayName(java.lang.String aDisplayName)

This method provides access to the STOREENTDS.DISPLAYNAME column of DB2 type CHAR(80) NULL.

The following is a description of this column:

A brief description of the StoreEntity, suitable for display to customers.

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

setLanguageId

public void setLanguageId(java.lang.Integer aLanguageId)

This method provides access to the STOREENTDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Language. For a list of language components, see the LANGUAGE table.

Parameters:
aLanguageId - java.lang.Integer
Returns:
void

setLocationAddressId

public void setLocationAddressId(java.lang.Integer aLocationAddressId)

This method provides access to the STOREENTDS.STADDRESS_ID_LOC column of DB2 type INTEGER NULL.

The following is a description of this column:

The physical location of the StoreEntity.

Parameters:
aLocationAddressId - java.lang.Integer
Returns:
void

setStoreEntityId

public void setStoreEntityId(java.lang.Integer aStoreEntityId)

This method provides access to the STOREENTDS.STOREENT_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The StoreEntity.

Parameters:
aStoreEntityId - java.lang.Integer
Returns:
void