public class Attribute extends InformationAsset
attribute asset type in IGC, displayed as 'Attribute' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected String |
attributeLabel |
protected String |
code |
protected MemberType |
memberType |
protected MemberType |
memberTypeForQuery |
protected AttributeType |
referencesAttributeTypes |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
String |
getAttributeLabel()
Retrieve the
attribute_label property (displayed as 'Attribute Label') of the object. |
String |
getCode()
Retrieve the
code property (displayed as 'Code') of the object. |
MemberType |
getMemberType()
Retrieve the
member_type property (displayed as 'Member Type') of the object. |
MemberType |
getMemberTypeForQuery()
Retrieve the
member_type_for_query property (displayed as 'Member Type') of the object. |
AttributeType |
getReferencesAttributeTypes()
Retrieve the
references_attribute_types property (displayed as 'References Attribute Types') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setAttributeLabel(String attributeLabel)
Set the
attribute_label property (displayed as Attribute Label) of the object. |
void |
setCode(String code)
Set the
code property (displayed as Code) of the object. |
void |
setMemberType(MemberType memberType)
Set the
member_type property (displayed as Member Type) of the object. |
void |
setMemberTypeForQuery(MemberType memberTypeForQuery)
Set the
member_type_for_query property (displayed as Member Type) of the object. |
void |
setReferencesAttributeTypes(AttributeType referencesAttributeTypes)
Set the
references_attribute_types property (displayed as References Attribute Types) 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 String attributeLabel
protected String code
protected MemberType memberType
protected MemberType memberTypeForQuery
protected AttributeType referencesAttributeTypes
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 String getAttributeLabel()
attribute_label property (displayed as 'Attribute Label') of the object.Stringpublic void setAttributeLabel(String attributeLabel)
attribute_label property (displayed as Attribute Label) of the object.attributeLabel - the value to setpublic String getCode()
code property (displayed as 'Code') of the object.Stringpublic void setCode(String code)
code property (displayed as Code) of the object.code - the value to setpublic MemberType getMemberType()
member_type property (displayed as 'Member Type') of the object.MemberTypepublic void setMemberType(MemberType memberType)
member_type property (displayed as Member Type) of the object.memberType - the value to setpublic MemberType getMemberTypeForQuery()
member_type_for_query property (displayed as 'Member Type') of the object.MemberTypepublic void setMemberTypeForQuery(MemberType memberTypeForQuery)
member_type_for_query property (displayed as Member Type) of the object.memberTypeForQuery - the value to setpublic AttributeType getReferencesAttributeTypes()
references_attribute_types property (displayed as 'References Attribute Types') of the object.AttributeTypepublic void setReferencesAttributeTypes(AttributeType referencesAttributeTypes)
references_attribute_types property (displayed as References Attribute Types) of the object.referencesAttributeTypes - the value to setCopyright © 2018–2021 ODPi. All rights reserved.