public class MdmModel extends InformationAsset
mdm_model asset type in IGC, displayed as 'MDM Model' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected ItemList<AttributeType> |
containsAttributesTypes |
protected ItemList<MemberType> |
containsMemberTypes |
protected ItemList<PhysicalObject> |
containsPhysicalObjects |
protected String |
namespace |
protected String |
version |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
MdmModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
ItemList<AttributeType> |
getContainsAttributesTypes()
Retrieve the
contains_attributes_types property (displayed as 'Contains Attributes Types') of the object. |
ItemList<MemberType> |
getContainsMemberTypes()
Retrieve the
contains_member_types property (displayed as 'Contains Member Types') of the object. |
ItemList<PhysicalObject> |
getContainsPhysicalObjects()
Retrieve the
contains_physical_objects property (displayed as 'Contains Physical Objects') of the object. |
String |
getNamespace()
Retrieve the
namespace property (displayed as 'Namespace') of the object. |
String |
getVersion()
Retrieve the
version property (displayed as 'Version') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setContainsAttributesTypes(ItemList<AttributeType> containsAttributesTypes)
Set the
contains_attributes_types property (displayed as Contains Attributes Types) of the object. |
void |
setContainsMemberTypes(ItemList<MemberType> containsMemberTypes)
Set the
contains_member_types property (displayed as Contains Member Types) of the object. |
void |
setContainsPhysicalObjects(ItemList<PhysicalObject> containsPhysicalObjects)
Set the
contains_physical_objects property (displayed as Contains Physical Objects) of the object. |
void |
setNamespace(String namespace)
Set the
namespace property (displayed as Namespace) of the object. |
void |
setVersion(String version)
Set the
version property (displayed as Version) of the object. |
getBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String aliasBusinessName
protected ItemList<AttributeType> containsAttributesTypes
protected ItemList<MemberType> containsMemberTypes
protected ItemList<PhysicalObject> containsPhysicalObjects
protected String namespace
protected String version
public String getAliasBusinessName()
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object.Stringpublic void setAliasBusinessName(String aliasBusinessName)
alias_(business_name) property (displayed as Alias (Business Name)) of the object.aliasBusinessName - the value to setpublic ItemList<AttributeType> getContainsAttributesTypes()
contains_attributes_types property (displayed as 'Contains Attributes Types') of the object.ItemList<AttributeType>public void setContainsAttributesTypes(ItemList<AttributeType> containsAttributesTypes)
contains_attributes_types property (displayed as Contains Attributes Types) of the object.containsAttributesTypes - the value to setpublic ItemList<MemberType> getContainsMemberTypes()
contains_member_types property (displayed as 'Contains Member Types') of the object.ItemList<MemberType>public void setContainsMemberTypes(ItemList<MemberType> containsMemberTypes)
contains_member_types property (displayed as Contains Member Types) of the object.containsMemberTypes - the value to setpublic ItemList<PhysicalObject> getContainsPhysicalObjects()
contains_physical_objects property (displayed as 'Contains Physical Objects') of the object.ItemList<PhysicalObject>public void setContainsPhysicalObjects(ItemList<PhysicalObject> containsPhysicalObjects)
contains_physical_objects property (displayed as Contains Physical Objects) of the object.containsPhysicalObjects - the value to setpublic String getNamespace()
namespace property (displayed as 'Namespace') of the object.Stringpublic void setNamespace(String namespace)
namespace property (displayed as Namespace) of the object.namespace - the value to setpublic String getVersion()
version property (displayed as 'Version') of the object.Stringpublic void setVersion(String version)
version property (displayed as Version) of the object.version - the value to setCopyright © 2018–2021 ODPi. All rights reserved.