Class UserCriteria

    • 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.
        Overrides:
        toString in class Object
      • toUserCriteria

        public static UserCriteria toUserCriteria​(UsuariCriteria vo)
        Creates a UserCriteria value object based on a UsuariCriteria object.
      • 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.