public class EntityType extends InformationAsset
entity_type asset type in IGC, displayed as 'Entity Type' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected String |
entityTypeLabel |
protected MemberType |
memberType |
protected MemberType |
memberTypeForQuery |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
EntityType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
String |
getEntityTypeLabel()
Retrieve the
entity_type_label property (displayed as 'Entity Type Label') 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. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setEntityTypeLabel(String entityTypeLabel)
Set the
entity_type_label property (displayed as Entity Type Label) 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. |
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 entityTypeLabel
protected MemberType memberType
protected MemberType memberTypeForQuery
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 getEntityTypeLabel()
entity_type_label property (displayed as 'Entity Type Label') of the object.Stringpublic void setEntityTypeLabel(String entityTypeLabel)
entity_type_label property (displayed as Entity Type Label) of the object.entityTypeLabel - 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 setCopyright © 2018–2021 ODPi. All rights reserved.