Class Tenant

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

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

    • id

      private String id
    • name

      private String name
    • description

      private String description
    • enabled

      private Boolean enabled
  • Constructor Details

    • Tenant

      public Tenant(String name, String description, Boolean enabled)
    • Tenant

      public Tenant(String name, String description)
    • Tenant

      public Tenant(String name)
    • Tenant

      public Tenant()
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set
    • 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 Boolean getEnabled()
      Returns:
      the enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
      Parameters:
      enabled - the enabled to set
    • toString

      public String toString()
      Overrides:
      toString in class Object