public class WorkspaceDescriptionEntityCreationData extends java.lang.Object implements EntityBeanCreationData
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
Constructor and Description |
---|
WorkspaceDescriptionEntityCreationData()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
copyFromAccessBean(WorkspaceDescriptionAccessBean accessBean)
Copy attributes' values from access bean to entity creation data.
|
java.lang.String |
getDescription()
Gets the Description.
|
java.lang.Integer |
getLanguageId()
Gets the LanguageId.
|
java.lang.String |
getName()
Gets the Name.
|
java.lang.Long |
getWorkspaceId()
Gets the WorkspaceId.
|
void |
reset()
Reset all attributes of the object.
|
void |
setDescription(java.lang.String newDescription)
Sets the description.
|
void |
setLanguageId(java.lang.Integer newLanguageId)
Sets the languageId.
|
void |
setName(java.lang.String newName)
Sets the name.
|
void |
setWorkspaceId(java.lang.Long newWorkspaceId)
Sets the workspaceId.
|
public static final java.lang.String COPYRIGHT
public WorkspaceDescriptionEntityCreationData()
public java.lang.Long getWorkspaceId()
public void setWorkspaceId(java.lang.Long newWorkspaceId)
newWorkspaceId
- The WorkspaceIdpublic java.lang.Integer getLanguageId()
public void setLanguageId(java.lang.Integer newLanguageId)
newLanguageId
- The LanguageIdpublic java.lang.String getName()
public void setName(java.lang.String newName)
name
- The Namepublic java.lang.String getDescription()
public void setDescription(java.lang.String newDescription)
newDescription
- The Descriptionpublic void reset() throws java.lang.IllegalAccessException
java.lang.IllegalAccessException
public void copyFromAccessBean(WorkspaceDescriptionAccessBean accessBean)
AccessBean
- The corresponding access bean