public class AttachmentRelationUsageDescriptionEntityCreationData extends java.lang.Object implements EntityBeanCreationData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
| Constructor and Description |
|---|
AttachmentRelationUsageDescriptionEntityCreationData()
Default constructor for the Attachment Relation Usage Description entity creation data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyFromAccessBean(com.ibm.commerce.attachment.objects.AttachmentRelationUsageDescriptionAccessBean accessBean)
Copy attributes' values from the Attachment Relation Usage Description access bean to the Attachment Relation Usage Description entity creation data.
|
java.lang.Integer |
getAttachmentRelationUsageDescriptionId()
Gets the attachment relation usage description ID.
|
java.lang.Integer |
getAttachmentRelationUsageId()
Gets the attachment relation usage ID.
|
java.lang.Integer |
getLanguageId()
Gets the language ID.
|
java.lang.String |
getLongDescription()
Gets the long description.
|
java.lang.String |
getName()
Gets the language dependent name of the attachment relation usage.
|
java.lang.String |
getShortDescription()
Gets the short description.
|
void |
reset()
Reset all attributes of the Attachment Relation Usage Description.
|
void |
setAttachmentRelationUsageDescriptionId(java.lang.Integer anAttachmentRelationUsageDescriptionId)
Sets the attachment relation usage description ID.
|
void |
setAttachmentRelationUsageId(java.lang.Integer anAttachmentRelationUsageId)
Sets the attachment relation usage ID.
|
void |
setLanguageId(java.lang.Integer anLanguageId)
Sets the language ID.
|
void |
setLongDescription(java.lang.String astrLongDescription)
Sets the long description.
|
void |
setName(java.lang.String astrName)
Sets the language dependent name of the attachment relation usage.
|
void |
setShortDescription(java.lang.String astrShortDescription)
Sets the short description.
|
public static final java.lang.String COPYRIGHT
public AttachmentRelationUsageDescriptionEntityCreationData()
public java.lang.Integer getAttachmentRelationUsageDescriptionId()
public void setAttachmentRelationUsageDescriptionId(java.lang.Integer anAttachmentRelationUsageDescriptionId)
anAttachmentRelationUsageDescriptionId - The attachment relation usage description IDpublic java.lang.Integer getAttachmentRelationUsageId()
public void setAttachmentRelationUsageId(java.lang.Integer anAttachmentRelationUsageId)
anAttachmentRelationUsageId - The attachment relation usage IDpublic java.lang.Integer getLanguageId()
public void setLanguageId(java.lang.Integer anLanguageId)
anLanguageId - The language IDpublic java.lang.String getName()
public void setName(java.lang.String astrName)
astrName - The language dependent name of the attachment relation usagepublic java.lang.String getShortDescription()
public void setShortDescription(java.lang.String astrShortDescription)
astrShortDescription - The short descriptionpublic java.lang.String getLongDescription()
public void setLongDescription(java.lang.String astrLongDescription)
astrLongDescription - The long descriptionpublic void reset()
throws java.lang.IllegalAccessException
java.lang.IllegalAccessException - An illegal access exceptionpublic void copyFromAccessBean(com.ibm.commerce.attachment.objects.AttachmentRelationUsageDescriptionAccessBean accessBean)
AccessBean - The Attachment Relation Usage Description access bean