Class Identity

java.lang.Object
com.soffid.iam.base.api.Identity
All Implemented Interfaces:
Serializable

public class Identity extends Object implements Serializable
ValueObject Identity
See Also:
  • Constructor Details

    • Identity

      public Identity()
    • Identity

      public Identity(String userCode, String groupCode, String roleName, String description, String identityCode)
    • Identity

      public Identity(String description, String identityCode)
    • Identity

      public Identity(Identity otherBean)
  • Method Details

    • getUserCode

      public String getUserCode()
      Gets value for attribute userCode
    • setUserCode

      public void setUserCode(String userCode)
      Sets value for attribute userCode
    • getGroupCode

      public String getGroupCode()
      Gets value for attribute groupCode
    • setGroupCode

      public void setGroupCode(String groupCode)
      Sets value for attribute groupCode
    • getRoleName

      public String getRoleName()
      Gets value for attribute roleName
    • setRoleName

      public void setRoleName(String roleName)
      Sets value for attribute roleName
    • getDescription

      public String getDescription()
      Gets value for attribute description
    • setDescription

      public void setDescription(String description)
      Sets value for attribute description
    • getIdentityCode

      public String getIdentityCode()
      Gets value for attribute identityCode
    • setIdentityCode

      public void setIdentityCode(String identityCode)
      Sets value for attribute identityCode
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object