Class BeCPGUserAccount

java.lang.Object
fr.becpg.repo.authentication.BeCPGUserAccount

public class BeCPGUserAccount extends Object

BeCPGUserAccount class.

Version:
$Id: $Id
Author:
matthieu
  • Field Details

    • userName

      private String userName
    • password

      private String password
    • generatePassword

      private Boolean generatePassword
    • synchronizeWithIDS

      private Boolean synchronizeWithIDS
    • disable

      private Boolean disable
    • newUserName

      private String newUserName
    • extraProps

      private Map<org.alfresco.service.namespace.QName,Serializable> extraProps
    • authorities

      private Set<String> authorities
    • notify

      private Boolean notify
  • Constructor Details

    • BeCPGUserAccount

      public BeCPGUserAccount()
  • Method Details

    • getSynchronizeWithIDS

      public Boolean getSynchronizeWithIDS()

      Getter for the field synchronizeWithIDS.

      Returns:
      a Boolean object
    • setSynchronizeWithIDS

      public void setSynchronizeWithIDS(Boolean synchronizeWithIDS)

      Setter for the field synchronizeWithIDS.

      Parameters:
      synchronizeWithIDS - a Boolean object
    • getGeneratePassword

      public Boolean getGeneratePassword()

      Getter for the field generatePassword.

      Returns:
      a Boolean object
    • setGeneratePassword

      public void setGeneratePassword(Boolean generatePassword)

      Setter for the field generatePassword.

      Parameters:
      generatePassword - a Boolean object
    • getDisable

      public Boolean getDisable()

      Getter for the field disable.

      Returns:
      a Boolean object
    • setDisable

      public void setDisable(Boolean disable)

      Setter for the field disable.

      Parameters:
      disable - a Boolean object
    • getNewUserName

      public String getNewUserName()

      Getter for the field newUserName.

      Returns:
      a String object
    • setNewUserName

      public void setNewUserName(String newUserName)

      Setter for the field newUserName.

      Parameters:
      newUserName - a String object
    • getUserName

      public String getUserName()

      Getter for the field userName.

      Returns:
      a String object
    • setUserName

      public void setUserName(String userName)

      Setter for the field userName.

      Parameters:
      userName - a String object
    • getFirstName

      public String getFirstName()

      getFirstName.

      Returns:
      a String object
    • setFirstName

      public void setFirstName(String firstName)

      setFirstName.

      Parameters:
      firstName - a String object
    • getLastName

      public String getLastName()

      getLastName.

      Returns:
      a String object
    • setLastName

      public void setLastName(String lastName)

      setLastName.

      Parameters:
      lastName - a String object
    • getPassword

      public String getPassword()

      Getter for the field password.

      Returns:
      a String object
    • setPassword

      public void setPassword(String password)

      Setter for the field password.

      Parameters:
      password - a String object
    • getEmail

      public String getEmail()

      getEmail.

      Returns:
      a String object
    • setEmail

      public void setEmail(String email)

      setEmail.

      Parameters:
      email - a String object
    • getNotify

      public Boolean getNotify()

      Getter for the field notify.

      Returns:
      a Boolean object
    • setNotify

      public void setNotify(Boolean notify)

      Setter for the field notify.

      Parameters:
      notify - a Boolean object
    • getAuthorities

      public Set<String> getAuthorities()

      Getter for the field authorities.

      Returns:
      a Set object
    • setAuthorities

      public void setAuthorities(Set<String> authorities)

      Setter for the field authorities.

      Parameters:
      authorities - a Set object
    • getExtraProps

      public Map<org.alfresco.service.namespace.QName,Serializable> getExtraProps()

      Getter for the field extraProps.

      Returns:
      a Map object
    • setExtraProps

      public void setExtraProps(Map<org.alfresco.service.namespace.QName,Serializable> extraProps)

      Setter for the field extraProps.

      Parameters:
      extraProps - a Map object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object