com.ibm.commerce.contentmanagement.objects
Class WorkspaceDescriptionEntityCreationData
- java.lang.Object
-
- com.ibm.commerce.contentmanagement.objects.WorkspaceDescriptionEntityCreationData
-
- All Implemented Interfaces:
- EntityBeanCreationData, java.io.Serializable
public class WorkspaceDescriptionEntityCreationData extends java.lang.Object implements EntityBeanCreationData
This EntityCreationData represents the data object for creating the corresponding EJB object.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The internal copyright field.
-
Constructor Summary
Constructors Constructor and Description WorkspaceDescriptionEntityCreationData()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
The internal copyright field.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkspaceDescriptionEntityCreationData
public WorkspaceDescriptionEntityCreationData()
Default constructor.
-
-
Method Detail
-
getWorkspaceId
public java.lang.Long getWorkspaceId()
Gets the WorkspaceId.- Returns:
- workspaceId The WorkspaceId
-
setWorkspaceId
public void setWorkspaceId(java.lang.Long newWorkspaceId)
Sets the workspaceId.- Parameters:
newWorkspaceId
- The WorkspaceId
-
getLanguageId
public java.lang.Integer getLanguageId()
Gets the LanguageId.- Returns:
- languageId The LanguageId
-
setLanguageId
public void setLanguageId(java.lang.Integer newLanguageId)
Sets the languageId.- Parameters:
newLanguageId
- The LanguageId
-
getName
public java.lang.String getName()
Gets the Name.- Returns:
- name The Name
-
setName
public void setName(java.lang.String newName)
Sets the name.- Parameters:
name
- The Name
-
getDescription
public java.lang.String getDescription()
Gets the Description.- Returns:
- description The Description
-
setDescription
public void setDescription(java.lang.String newDescription)
Sets the description.- Parameters:
newDescription
- The Description
-
reset
public void reset() throws java.lang.IllegalAccessException
Reset all attributes of the object.- Throws:
java.lang.IllegalAccessException
-
copyFromAccessBean
public void copyFromAccessBean(WorkspaceDescriptionAccessBean accessBean)
Copy attributes' values from access bean to entity creation data.- Parameters:
AccessBean
- The corresponding access bean
-
-