Package com.morpheusdata.model
Class ReferenceData
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.projection.MorpheusIdentityModel
com.morpheusdata.model.projection.ReferenceDataSyncProjection
com.morpheusdata.model.ReferenceData
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Accountprotected Stringprotected Stringprotected Stringprotected Booleanprotected Stringprotected Booleanprotected Stringprotected Doubleprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class com.morpheusdata.model.projection.ReferenceDataSyncProjection
category, externalId, internalId, nameFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getPath()getRefId()getTags()getType()getValue()getxRef()voidsetAccount(Account account) voidvoidsetContent(String content) voidsetDescription(String description) voidsetEnabled(Boolean enabled) voidsetExternalType(String externalType) voidsetFlagValue(Boolean flagValue) voidsetKeyValue(String keyValue) voidsetNumberValue(Double numberValue) voidvoidsetRawData(String rawData) voidvoidsetRefType(String refType) voidvoidvoidvoidsetTypeValue(String typeValue) voidvoidsetVisibility(String visibility) voidMethods inherited from class com.morpheusdata.model.projection.ReferenceDataSyncProjection
getCategory, getExternalId, getInternalId, getName, setCategory, setExternalId, setInternalId, setNameMethods 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
-
account
-
code
-
keyValue
-
value
-
-
path
-
xRef
-
typeValue
-
status
-
enabled
-
type
-
description
-
rawData
-
visibility
-
flagValue
-
numberValue
-
tags
-
refType
-
refId
-
externalType
-
-
Constructor Details
-
ReferenceData
public ReferenceData()
-
-
Method Details
-
getAccount
-
setAccount
-
getCode
-
setCode
-
getKeyValue
-
setKeyValue
-
getValue
-
setValue
-
getContent
-
setContent
-
getPath
-
setPath
-
getxRef
-
setxRef
-
getTypeValue
-
setTypeValue
-
getStatus
-
setStatus
-
getEnabled
-
setEnabled
-
getType
-
setType
-
getDescription
-
setDescription
-
getRawData
-
setRawData
-
getVisibility
-
setVisibility
-
getFlagValue
-
setFlagValue
-
getNumberValue
-
setNumberValue
-
getTags
-
setTags
-
getRefType
-
setRefType
-
getRefId
-
setRefId
-
getExternalType
-
setExternalType
-