Class PricePlan


public class PricePlan extends PricePlanIdentityProjection
Provides a means to set predefined tiers on memory, storage, cores, and cpu.
  • Field Details

    • account

      protected Account account
    • owner

      protected Account owner
    • description

      protected String description
    • visibility

      protected String visibility
    • active

      protected Boolean active
    • dateCreated

      protected Date dateCreated
    • lastUpdated

      protected Date lastUpdated
    • configs

      protected String configs
    • sortOrder

      protected Integer sortOrder
    • editable

      protected Boolean editable
    • refTypeName

      protected String refTypeName
    • refType

      protected String refType
    • refId

      protected Long refId
    • deletable

      protected Boolean deletable
  • Constructor Details

    • PricePlan

      public PricePlan()
  • Method Details

    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount(Account account)
    • getOwner

      public Account getOwner()
    • setOwner

      public void setOwner(Account owner)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getVisibility

      public String getVisibility()
    • setVisibility

      public void setVisibility(String visibility)
    • getActive

      public Boolean getActive()
    • setActive

      public void setActive(Boolean active)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • getLastUpdated

      public Date getLastUpdated()
    • setLastUpdated

      public void setLastUpdated(Date lastUpdated)
    • getConfigs

      public String getConfigs()
    • setConfigs

      public void setConfigs(String configs)
    • getSortOrder

      public Integer getSortOrder()
    • setSortOrder

      public void setSortOrder(Integer sortOrder)
    • getEditable

      public Boolean getEditable()
    • setEditable

      public void setEditable(Boolean editable)
    • getRefTypeName

      public String getRefTypeName()
    • setRefTypeName

      public void setRefTypeName(String refTypeName)
    • getRefType

      public String getRefType()
    • setRefType

      public void setRefType(String refType)
    • getRefId

      public Long getRefId()
    • setRefId

      public void setRefId(Long refId)
    • getDeletable

      public Boolean getDeletable()
    • setDeletable

      public void setDeletable(Boolean deletable)
    • getType

      public PricePlanType getType()
    • setType

      public void setType(PricePlanType type)