public class StoreCatalogEntityCreationData extends java.lang.Object implements EntityBeanCreationData
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long |
catalogReferenceNumber
The catalog ID.
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
java.sql.Timestamp |
lastUpdate
The last update timestamp.
|
java.lang.String |
masterCatalog
The flag to indicate master catalog for the store.
|
java.lang.Integer |
storeEntryID
The store entity ID.
|
| Constructor and Description |
|---|
StoreCatalogEntityCreationData()
Default constructor for the Store To Catalog Relation entity creation data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyFromAccessBean(StoreCatalogAccessBean accessBean)
Copy attributes' values from the Store To Catalog Relation access bean to the Store To Catalog Relation entity creation data.
|
java.lang.Long |
getCatalogReferenceNumber()
Gets the catalog ID.
|
java.sql.Timestamp |
getLastUpdate()
Gets the last update timestamp.
|
java.lang.String |
getMasterCatalog()
Gets the flag for master catalog of the store.
|
java.lang.Integer |
getStoreEntryID()
Gets the store entity ID.
|
void |
reset()
Reset all attributes of the Store To Catalog Relation.
|
void |
setCatalogReferenceNumber(java.lang.Long catalogReferenceNumber)
Sets the catalog ID.
|
void |
setLastUpdate(java.sql.Timestamp lastUpdate)
Sets the last update timestamp.
|
void |
setMasterCatalog(java.lang.String masterCatalog)
Sets the flag for master catalog of the store.
|
void |
setStoreEntryID(java.lang.Integer storeEntryID)
Sets the store entity ID.
|
public static final java.lang.String COPYRIGHT
public java.lang.Long catalogReferenceNumber
public java.lang.Integer storeEntryID
public java.lang.String masterCatalog
public java.sql.Timestamp lastUpdate
public StoreCatalogEntityCreationData()
public java.lang.Long getCatalogReferenceNumber()
public void setCatalogReferenceNumber(java.lang.Long catalogReferenceNumber)
catalogReferenceNumber - The catalog IDpublic java.lang.Integer getStoreEntryID()
public void setStoreEntryID(java.lang.Integer storeEntryID)
storeEntryID - The store entity IDpublic java.lang.String getMasterCatalog()
public void setMasterCatalog(java.lang.String masterCatalog)
masterCatalog - The flag for master catalog of the storepublic java.sql.Timestamp getLastUpdate()
public void setLastUpdate(java.sql.Timestamp lastUpdate)
lastUpdate - The last update timestamppublic void reset()
throws java.lang.IllegalAccessException
java.lang.IllegalAccessException - An illegal access exceptionpublic void copyFromAccessBean(StoreCatalogAccessBean accessBean)
AccessBean - The Store To Catalog Relation access bean