public class InsertOrUpdateDefinitionEntryBean extends IdableParameterBean
Constructor and Description |
---|
InsertOrUpdateDefinitionEntryBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodingSchemeReference() |
DefinitionEntry |
getDefinitionEntry() |
java.lang.String |
getEntityCode() |
java.lang.String |
getEntityCodeNamespace() |
java.lang.String |
getFormat() |
java.lang.String |
getMatchAlgorithm() |
java.lang.String |
getPropertyMatchValue() |
java.lang.String |
getPropertyName() |
java.lang.String |
getPropertyRefCodingScheme() |
java.lang.String |
getReferenceAssociation() |
java.lang.String |
getValueSetDefReference() |
java.lang.String |
getValueSetDefUId() |
java.lang.Boolean |
isLeafOnly() |
java.lang.Boolean |
isTargetToSource() |
java.lang.Boolean |
isTransitiveClosure() |
void |
setCodingSchemeReference(java.lang.String codingSchemeReference) |
void |
setDefinitionEntry(DefinitionEntry definitionEntry) |
void |
setEntityCode(java.lang.String entityCode) |
void |
setEntityCodeNamespace(java.lang.String entityCodeNamespace) |
void |
setFormat(java.lang.String format) |
void |
setLeafOnly(java.lang.Boolean leafOnly) |
void |
setMatchAlgorithm(java.lang.String matchAlgorithm) |
void |
setPropertyMatchValue(java.lang.String propertyMatchValue) |
void |
setPropertyName(java.lang.String propertyName) |
void |
setPropertyRefCodingScheme(java.lang.String propertyRefCodingScheme) |
void |
setReferenceAssociation(java.lang.String referenceAssociation) |
void |
setTargetToSource(java.lang.Boolean targetToSource) |
void |
setTransitiveClosure(java.lang.Boolean transitiveClosure) |
void |
setValueSetDefReference(java.lang.String valueSetDefReference) |
void |
setValueSetDefUId(java.lang.String valueSetDefUId) |
getEntryStateUId, getUId, setEntryStateUId, setUId
getActualTableSetPrefix, getPrefix, setActualTableSetPrefix, setPrefix
public DefinitionEntry getDefinitionEntry()
public void setDefinitionEntry(DefinitionEntry definitionEntry)
definitionEntry
- the definitionEntry to setpublic java.lang.String getValueSetDefUId()
public void setValueSetDefUId(java.lang.String valueSetDefUId)
valueSetDefUId
- the valueSetDefGuid to setpublic java.lang.String getCodingSchemeReference()
public void setCodingSchemeReference(java.lang.String codingSchemeReference)
codingSchemeReference
- the codingSchemeReference to setpublic java.lang.String getValueSetDefReference()
public void setValueSetDefReference(java.lang.String valueSetDefReference)
valueSetDefReference
- the valueSetDefReference to setpublic java.lang.String getEntityCode()
public void setEntityCode(java.lang.String entityCode)
entityCode
- the entityCode to setpublic java.lang.String getEntityCodeNamespace()
public void setEntityCodeNamespace(java.lang.String entityCodeNamespace)
entityCodeNamespace
- the entityCodeNamespace to setpublic java.lang.Boolean isLeafOnly()
public void setLeafOnly(java.lang.Boolean leafOnly)
leafOnly
- the leafOnly to setpublic java.lang.String getReferenceAssociation()
public void setReferenceAssociation(java.lang.String referenceAssociation)
referenceAssociation
- the referenceAssociation to setpublic java.lang.Boolean isTargetToSource()
public void setTargetToSource(java.lang.Boolean targetToSource)
targetToSource
- the targetToSource to setpublic java.lang.Boolean isTransitiveClosure()
public void setTransitiveClosure(java.lang.Boolean transitiveClosure)
transitiveClosure
- the transitiveClosure to setpublic java.lang.String getPropertyRefCodingScheme()
public void setPropertyRefCodingScheme(java.lang.String propertyRefCodingScheme)
propertyRefCodingScheme
- the propertyRefCodingScheme to setpublic java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName
- the propertyName to setpublic java.lang.String getPropertyMatchValue()
public void setPropertyMatchValue(java.lang.String propertyMatchValue)
propertyMatchValue
- the propertyMatchValue to setpublic java.lang.String getMatchAlgorithm()
public void setMatchAlgorithm(java.lang.String matchAlgorithm)
matchAlgorithm
- the matchAlgorithm to setpublic java.lang.String getFormat()
public void setFormat(java.lang.String format)
format
- the format to set