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
-
Field Summary
Modifier and TypeFieldDescriptionprotected Account
protected String
protected String
protected String
protected Boolean
protected String
protected Boolean
protected String
protected Double
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
Fields inherited from class com.morpheusdata.model.projection.ReferenceDataSyncProjection
category, externalId, internalId, name
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getPath()
getRefId()
getTags()
getType()
getValue()
getxRef()
void
setAccount
(Account account) void
void
setContent
(String content) void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
setExternalType
(String externalType) void
setFlagValue
(Boolean flagValue) void
setKeyValue
(String keyValue) void
setNumberValue
(Double numberValue) void
void
setRawData
(String rawData) void
void
setRefType
(String refType) void
void
void
void
setTypeValue
(String typeValue) void
void
setVisibility
(String visibility) void
Methods inherited from class com.morpheusdata.model.projection.ReferenceDataSyncProjection
getCategory, getExternalId, getInternalId, getName, setCategory, setExternalId, setInternalId, setName
Methods inherited from class com.morpheusdata.model.projection.MorpheusIdentityModel
getIdentityProperties
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
-
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
-