public class AttributeType extends InformationAsset
attribute_type asset type in IGC, displayed as 'Attribute Type' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected ItemList<AttributeTypeField> |
containsAttributeTypeFields |
protected MdmModel |
mdmModel |
protected MdmModel |
mdmModelForQuery |
protected ItemList<Attribute> |
referencedByAttributes |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
AttributeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
ItemList<AttributeTypeField> |
getContainsAttributeTypeFields()
Retrieve the
contains_attribute_type_fields property (displayed as 'Contains Attribute Type Fields') of the object. |
MdmModel |
getMdmModel()
Retrieve the
mdm_model property (displayed as 'MDM Model') of the object. |
MdmModel |
getMdmModelForQuery()
Retrieve the
mdm_model_for_query property (displayed as 'MDM Model') of the object. |
ItemList<Attribute> |
getReferencedByAttributes()
Retrieve the
referenced_by_attributes property (displayed as 'Referenced by Attributes') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setContainsAttributeTypeFields(ItemList<AttributeTypeField> containsAttributeTypeFields)
Set the
contains_attribute_type_fields property (displayed as Contains Attribute Type Fields) of the object. |
void |
setMdmModel(MdmModel mdmModel)
Set the
mdm_model property (displayed as MDM Model) of the object. |
void |
setMdmModelForQuery(MdmModel mdmModelForQuery)
Set the
mdm_model_for_query property (displayed as MDM Model) of the object. |
void |
setReferencedByAttributes(ItemList<Attribute> referencedByAttributes)
Set the
referenced_by_attributes property (displayed as Referenced by Attributes) 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<AttributeTypeField> containsAttributeTypeFields
protected MdmModel mdmModel
protected MdmModel mdmModelForQuery
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<AttributeTypeField> getContainsAttributeTypeFields()
contains_attribute_type_fields property (displayed as 'Contains Attribute Type Fields') of the object.ItemList<AttributeTypeField>public void setContainsAttributeTypeFields(ItemList<AttributeTypeField> containsAttributeTypeFields)
contains_attribute_type_fields property (displayed as Contains Attribute Type Fields) of the object.containsAttributeTypeFields - the value to setpublic MdmModel getMdmModel()
mdm_model property (displayed as 'MDM Model') of the object.MdmModelpublic void setMdmModel(MdmModel mdmModel)
mdm_model property (displayed as MDM Model) of the object.mdmModel - the value to setpublic MdmModel getMdmModelForQuery()
mdm_model_for_query property (displayed as 'MDM Model') of the object.MdmModelpublic void setMdmModelForQuery(MdmModel mdmModelForQuery)
mdm_model_for_query property (displayed as MDM Model) of the object.mdmModelForQuery - the value to setpublic ItemList<Attribute> getReferencedByAttributes()
referenced_by_attributes property (displayed as 'Referenced by Attributes') of the object.ItemList<Attribute>Copyright © 2018–2021 ODPi. All rights reserved.