public class CatalogGroupCatalogEntryRelationEntityCreationData
extends java.lang.Object
implements com.ibm.commerce.context.content.objects.EntityCreationData
Modifier and Type | Field and Description |
---|---|
java.lang.Long | catalogEntryId
The catalog entry ID
|
java.lang.Long | catalogGroupId
The catalog group ID.
|
java.lang.Long | catalogId
The catalog ID.
|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
java.sql.Timestamp | lastUpdate
The last update timestamp.
|
java.lang.String | rule
The rule.
|
java.lang.Double | sequence
The sequence.
|
Constructor and Description |
---|
CatalogGroupCatalogEntryRelationEntityCreationData()
Default constructor for the Catalog Group To Catalog Entry Relation entity creation data.
|
Modifier and Type | Method and Description |
---|---|
void | copyFields(com.ibm.commerce.base.objects.ECEntityBean entityBeanBase)
Set all attritubes for the Catalog Group To Catalog Entry Relation EJB.
|
void | copyFromAccessBean(CatalogGroupCatalogEntryRelationAccessBean accessBean)
Copy attributes' values from the Catalog Group To Catalog Entry Relation access bean to the Catalog Group To Catalog Entry Relation entity creation data.
|
java.lang.Long | getCatalogEntryId()
Gets the catalog entry ID.
|
java.lang.Long | getCatalogGroupId()
Gets the catalog group ID.
|
java.lang.Long | getCatalogId()
Gets the catalog ID.
|
java.sql.Timestamp | getLastUpdate()
Gets the last update timestamp.
|
java.lang.String | getRule()
Gets the rule.
|
java.lang.Double | getSequence()
Gets the sequence.
|
void | reset()
Reset all attributes of the Catalog Group To Catalog Entry Relation.
|
void | setCatalogEntryId(java.lang.Long catalogEntryId)
Sets the catalog entry ID.
|
void | setCatalogGroupId(java.lang.Long catalogGroupId)
Sets the catalog group ID.
|
void | setCatalogId(java.lang.Long catalogId)
Sets the catalog I.
|
void | setLastUpdate(java.sql.Timestamp lastUpdate)
Sets the last update timestamp.
|
void | setRule(java.lang.String rule)
Sets the rule.
|
void | setSequence(java.lang.Double sequence)
Sets the sequence.
|
public static final java.lang.String COPYRIGHT
public java.lang.Long catalogId
public java.lang.Long catalogGroupId
public java.lang.Long catalogEntryId
public java.lang.String rule
public java.lang.Double sequence
public java.sql.Timestamp lastUpdate
public CatalogGroupCatalogEntryRelationEntityCreationData()
public java.lang.Long getCatalogId()
public void setCatalogId(java.lang.Long catalogId)
public java.lang.Long getCatalogGroupId()
public void setCatalogGroupId(java.lang.Long catalogGroupId)
public java.lang.Long getCatalogEntryId()
public void setCatalogEntryId(java.lang.Long catalogEntryId)
public java.lang.String getRule()
public void setRule(java.lang.String rule)
public java.lang.Double getSequence()
public void setSequence(java.lang.Double sequence)
public java.sql.Timestamp getLastUpdate()
public void setLastUpdate(java.sql.Timestamp lastUpdate)
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(CatalogGroupCatalogEntryRelationAccessBean accessBean) throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException