gov.nih.nci.caarray.ui.useradmin
Class UserDetailForm
java.lang.Object
org.apache.struts.action.ActionForm
gov.nih.nci.caarray.ui.useradmin.UserDetailForm
- All Implemented Interfaces:
- java.io.Serializable
public class UserDetailForm
- extends org.apache.struts.action.ActionForm
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserDetailForm
public UserDetailForm()
getGroups
public java.util.Collection getGroups()
- Returns:
- Returns the groups.
setGroups
public void setGroups(java.util.Collection groups)
- Parameters:
groups
- The groups to set.
getUserRoles
public java.util.Vector getUserRoles()
- Returns:
- Returns the userRoles.
setUserRoles
public void setUserRoles(java.util.Vector userRoles)
- Parameters:
userRoles
- The userRoles to set.
getRole
public java.lang.String getRole()
- Returns:
- Returns the role.
setRole
public void setRole(java.lang.String role)
- Parameters:
role
- The role to set.
getIsAdminUser
public boolean getIsAdminUser()
- Returns:
- Returns the isAdminUser.
setIsAdminUser
public void setIsAdminUser(boolean isAdminUser)
- Parameters:
isAdminUser
- The isAdminUser to set.
setUpdateDate
public void setUpdateDate(java.lang.String updateDate)
- Parameters:
updateDate
- The updateDate to set.
getDepartment
public java.lang.String getDepartment()
- Returns:
- Returns the department.
setDepartment
public void setDepartment(java.lang.String department)
- Parameters:
department
- The department to set.
getEmailAddress
public java.lang.String getEmailAddress()
- Returns:
- Returns the emailAddress.
setEmailAddress
public void setEmailAddress(java.lang.String emailAddress)
- Parameters:
emailAddress
- The emailAddress to set.
getEndDate
public java.lang.String getEndDate()
- Returns:
- Returns the endDate.
setEndDate
public void setEndDate(java.lang.String endDate)
- Parameters:
endDate
- The endDate to set.
getFirstName
public java.lang.String getFirstName()
- Returns:
- Returns the firstName.
setFirstName
public void setFirstName(java.lang.String firstName)
- Parameters:
firstName
- The firstName to set.
getId
public long getId()
- Returns:
- Returns the id.
setId
public void setId(long id)
- Parameters:
id
- The id to set.
getInstitutionName
public java.lang.String getInstitutionName()
- Returns:
- Returns the institutionName.
setInstitutionName
public void setInstitutionName(java.lang.String institutionName)
- Parameters:
institutionName
- The institutionName to set.
getLastName
public java.lang.String getLastName()
- Returns:
- Returns the lastName.
setLastName
public void setLastName(java.lang.String lastName)
- Parameters:
lastName
- The lastName to set.
getLocation
public java.lang.String getLocation()
- Returns:
- Returns the location.
setLocation
public void setLocation(java.lang.String location)
- Parameters:
location
- The location to set.
getLoginName
public java.lang.String getLoginName()
- Returns:
- Returns the loginName.
setLoginName
public void setLoginName(java.lang.String loginName)
- Parameters:
loginName
- The loginName to set.
getPassword
public java.lang.String getPassword()
- Returns:
- Returns the password.
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password
- The password to set.
getPhoneNumber
public java.lang.String getPhoneNumber()
- Returns:
- Returns the phoneNumber.
setPhoneNumber
public void setPhoneNumber(java.lang.String phoneNumber)
- Parameters:
phoneNumber
- The phoneNumber to set.
getStartDate
public java.lang.String getStartDate()
- Returns:
- Returns the startDate.
setStartDate
public void setStartDate(java.lang.String startDate)
- Parameters:
startDate
- The startDate to set.
getStatus
public java.lang.String getStatus()
- Returns:
- Returns the status.
setStatus
public void setStatus(java.lang.String status)
- Parameters:
status
- The status to set.
getTitle
public java.lang.String getTitle()
- Returns:
- Returns the title.
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title
- The title to set.
getUpdateDate
public java.lang.String getUpdateDate()
- Returns:
- Returns the updateDate.
setUpdateDate
public void setUpdateDate(long String)
- Parameters:
updateDate
- The updateDate to set.