com.ibm.commerce.common.objects
Class StoreGroupBean

com.ibm.commerce.common.objects.StoreEntityBean
  |
  +--com.ibm.commerce.common.objects.StoreGroupBean
All Implemented Interfaces:
java.io.Serializable

public class StoreGroupBean
extends StoreEntityBean

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.

See Also:
Serialized Form

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

StoreGroupBean

public StoreGroupBean()
Method Detail

getField1

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.

Returns:
java.lang.String

setField1

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.

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