public class AttachmentUsageDataBean
extends com.ibm.commerce.attachment.beansrc.CachedAttachmentRelationUsageAccessBean
implements com.ibm.commerce.attachment.beans.AttachmentUsageInputDataBean, com.ibm.commerce.attachment.beans.AttachmentUsageSmartDataBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
Define the CLASSNAME.
|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
AttachmentUsageDataBean(com.ibm.commerce.attachment.objects.AttachmentRelationUsageAccessBean aabUsage, CommandContext aContext)
Constructs an AttachmentUsageDataBean from a AttachmentRelationUsageAccessBean.
|
Modifier and Type | Method and Description |
---|---|
CommandContext | getCommandContext()
Gets the command context set within this bean.
|
java.lang.Integer | getLanguageId()
Gets the language ID.
|
java.lang.String | getLongDescription()
Gets the long description of the attachment relation usage.
|
java.lang.String | getName()
Gets the language dependent name of the attachment relation usage.
|
TypedProperty | getRequestProperties()
Gets the request property passed in at run time.
|
java.lang.String | getShortDescription()
Gets the short description of the attachment relation usage.
|
void | populate()
Fetches and populates information needed by the bean.
|
void | setCommandContext(CommandContext commandContext)
Sets the command context passed in at run time.
|
void | setLangaugeId(java.lang.Integer anLanguageId)
Sets the language ID.
|
void | setLanguageId(java.lang.Integer anLanguageId)
Sets the language ID.
|
void | setRequestProperties(TypedProperty param)
Sets the request property and populates the parameters that are needed by the bean.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public AttachmentUsageDataBean(com.ibm.commerce.attachment.objects.AttachmentRelationUsageAccessBean aabUsage, CommandContext aContext)
public CommandContext getCommandContext()
public java.lang.Integer getLanguageId()
public java.lang.String getLongDescription()
public java.lang.String getName()
public TypedProperty getRequestProperties()
public java.lang.String getShortDescription()
public void populate() throws java.lang.Exception
public void setLangaugeId(java.lang.Integer anLanguageId)
public void setLanguageId(java.lang.Integer anLanguageId)
public void setCommandContext(CommandContext commandContext)
public void setRequestProperties(TypedProperty param)