public class CatalogGroupRelationEntityCreationData extends java.lang.Object implements EntityBeanCreationData
Modifier and Type | Field and Description |
---|---|
java.lang.Long |
catalogGroupIdChild
The child catalog group ID.
|
java.lang.Long |
catalogGroupIdParent
The parent catalog group ID.
|
java.lang.Long |
catalogId
The catalog ID.
|
java.lang.Long |
catalogIdLink
The link 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 |
---|
CatalogGroupRelationEntityCreationData()
Default constructor for the Catalog Group Relation entity creation data.
|
Modifier and Type | Method and Description |
---|---|
void |
copyFromAccessBean(CatalogGroupRelationAccessBean accessBean)
Copy attributes' values from the Catalog Group Relation access bean to the Catalog Group Relation entity creation data.
|
java.lang.Long |
getCatalogGroupIdChild()
Gets the child catalog group ID.
|
java.lang.Long |
getCatalogGroupIdParent()
Gets the parent catalog group ID.
|
java.lang.Long |
getCatalogId()
Gets the catalog ID.
|
java.lang.Long |
getCatalogIdLink()
Gets the link 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 Relation.
|
void |
setCatalogGroupIdChild(java.lang.Long catalogGroupIdChild)
Sets the child catalog group ID.
|
void |
setCatalogGroupIdParent(java.lang.Long catalogGroupIdParent)
Sets the parent catalog group ID.
|
void |
setCatalogId(java.lang.Long catalogId)
Sets the catalog ID.
|
void |
setCatalogIdLink(java.lang.Long catalogIdLink)
Sets the link catalog ID.
|
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 catalogGroupIdChild
public java.lang.Long catalogGroupIdParent
public java.lang.String rule
public java.lang.Double sequence
public java.sql.Timestamp lastUpdate
public java.lang.Long catalogIdLink
public CatalogGroupRelationEntityCreationData()
public java.lang.Long getCatalogId()
public void setCatalogId(java.lang.Long catalogId)
catalogId
- The catalog IDpublic java.lang.Long getCatalogGroupIdChild()
public void setCatalogGroupIdChild(java.lang.Long catalogGroupIdChild)
catalogGroupIdChild
- The child catalog group IDpublic java.lang.Long getCatalogGroupIdParent()
public void setCatalogGroupIdParent(java.lang.Long catalogGroupIdParent)
catalogGroupIdParent
- The parent catalog group IDpublic java.lang.String getRule()
public void setRule(java.lang.String rule)
rule
- The rulepublic java.lang.Double getSequence()
public void setSequence(java.lang.Double sequence)
sequence
- The sequencepublic java.sql.Timestamp getLastUpdate()
public void setLastUpdate(java.sql.Timestamp lastUpdate)
lastUpdate
- The last update timestamppublic java.lang.Long getCatalogIdLink()
public void setCatalogIdLink(java.lang.Long catalogIdLink)
catalogIdLink
- The link catalog IDpublic void reset() throws java.lang.IllegalAccessException
java.lang.IllegalAccessException
- An illegal access exceptionpublic void copyFromAccessBean(CatalogGroupRelationAccessBean accessBean)
AccessBean
- The Catalog Group Relation access bean