com.ibm.commerce.contentmanagement.objects
Class TaskMemberRelEntityCreationData
- java.lang.Object
-
- com.ibm.commerce.contentmanagement.objects.TaskMemberRelEntityCreationData
-
- All Implemented Interfaces:
- EntityBeanCreationData, java.io.Serializable
public class TaskMemberRelEntityCreationData 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 TaskMemberRelEntityCreationData()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
copyFromAccessBean(TaskMemberRelAccessBean accessBean)
Copy attributes' values from access bean to entity creation data.java.lang.Long
getMemberId()
Gets the MemberId.java.lang.Long
getTaskId()
Gets the TaskId.void
reset()
Reset all attributes of the object.void
setMemberId(java.lang.Long newMemberId)
Sets the memberId.void
setTaskId(java.lang.Long newTaskId)
Sets the taskId.
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
The internal copyright field.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TaskMemberRelEntityCreationData
public TaskMemberRelEntityCreationData()
Default constructor.
-
-
Method Detail
-
getTaskId
public java.lang.Long getTaskId()
Gets the TaskId.- Returns:
- taskId The TaskId
-
setTaskId
public void setTaskId(java.lang.Long newTaskId)
Sets the taskId.- Parameters:
newTaskId
- The TaskId
-
getMemberId
public java.lang.Long getMemberId()
Gets the MemberId.- Returns:
- memberId The MemberId
-
setMemberId
public void setMemberId(java.lang.Long newMemberId)
Sets the memberId.- Parameters:
newMemberId
- The MemberId
-
reset
public void reset() throws java.lang.IllegalAccessException
Reset all attributes of the object.- Throws:
java.lang.IllegalAccessException
-
copyFromAccessBean
public void copyFromAccessBean(TaskMemberRelAccessBean accessBean)
Copy attributes' values from access bean to entity creation data.- Parameters:
AccessBean
- The corresponding access bean
-
-