Class SettingIdentityProjection


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

    • referenceType

      protected String referenceType
    • referenceId

      protected Long referenceId
    • value

      protected String value
    • filterType

      protected String filterType
  • Constructor Details

    • SettingIdentityProjection

      public SettingIdentityProjection()
  • Method Details

    • getReferenceType

      public String getReferenceType()
    • setReferenceType

      public void setReferenceType(String referenceType)
    • getReferenceId

      public Long getReferenceId()
    • setReferenceId

      public void setReferenceId(Long referenceId)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getFilterType

      public String getFilterType()
    • setFilterType

      public void setFilterType(String filterType)