|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.objects.StoreEntityBean | +--com.ibm.commerce.common.objects.StoreGroupBean
This bean provides access to the STOREGRP table.
The following is a description of this table:
Each row of this table represents a StoreGroup. A StoreGroup contains information that can be used by the Stores in that StoreGroup. A StoreGroup is a StoreEntity. In WebSphere Commerce there is only one StoreGroup.
Constructor Summary | |
StoreGroupBean()
|
Method Summary | |
java.lang.String |
getField1()
This method provides access to the STOREGRP.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the STOREGRP.FIELD1 column of DB2 type VARCHAR(254) NULL. |
Methods inherited from class com.ibm.commerce.common.objects.StoreEntityBean |
getDefaultCurrency, getIdentifier, getMemberId, getStoreEntityId, setDefaultCurrency, setIdentifier, setMemberId |
Constructor Detail |
public StoreGroupBean()
Method Detail |
public java.lang.String getField1()
This method provides access to the STOREGRP.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public void setField1(java.lang.String aField1)
This method provides access to the STOREGRP.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |