Class AccountResourceIdentityProjection
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.AccountResourceIdentityProjection
- Direct Known Subclasses:
AccountResource
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setExternalId
(String externalId) void
setInternalId
(String internalId) void
void
setTypeCode
(String typeCode) void
setUniqueId
(String uniqueId) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
externalId
-
name
-
typeCode
-
internalId
-
uniqueId
-
-
Constructor Details
-
AccountResourceIdentityProjection
public AccountResourceIdentityProjection()
-
-
Method Details
-
getExternalId
-
setExternalId
-
getName
-
setName
-
getTypeCode
-
setTypeCode
-
getInternalId
-
setInternalId
-
getUniqueId
-
setUniqueId
-