gov.nih.nci.caarray.common.data.useradmin
Class UserRoleData

java.lang.Object
  extended by gov.nih.nci.caarray.common.data.useradmin.AdminData
      extended by 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

Constructor Summary
UserRoleData()
           
 
Method Summary
static java.lang.Long getApplicationId()
           
 java.lang.Long getEndDate()
           
 GroupData getGroup()
           
 java.lang.Long getId()
           
 java.lang.Long getProtectionElementId()
           
 java.lang.Long getProtectionGroupId()
           
 java.lang.Long getProtectionTypeId()
           
 java.lang.Long getRoleId()
           
 java.lang.Long getStartDate()
           
 java.lang.Long getUpdateDate()
           
 UserData getUser()
           
 java.lang.Long getUserId()
           
static void setApplicationId(java.lang.Long applicationId)
           
 void setEndDate(java.lang.Long endDate)
           
 void setGroup(GroupData group)
           
 void setId(java.lang.Long id)
           
 void setProtectionElementId(java.lang.Long protectionElementId)
           
 void setProtectionGroupId(java.lang.Long protectionGroupId)
           
 void setProtectionTypeId(java.lang.Long protectionTypeId)
           
 void setRoleId(java.lang.Long roleId)
           
 void setStartDate(java.lang.Long startDate)
           
 void setUpdateDate(java.lang.Long updateDate)
           
 void setUser(UserData user)
           
 void setUserId(java.lang.Long userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserRoleData

public UserRoleData()
Method Detail

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.