Package com.morpheusdata.model
Class MetadataTagType
- java.lang.Object
-
- com.morpheusdata.model.MorpheusModel
-
- com.morpheusdata.model.projection.MetadataTagTypeIdentityProjection
-
- com.morpheusdata.model.MetadataTagType
-
public class MetadataTagType extends MetadataTagTypeIdentityProjection
Provides a Model representation of a MetadataTagType. These types are associated to MetadataTags.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
valueType
-
Fields inherited from class com.morpheusdata.model.projection.MetadataTagTypeIdentityProjection
externalId, name, refId, refType
-
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
-
Constructor Summary
Constructors Constructor Description MetadataTagType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValueType()
void
setValueType(java.lang.String valueType)
-
Methods inherited from class com.morpheusdata.model.projection.MetadataTagTypeIdentityProjection
getExternalId, getId, getName, getRefId, getRefType, setExternalId, setId, setName, setRefId, setRefType
-
Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty
-
-