Class SystemIdentityProjection
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.SystemIdentityProjection
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
System
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected StringTheSystemTypeIdentityProjection.getCode()mapped here for quick filter search.Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetExternalId(String externalId) voidvoidsetTypeCode(String typeCode) Methods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityPropertiesMethods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
name
-
externalId
-
typeCode
TheSystemTypeIdentityProjection.getCode()mapped here for quick filter search.
-
-
Constructor Details
-
SystemIdentityProjection
public SystemIdentityProjection()
-
-
Method Details
-
getName
-
setName
-
getExternalId
-
setExternalId
-
getTypeCode
-
setTypeCode
-