public class CustomerGroupDataBean extends CustomerGroupDataBeanBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Deprecated.
The internal copyright field.
|
emptyString| Constructor and Description |
|---|
CustomerGroupDataBean()
Deprecated.
CustomerGroupDataBean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Deprecated.
get the size of groups
|
java.lang.String |
getMemberGroupId(int index)
Deprecated.
get ID of the member group
|
java.lang.String |
getMemberGroupName(int index)
Deprecated.
get current member group name
|
java.lang.Integer |
getMemberGroupTypeId()
Deprecated.
get ID of the member group type
|
void |
populate()
Deprecated.
populate this databean to GUI.
|
void |
setMemberGroupTypeId(java.lang.Integer newMemberGroupTypeId)
Deprecated.
Assign a member group type id
|
getDelegate, getOwnerfulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfulfillsgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public CustomerGroupDataBean()
public int getLength()
public java.lang.String getMemberGroupId(int index)
int - index in the array of the member groupspublic java.lang.String getMemberGroupName(int index)
index - in the array of the member groupspublic java.lang.Integer getMemberGroupTypeId()
public void populate()
throws ECException
populate in interface SmartDataBeanpopulate in class SmartDataBeanImplcom.ibm.commerce.exception.ECException.ECExceptionpublic void setMemberGroupTypeId(java.lang.Integer newMemberGroupTypeId)
newMemberGroupTypeId. -