Class SoDRole

java.lang.Object
com.soffid.iam.rc.api.SoDRole
All Implemented Interfaces:
Serializable

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

    • SoDRole

      public SoDRole()
    • SoDRole

      public SoDRole(Long id, Role role, Long ruleId)
    • SoDRole

      public SoDRole(Role role, Long ruleId)
    • SoDRole

      public SoDRole(SoDRole otherBean)
  • Method Details

    • getId

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

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

      public Role getRole()
      Gets value for attribute role
    • setRole

      public void setRole(Role role)
      Sets value for attribute role
    • getRuleId

      public Long getRuleId()
      Gets value for attribute ruleId
    • setRuleId

      public void setRuleId(Long ruleId)
      Sets value for attribute ruleId
    • toString

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