gov.nih.nci.caarray.common.data.useradmin
Class UserRoleData
java.lang.Object
gov.nih.nci.caarray.common.data.useradmin.AdminData
gov.nih.nci.caarray.common.data.useradmin.UserRoleData
- All Implemented Interfaces:
- java.io.Serializable
public class UserRoleData
- extends AdminData
- Author:
- KanchinK
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserRoleData
public UserRoleData()
getGroup
public GroupData getGroup()
- Returns:
- Returns the group.
setGroup
public void setGroup(GroupData group)
- Parameters:
group
- The group to set.
getUser
public UserData getUser()
- Returns:
- Returns the user.
setUser
public void setUser(UserData user)
- Parameters:
user
- The user to set.
getApplicationId
public static java.lang.Long getApplicationId()
- Returns:
- Returns the applicationId.
setApplicationId
public static void setApplicationId(java.lang.Long applicationId)
- Parameters:
applicationId
- The applicationId to set.
getEndDate
public java.lang.Long getEndDate()
- Returns:
- Returns the endDate.
setEndDate
public void setEndDate(java.lang.Long endDate)
- Parameters:
endDate
- The endDate to set.
getId
public java.lang.Long getId()
- Returns:
- Returns the id.
setId
public void setId(java.lang.Long id)
- Parameters:
id
- The id to set.
getProtectionElementId
public java.lang.Long getProtectionElementId()
- Returns:
- Returns the protectionElementId.
setProtectionElementId
public void setProtectionElementId(java.lang.Long protectionElementId)
- Parameters:
protectionElementId
- The protectionElementId to set.
getProtectionGroupId
public java.lang.Long getProtectionGroupId()
- Returns:
- Returns the protectionGroupId.
setProtectionGroupId
public void setProtectionGroupId(java.lang.Long protectionGroupId)
- Parameters:
protectionGroupId
- The protectionGroupId to set.
getProtectionTypeId
public java.lang.Long getProtectionTypeId()
- Returns:
- Returns the protectionTypeId.
setProtectionTypeId
public void setProtectionTypeId(java.lang.Long protectionTypeId)
- Parameters:
protectionTypeId
- The protectionTypeId to set.
getRoleId
public java.lang.Long getRoleId()
- Returns:
- Returns the roleId.
setRoleId
public void setRoleId(java.lang.Long roleId)
- Parameters:
roleId
- The roleId to set.
getStartDate
public java.lang.Long getStartDate()
- Returns:
- Returns the startDate.
setStartDate
public void setStartDate(java.lang.Long startDate)
- Parameters:
startDate
- The startDate to set.
getUpdateDate
public java.lang.Long getUpdateDate()
- Returns:
- Returns the updateDate.
setUpdateDate
public void setUpdateDate(java.lang.Long updateDate)
- Parameters:
updateDate
- The updateDate to set.
getUserId
public java.lang.Long getUserId()
- Returns:
- Returns the userId.
setUserId
public void setUserId(java.lang.Long userId)
- Parameters:
userId
- The userId to set.