public class CatalogEntryConfigurationEntityCreationData extends java.lang.Object implements EntityBeanCreationData
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
CatalogEntryConfigurationEntityCreationData()
Default constructor for the Catalog Entry Configuration entity creation data.
|
Modifier and Type | Method and Description |
---|---|
void |
copyFromAccessBean(CatalogEntryConfigurationAccessBean accessBean)
Copy attributes' values from the Catalog Entry Configuration access bean to the Catalog Entry Configuration entity creation data.
|
java.lang.Long |
getCatalogEntryId()
Gets the catalog entry ID.
|
java.lang.Integer |
getField1()
Gets the customizable field 1.
|
java.lang.Double |
getField2()
Gets the customizable field 2.
|
java.lang.String |
getField3()
Gets the customizable field 3.
|
java.lang.String |
getField4()
Gets the customizable field 4.
|
java.lang.String |
getReference()
Gets the reference.
|
java.lang.String |
getUrl()
Gets the url.
|
void |
reset()
Reset all attributes of the Catalog Entry Configuration.
|
void |
setCatalogEntryId(java.lang.Long argCatalogEntryId)
Sets the catalog entry ID.
|
void |
setField1(java.lang.Integer argField1)
Sets the customizable field 1.
|
void |
setField2(java.lang.Double argField2)
Sets the customizable field 2.
|
void |
setField3(java.lang.String argField3)
Sets the customizable field 3.
|
void |
setField4(java.lang.String argField4)
Sets the customizable field 4.
|
void |
setReference(java.lang.String argReference)
Sets the reference.
|
void |
setUrl(java.lang.String argUrl)
Sets the url.
|
public static final java.lang.String COPYRIGHT
public CatalogEntryConfigurationEntityCreationData()
public java.lang.Long getCatalogEntryId()
public void setCatalogEntryId(java.lang.Long argCatalogEntryId)
catalogEntryId
- The catalog entry IDpublic java.lang.String getUrl()
public void setUrl(java.lang.String argUrl)
url
- The urlpublic java.lang.String getReference()
public void setReference(java.lang.String argReference)
reference
- The referencepublic java.lang.Integer getField1()
public void setField1(java.lang.Integer argField1)
field1
- The customizable field 1public java.lang.Double getField2()
public void setField2(java.lang.Double argField2)
field2
- The customizable field 2public java.lang.String getField3()
public void setField3(java.lang.String argField3)
field3
- The customizable field 3public java.lang.String getField4()
public void setField4(java.lang.String argField4)
field4
- The customizable field 4public void reset() throws java.lang.IllegalAccessException
java.lang.IllegalAccessException
- An illegal access exceptionpublic void copyFromAccessBean(CatalogEntryConfigurationAccessBean accessBean)
AccessBean
- The Catalog Entry Configurationg access bean