Class SystemIdentityProjection

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
System

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

  • Constructor Details

    • SystemIdentityProjection

      public SystemIdentityProjection()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getTypeCode

      public String getTypeCode()
    • setTypeCode

      public void setTypeCode(String typeCode)