|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.objects.StoreEntityDescriptionBean
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.
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 |
public StoreEntityDescriptionBean()
Method Detail |
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.
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.
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.
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.
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.
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.
aContactAddressId
- java.lang.Integerpublic 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.
aDisplayName
- java.lang.Stringpublic 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.
aLanguageId
- java.lang.Integerpublic 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.
aLocationAddressId
- java.lang.Integerpublic 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.
aStoreEntityId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |