public class MemberType extends InformationAsset
member_type asset type in IGC, displayed as 'Member Type' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected ItemList<Attribute> |
containsAttributes |
protected ItemList<CompositeView> |
containsCompositeViews |
protected ItemList<EntityType> |
containsEntityTypes |
protected MdmModel |
mdmModel |
protected MdmModel |
mdmModelForQuery |
protected String |
memberTypeLabel |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
MemberType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
ItemList<Attribute> |
getContainsAttributes()
Retrieve the
contains_attributes property (displayed as 'Contains Attributes') of the object. |
ItemList<CompositeView> |
getContainsCompositeViews()
Retrieve the
contains_composite_views property (displayed as 'Contains Composite Views') of the object. |
ItemList<EntityType> |
getContainsEntityTypes()
Retrieve the
contains_entity_types property (displayed as 'Contains Entity Types') 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. |
String |
getMemberTypeLabel()
Retrieve the
member_type_label property (displayed as 'Member Type Label') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setContainsAttributes(ItemList<Attribute> containsAttributes)
Set the
contains_attributes property (displayed as Contains Attributes) of the object. |
void |
setContainsCompositeViews(ItemList<CompositeView> containsCompositeViews)
Set the
contains_composite_views property (displayed as Contains Composite Views) of the object. |
void |
setContainsEntityTypes(ItemList<EntityType> containsEntityTypes)
Set the
contains_entity_types property (displayed as Contains Entity Types) 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 |
setMemberTypeLabel(String memberTypeLabel)
Set the
member_type_label property (displayed as Member Type Label) 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<CompositeView> containsCompositeViews
protected ItemList<EntityType> containsEntityTypes
protected MdmModel mdmModel
protected MdmModel mdmModelForQuery
protected String memberTypeLabel
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<Attribute> getContainsAttributes()
contains_attributes property (displayed as 'Contains Attributes') of the object.ItemList<Attribute>public void setContainsAttributes(ItemList<Attribute> containsAttributes)
contains_attributes property (displayed as Contains Attributes) of the object.containsAttributes - the value to setpublic ItemList<CompositeView> getContainsCompositeViews()
contains_composite_views property (displayed as 'Contains Composite Views') of the object.ItemList<CompositeView>public void setContainsCompositeViews(ItemList<CompositeView> containsCompositeViews)
contains_composite_views property (displayed as Contains Composite Views) of the object.containsCompositeViews - the value to setpublic ItemList<EntityType> getContainsEntityTypes()
contains_entity_types property (displayed as 'Contains Entity Types') of the object.ItemList<EntityType>public void setContainsEntityTypes(ItemList<EntityType> containsEntityTypes)
contains_entity_types property (displayed as Contains Entity Types) of the object.containsEntityTypes - 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 String getMemberTypeLabel()
member_type_label property (displayed as 'Member Type Label') of the object.Stringpublic void setMemberTypeLabel(String memberTypeLabel)
member_type_label property (displayed as Member Type Label) of the object.memberTypeLabel - the value to setCopyright © 2018–2021 ODPi. All rights reserved.