public class TaskMemberRelEntityCreationData
extends java.lang.Object
implements com.ibm.commerce.context.content.objects.EntityCreationData
| 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 | copyFields(com.ibm.commerce.base.objects.ECEntityBean entityBeanBase)
Set all attributes for the corresponding EJB.
|
| 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)
public java.lang.Long getMemberId()
public void setMemberId(java.lang.Long newMemberId)
public void reset()
throws java.lang.IllegalAccessException
public void copyFields(com.ibm.commerce.base.objects.ECEntityBean entityBeanBase)
throws java.lang.IllegalAccessException,
java.lang.NoSuchFieldException
public void copyFromAccessBean(TaskMemberRelAccessBean accessBean) throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException