Class UserDomain

java.lang.Object
com.soffid.iam.iga.api.UserDomain
All Implemented Interfaces:
Serializable

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

  • Method Details

    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • getName

      public String getName()
      Gets value for attribute name
    • setName

      public void setName(String name)
      Sets value for attribute name
    • getCode

      public String getCode()
      Gets value for attribute name
    • setCode

      public void setCode(String name)
      Sets value for attribute name
    • getDescription

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

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

      public UserDomainType getType()
      Gets value for attribute type
    • setType

      public void setType(UserDomainType type)
      Sets value for attribute type
    • getBshExpr

      public String getBshExpr()
      Gets value for attribute bshExpr
    • setBshExpr

      public void setBshExpr(String bshExpr)
      Sets value for attribute bshExpr
    • getBshExprCreate

      public String getBshExprCreate()
      Gets value for attribute bshExprCreate
    • setBshExprCreate

      public void setBshExprCreate(String bshExprCreate)
      Sets value for attribute bshExprCreate
    • getBeanGenerator

      public String getBeanGenerator()
      Gets value for attribute beanGenerator
    • setBeanGenerator

      public void setBeanGenerator(String beanGenerator)
      Sets value for attribute beanGenerator
    • toString

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