java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.UserRole
All Implemented Interfaces:
Serializable

public class UserRole extends PlannerApiResource implements Serializable
Planner REST API class representing a role assigned to the user.
See Also:
  • Constructor Details

    • UserRole

      public UserRole()
  • Method Details

    • getName

      public String getName()
      Gets role name
    • setName

      public void setName(String name)
      Sets role name
    • getLabel

      public String getLabel()
      Gets role label
    • setLabel

      public void setLabel(String label)
      Sets role label
    • getUseractive

      public int getUseractive()
      Checks if the user is active
    • setUseractive

      public void setUseractive(int useractive)
      Sets a flag to indicate if the user is active
    • getChanged

      public int getChanged()
      is role changed
    • setChanged

      public void setChanged(int changed)
      Sets to indicate if the role is changed
    • getDelete

      public String getDelete()
      Checks if deleted
    • setDelete

      public void setDelete(String delete)
      Sets to indicate if the role is deleted