Package com.soffid.iam.api
Class UserCriteria
- java.lang.Object
-
- com.soffid.iam.api.UserCriteria
-
- All Implemented Interfaces:
Serializable
public class UserCriteria extends Object implements Serializable
ValueObject UserCriteria- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserCriteria()
UserCriteria(UserCriteria otherBean)
UserCriteria(String userName, String firstName, String lastName, String shortName, String createdDate, String createdByUser, Boolean active, String middleName, Boolean multiSession, String userType, String profileServer, String comments, String homeServer, String mailServer, Long passwordMaxAge, String primaryGroup, String modifiedDate, String modifiedByUser, String nationalID, String phoneNumber, Long id, String mailAlias, String mailDomain, String primaryGroupDescription, String accountName, String accountSystem, String rolName, String rolSystem, String secondaryGroup, String attributeName, String attributeValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountName()
Gets value for attribute accountNameString
getAccountSystem()
Gets value for attribute accountSystemBoolean
getActive()
Gets value for attribute activeString
getAttributeName()
Gets value for attribute attributeNameString
getAttributeValue()
Gets value for attribute attributeValueString
getComments()
Gets value for attribute commentsString
getCreatedByUser()
Gets value for attribute createdByUserString
getCreatedDate()
Gets value for attribute createdDateString
getFirstName()
Gets value for attribute firstNameString
getHomeServer()
Gets value for attribute homeServerLong
getId()
Gets value for attribute idString
getLastName()
Gets value for attribute lastNameString
getMailAlias()
Gets value for attribute mailAliasString
getMailDomain()
Gets value for attribute mailDomainString
getMailServer()
Gets value for attribute mailServerString
getMiddleName()
Gets value for attribute middleNameString
getModifiedByUser()
Gets value for attribute modifiedByUserString
getModifiedDate()
Gets value for attribute modifiedDateBoolean
getMultiSession()
Gets value for attribute multiSessionString
getNationalID()
Gets value for attribute nationalIDLong
getPasswordMaxAge()
Gets value for attribute passwordMaxAgeString
getPhoneNumber()
Gets value for attribute phoneNumberString
getPrimaryGroup()
Gets value for attribute primaryGroupString
getPrimaryGroupDescription()
Gets value for attribute primaryGroupDescriptionString
getProfileServer()
Gets value for attribute profileServerString
getRolName()
Gets value for attribute rolNameString
getRolSystem()
Gets value for attribute rolSystemString
getSecondaryGroup()
Gets value for attribute secondaryGroupString
getShortName()
Gets value for attribute shortNameString
getUserName()
Gets value for attribute userNameString
getUserType()
Gets value for attribute userTypevoid
setAccountName(String accountName)
Sets value for attribute accountNamevoid
setAccountSystem(String accountSystem)
Sets value for attribute accountSystemvoid
setActive(Boolean active)
Sets value for attribute activevoid
setAttributeName(String attributeName)
Sets value for attribute attributeNamevoid
setAttributeValue(String attributeValue)
Sets value for attribute attributeValuevoid
setComments(String comments)
Sets value for attribute commentsvoid
setCreatedByUser(String createdByUser)
Sets value for attribute createdByUservoid
setCreatedDate(String createdDate)
Sets value for attribute createdDatevoid
setFirstName(String firstName)
Sets value for attribute firstNamevoid
setHomeServer(String homeServer)
Sets value for attribute homeServervoid
setId(Long id)
Sets value for attribute idvoid
setLastName(String lastName)
Sets value for attribute lastNamevoid
setMailAlias(String mailAlias)
Sets value for attribute mailAliasvoid
setMailDomain(String mailDomain)
Sets value for attribute mailDomainvoid
setMailServer(String mailServer)
Sets value for attribute mailServervoid
setMiddleName(String middleName)
Sets value for attribute middleNamevoid
setModifiedByUser(String modifiedByUser)
Sets value for attribute modifiedByUservoid
setModifiedDate(String modifiedDate)
Sets value for attribute modifiedDatevoid
setMultiSession(Boolean multiSession)
Sets value for attribute multiSessionvoid
setNationalID(String nationalID)
Sets value for attribute nationalIDvoid
setPasswordMaxAge(Long passwordMaxAge)
Sets value for attribute passwordMaxAgevoid
setPhoneNumber(String phoneNumber)
Sets value for attribute phoneNumbervoid
setPrimaryGroup(String primaryGroup)
Sets value for attribute primaryGroupvoid
setPrimaryGroupDescription(String primaryGroupDescription)
Sets value for attribute primaryGroupDescriptionvoid
setProfileServer(String profileServer)
Sets value for attribute profileServervoid
setRolName(String rolName)
Sets value for attribute rolNamevoid
setRolSystem(String rolSystem)
Sets value for attribute rolSystemvoid
setSecondaryGroup(String secondaryGroup)
Sets value for attribute secondaryGroupvoid
setShortName(String shortName)
Sets value for attribute shortNamevoid
setUserName(String userName)
Sets value for attribute userNamevoid
setUserType(String userType)
Sets value for attribute userTypeString
toString()
Returns a string representation of the value object.static UserCriteria
toUserCriteria(UsuariCriteria vo)
Creates a UserCriteria value object based on a UsuariCriteria object.static void
toUserCriteria(UsuariCriteria source, UserCriteria target)
Updates a UserCriteria value object based on a UsuariCriteria object.static UserCriteria[]
toUserCriteriaArray(UsuariCriteria[] source)
Creates a UserCriteria array on a UsuariCriteria array.static AsyncList<UserCriteria>
toUserCriteriaAsyncList(AsyncList<UsuariCriteria> source)
Creates a UserCriteria asynclist on a UsuariCriteria collection.static PagedResult<UserCriteria>
toUserCriteriaList(PagedResult<UsuariCriteria> source)
Creates a UserCriteria pagedResult on a UsuariCriteria collection.static List<UserCriteria>
toUserCriteriaList(Collection<UsuariCriteria> source)
Creates a UserCriteria list on a UsuariCriteria collection.
-
-
-
Constructor Detail
-
UserCriteria
public UserCriteria()
-
UserCriteria
public UserCriteria(String userName, String firstName, String lastName, String shortName, String createdDate, String createdByUser, Boolean active, String middleName, Boolean multiSession, String userType, String profileServer, String comments, String homeServer, String mailServer, Long passwordMaxAge, String primaryGroup, String modifiedDate, String modifiedByUser, String nationalID, String phoneNumber, Long id, String mailAlias, String mailDomain, String primaryGroupDescription, String accountName, String accountSystem, String rolName, String rolSystem, String secondaryGroup, String attributeName, String attributeValue)
-
UserCriteria
public UserCriteria(UserCriteria otherBean)
-
-
Method Detail
-
getUserName
public String getUserName()
Gets value for attribute userName
-
setUserName
public void setUserName(String userName)
Sets value for attribute userName
-
getFirstName
public String getFirstName()
Gets value for attribute firstName
-
setFirstName
public void setFirstName(String firstName)
Sets value for attribute firstName
-
getLastName
public String getLastName()
Gets value for attribute lastName
-
setLastName
public void setLastName(String lastName)
Sets value for attribute lastName
-
getShortName
public String getShortName()
Gets value for attribute shortName
-
setShortName
public void setShortName(String shortName)
Sets value for attribute shortName
-
getCreatedDate
public String getCreatedDate()
Gets value for attribute createdDate
-
setCreatedDate
public void setCreatedDate(String createdDate)
Sets value for attribute createdDate
-
getCreatedByUser
public String getCreatedByUser()
Gets value for attribute createdByUser
-
setCreatedByUser
public void setCreatedByUser(String createdByUser)
Sets value for attribute createdByUser
-
getActive
public Boolean getActive()
Gets value for attribute active
-
setActive
public void setActive(Boolean active)
Sets value for attribute active
-
getMiddleName
public String getMiddleName()
Gets value for attribute middleName
-
setMiddleName
public void setMiddleName(String middleName)
Sets value for attribute middleName
-
getMultiSession
public Boolean getMultiSession()
Gets value for attribute multiSession
-
setMultiSession
public void setMultiSession(Boolean multiSession)
Sets value for attribute multiSession
-
getUserType
public String getUserType()
Gets value for attribute userType
-
setUserType
public void setUserType(String userType)
Sets value for attribute userType
-
getProfileServer
public String getProfileServer()
Gets value for attribute profileServer
-
setProfileServer
public void setProfileServer(String profileServer)
Sets value for attribute profileServer
-
getComments
public String getComments()
Gets value for attribute comments
-
setComments
public void setComments(String comments)
Sets value for attribute comments
-
getHomeServer
public String getHomeServer()
Gets value for attribute homeServer
-
setHomeServer
public void setHomeServer(String homeServer)
Sets value for attribute homeServer
-
getMailServer
public String getMailServer()
Gets value for attribute mailServer
-
setMailServer
public void setMailServer(String mailServer)
Sets value for attribute mailServer
-
getPasswordMaxAge
public Long getPasswordMaxAge()
Gets value for attribute passwordMaxAge
-
setPasswordMaxAge
public void setPasswordMaxAge(Long passwordMaxAge)
Sets value for attribute passwordMaxAge
-
getPrimaryGroup
public String getPrimaryGroup()
Gets value for attribute primaryGroup
-
setPrimaryGroup
public void setPrimaryGroup(String primaryGroup)
Sets value for attribute primaryGroup
-
getModifiedDate
public String getModifiedDate()
Gets value for attribute modifiedDate
-
setModifiedDate
public void setModifiedDate(String modifiedDate)
Sets value for attribute modifiedDate
-
getModifiedByUser
public String getModifiedByUser()
Gets value for attribute modifiedByUser
-
setModifiedByUser
public void setModifiedByUser(String modifiedByUser)
Sets value for attribute modifiedByUser
-
getNationalID
public String getNationalID()
Gets value for attribute nationalID
-
setNationalID
public void setNationalID(String nationalID)
Sets value for attribute nationalID
-
getPhoneNumber
public String getPhoneNumber()
Gets value for attribute phoneNumber
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
Sets value for attribute phoneNumber
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getMailAlias
public String getMailAlias()
Gets value for attribute mailAlias
-
setMailAlias
public void setMailAlias(String mailAlias)
Sets value for attribute mailAlias
-
getMailDomain
public String getMailDomain()
Gets value for attribute mailDomain
-
setMailDomain
public void setMailDomain(String mailDomain)
Sets value for attribute mailDomain
-
getPrimaryGroupDescription
public String getPrimaryGroupDescription()
Gets value for attribute primaryGroupDescription
-
setPrimaryGroupDescription
public void setPrimaryGroupDescription(String primaryGroupDescription)
Sets value for attribute primaryGroupDescription
-
getAccountName
public String getAccountName()
Gets value for attribute accountName
-
setAccountName
public void setAccountName(String accountName)
Sets value for attribute accountName
-
getAccountSystem
public String getAccountSystem()
Gets value for attribute accountSystem
-
setAccountSystem
public void setAccountSystem(String accountSystem)
Sets value for attribute accountSystem
-
getRolName
public String getRolName()
Gets value for attribute rolName
-
setRolName
public void setRolName(String rolName)
Sets value for attribute rolName
-
getRolSystem
public String getRolSystem()
Gets value for attribute rolSystem
-
setRolSystem
public void setRolSystem(String rolSystem)
Sets value for attribute rolSystem
-
getSecondaryGroup
public String getSecondaryGroup()
Gets value for attribute secondaryGroup
-
setSecondaryGroup
public void setSecondaryGroup(String secondaryGroup)
Sets value for attribute secondaryGroup
-
getAttributeName
public String getAttributeName()
Gets value for attribute attributeName
-
setAttributeName
public void setAttributeName(String attributeName)
Sets value for attribute attributeName
-
getAttributeValue
public String getAttributeValue()
Gets value for attribute attributeValue
-
setAttributeValue
public void setAttributeValue(String attributeValue)
Sets value for attribute attributeValue
-
toString
public String toString()
Returns a string representation of the value object.
-
toUserCriteria
public static UserCriteria toUserCriteria(UsuariCriteria vo)
Creates a UserCriteria value object based on a UsuariCriteria object.
-
toUserCriteriaList
public static List<UserCriteria> toUserCriteriaList(Collection<UsuariCriteria> source)
Creates a UserCriteria list on a UsuariCriteria collection.
-
toUserCriteriaList
public static PagedResult<UserCriteria> toUserCriteriaList(PagedResult<UsuariCriteria> source)
Creates a UserCriteria pagedResult on a UsuariCriteria collection.
-
toUserCriteriaAsyncList
public static AsyncList<UserCriteria> toUserCriteriaAsyncList(AsyncList<UsuariCriteria> source)
Creates a UserCriteria asynclist on a UsuariCriteria collection.
-
toUserCriteriaArray
public static UserCriteria[] toUserCriteriaArray(UsuariCriteria[] source)
Creates a UserCriteria array on a UsuariCriteria array.
-
toUserCriteria
public static void toUserCriteria(UsuariCriteria source, UserCriteria target)
Updates a UserCriteria value object based on a UsuariCriteria object.
-
-