Class AccountInventoryType

java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.AccountInventoryType

public class AccountInventoryType extends MorpheusModel
Represents the type for inventory files
Since:
0.16.1
  • Field Details

    • name

      protected String name
    • code

      protected String code
    • description

      protected String description
    • enabled

      protected Boolean enabled
    • creatable

      protected Boolean creatable
  • Constructor Details

    • AccountInventoryType

      public AccountInventoryType()
  • Method Details

    • getName

      public String getName()
      Gets the name of the inventory type for display
      Returns:
      the current inventory type name
    • setName

      public void setName(String name)
      Sets the name of the inventory type for reference and display
      Parameters:
      name - the name to be assigned to the inventory type
    • getDescription

      public String getDescription()
      Gets the more detailed description of the inventory type.
      Returns:
      the description information
    • setDescription

      public void setDescription(String description)
      Sets the description of the inventory type
      Parameters:
      description - the description string to be saved
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • getCreatable

      public Boolean getCreatable()
    • setCreatable

      public void setCreatable(Boolean creatable)