java.lang.Object
com.woorea.openstack.keystone.model.Role
All Implemented Interfaces:
Serializable

public class Role extends Object implements Serializable
See Also:
  • Field Details

    • id

      private String id
    • name

      private String name
    • description

      private String description
    • enabled

      private String enabled
  • Constructor Details

    • Role

      public Role()
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • getEnabled

      public String getEnabled()
      Returns:
      the enabled
    • setEnabled

      public void setEnabled(String enabled)
      Parameters:
      enabled - the enabled to set