public class TaskMemberRelEntityCreationData extends java.lang.Object implements EntityBeanCreationData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
| Constructor and Description |
|---|
TaskMemberRelEntityCreationData()
Default constructor.
|
| 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.
|
public static final java.lang.String COPYRIGHT
public TaskMemberRelEntityCreationData()
public java.lang.Long getTaskId()
public void setTaskId(java.lang.Long newTaskId)
newTaskId - The TaskIdpublic java.lang.Long getMemberId()
public void setMemberId(java.lang.Long newMemberId)
newMemberId - The MemberIdpublic void reset()
throws java.lang.IllegalAccessException
java.lang.IllegalAccessExceptionpublic void copyFromAccessBean(TaskMemberRelAccessBean accessBean)
AccessBean - The corresponding access bean