public class CatalogEntryDescriptionEntityCreationData
extends java.lang.Object
implements com.ibm.commerce.context.content.objects.EntityCreationData
Modifier and Type | Field and Description |
---|---|
java.lang.String | auxDescription1
The first auxiliary description.
|
java.lang.String | auxDescription2
The second auxiliary description.
|
java.sql.Timestamp | availabilityDate
The availability date.
|
java.lang.Integer | available
The length of time to availability of the catalog entry.
|
java.lang.Long | catalogEntryReferenceNumber
The catalog entry ID.
|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
java.lang.String | fullImage
The path to the full image.
|
java.lang.String | keyWord
The keyword for the catalog entry.
|
java.lang.Integer | language_id
The language ID.
|
java.lang.String | name
The language dependent name of the catalog entry.
|
java.lang.Integer | published
The published flag.
|
java.lang.String | shortDescription
The short description.
|
java.lang.String | thumbNail
The path to the thumbnail image.
|
Constructor and Description |
---|
CatalogEntryDescriptionEntityCreationData()
Default constructor the Catalog Entry Description entity creation data.
|
Modifier and Type | Method and Description |
---|---|
void | copyFields(com.ibm.commerce.base.objects.ECEntityBean entityBeanBase)
Set all attritubes for the Catalog Entry Description EJB.
|
void | copyFromAccessBean(CatalogEntryDescriptionAccessBean accessBean)
Copy attributes' values from the Catalog Entry Description access bean to the Catalog Entry Description entity creation data.
|
java.lang.String | getAuxDescription1()
Gets the first auxiliary description.
|
java.lang.String | getAuxDescription2()
Gets the second auxiliary description.
|
java.sql.Timestamp | getAvailabilityDate()
Gets the availability date.
|
java.lang.Integer | getAvailable()
Gets the length of time to availability of the catalog entry.
|
java.lang.Long | getCatalogEntryReferenceNumber()
Gets the catalog entry ID.
|
java.lang.String | getFullImage()
Gets the path to the full image.
|
java.lang.String | getKeyWord()
Gets the keyword.
|
java.lang.Integer | getLanguage_id()
Gets the language ID.
|
java.lang.String | getName()
Gets the language dependent name of the catalog entry.
|
java.lang.Integer | getPublished()
Gets the published flag.
|
java.lang.String | getShortDescription()
Gets the short description.
|
java.lang.String | getThumbNail()
Gets the path to the thumbnail image.
|
void | reset()
Reset all attributes of the Catalog Entry Description.
|
void | setAuxDescription1(java.lang.String auxDescription1)
Sets the first auxiliary description.
|
void | setAuxDescription2(java.lang.String auxDescription2)
Sets the second auxiliary description.
|
void | setAvailabilityDate(java.sql.Timestamp availabilityDate)
Sets the availability date.
|
void | setAvailable(java.lang.Integer available)
Sets the length of time to availability of the catalog entry.
|
void | setCatalogEntryReferenceNumber(java.lang.Long catalogEntryReferenceNumber)
Sets the catalog entry ID.
|
void | setFullImage(java.lang.String fullImage)
Sets the path to the full image.
|
void | setKeyWord(java.lang.String keyWord)
Sets the keyword.
|
void | setLanguage_id(java.lang.Integer language_id)
Sets the language ID.
|
void | setName(java.lang.String name)
Sets the language dependent name of the catalog entry.
|
void | setPublished(java.lang.Integer published)
Sets the published flag.
|
void | setShortDescription(java.lang.String shortDescription)
Sets the short description.
|
void | setThumbNail(java.lang.String thumbNail)
Sets the path to the thumbnail image.
|
public static final java.lang.String COPYRIGHT
public java.lang.String fullImage
public java.lang.String name
public java.lang.String shortDescription
public java.lang.String thumbNail
public java.lang.Long catalogEntryReferenceNumber
public java.lang.Integer language_id
public java.sql.Timestamp availabilityDate
public java.lang.Integer published
public java.lang.Integer available
public java.lang.String auxDescription1
public java.lang.String auxDescription2
public java.lang.String keyWord
public CatalogEntryDescriptionEntityCreationData()
public java.lang.String getFullImage()
public void setFullImage(java.lang.String fullImage)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getShortDescription()
public void setShortDescription(java.lang.String shortDescription)
public java.lang.String getThumbNail()
public void setThumbNail(java.lang.String thumbNail)
public java.lang.Long getCatalogEntryReferenceNumber()
public void setCatalogEntryReferenceNumber(java.lang.Long catalogEntryReferenceNumber)
public java.lang.Integer getLanguage_id()
public void setLanguage_id(java.lang.Integer language_id)
public java.sql.Timestamp getAvailabilityDate()
public void setAvailabilityDate(java.sql.Timestamp availabilityDate)
public java.lang.Integer getPublished()
public void setPublished(java.lang.Integer published)
public java.lang.Integer getAvailable()
public void setAvailable(java.lang.Integer available)
public java.lang.String getAuxDescription1()
public void setAuxDescription1(java.lang.String auxDescription1)
public java.lang.String getAuxDescription2()
public void setAuxDescription2(java.lang.String auxDescription2)
public java.lang.String getKeyWord()
public void setKeyWord(java.lang.String keyWord)
public void reset() throws java.lang.IllegalAccessException
public void copyFields(com.ibm.commerce.base.objects.ECEntityBean entityBeanBase) throws java.lang.IllegalAccessException, java.lang.NoSuchFieldException
public void copyFromAccessBean(CatalogEntryDescriptionAccessBean accessBean) throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException