Class SystemTypeIdentityProjection

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SystemType

public class SystemTypeIdentityProjection extends MorpheusIdentityModel
Provides a subset of properties from the SystemType for comparison with less bandwidth usage and memory footprint. This is a DTO Projection object.
See Also:
  • Field Details

  • Constructor Details

    • SystemTypeIdentityProjection

      public SystemTypeIdentityProjection()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)