Class SystemComponentIdentityProjection

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SystemComponent

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

  • Constructor Details

    • SystemComponentIdentityProjection

      public SystemComponentIdentityProjection()
  • 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)