public class MemberGroupTypeDataBean
extends com.ibm.commerce.user.beansrc.MemberGroupTypeDataBeanBase
implements com.ibm.commerce.user.beans.MemberGroupTypeInputDataBean, com.ibm.commerce.user.beans.MemberGroupTypeSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
emptyString| Constructor and Description |
|---|
MemberGroupTypeDataBean(java.lang.String aMbrGrpTypeId)
Databean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyMbrGrpTypeId()
Gets the key(member group type id) of this data bean.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Retrieves data from the database.
|
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyMbrGrpTypeId(java.lang.String aMbrGrpTypeId)
Sets the key(member group type id) of this data bean.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
findAll, findByName, getDescription, getEntity, getMbrGrpTypeId, getMbrGrpTypeIdInEntityType, getName, getProperties, instantiateEntity, setDescription, setInitKey_mbrGrpTypeId, setInitKey_mbrGrpTypeId, setName, setPropertiespublic static final java.lang.String COPYRIGHT
public MemberGroupTypeDataBean(java.lang.String aMbrGrpTypeId)
aMbrGrpTypeId - java.lang.Stringpublic TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanpublic void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - com.ibm.commerce.datatype.TypedPropertypublic java.lang.String getDataBeanKeyMbrGrpTypeId()
getDataBeanKeyMbrGrpTypeId in interface com.ibm.commerce.user.beans.MemberGroupTypeSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanpublic void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - com.ibm.commerce.command.CommandContextpublic void setDataBeanKeyMbrGrpTypeId(java.lang.String aMbrGrpTypeId)
setDataBeanKeyMbrGrpTypeId in interface com.ibm.commerce.user.beans.MemberGroupTypeInputDataBeanaMbrGrpTypeId - The key of this data bean.public void populate()
populate in interface SmartDataBeanjava.lang.Exception