Class ServicePlanIdentityProjection

Direct Known Subclasses:
ServicePlan

public class ServicePlanIdentityProjection extends MorpheusIdentityModel
Provides a subset of properties from the ServicePlan object for doing a sync match comparison with less bandwidth usage and memory footprint. This is a DTO Projection object
Since:
0.8.0
See Also:
  • Field Details

    • code

      protected String code
    • name

      protected String name
    • externalId

      protected String externalId
    • deleted

      protected Boolean deleted
    • category

      protected String category
  • Constructor Details

    • ServicePlanIdentityProjection

      public ServicePlanIdentityProjection()
  • Method Details

    • getDeleted

      public Boolean getDeleted()
    • setDeleted

      public void setDeleted(Boolean deleted)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)