Class RolGrup

java.lang.Object
com.soffid.iam.bpm.api.RolGrup
All Implemented Interfaces:
Serializable

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

    • RolGrup

      public RolGrup()
    • RolGrup

      public RolGrup(String rol, String grup)
    • RolGrup

      public RolGrup(RolGrup otherBean)
  • Method Details

    • getRol

      public String getRol()
      Gets value for attribute rol
    • setRol

      public void setRol(String rol)
      Sets value for attribute rol
    • getGrup

      public String getGrup()
      Gets value for attribute grup
    • setGrup

      public void setGrup(String grup)
      Sets value for attribute grup
    • toString

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