public class CompositeView extends InformationAsset
composite_view asset type in IGC, displayed as 'Composite View' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected MemberType |
compositeView |
protected MemberType |
memberType |
protected String |
type
Valid values are:
MEMBER (displayed in the UI as 'MEMBER')
ENTITY (displayed in the UI as 'ENTITY')
|
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
CompositeView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
MemberType |
getCompositeView()
Retrieve the
composite_view property (displayed as 'Composite View') of the object. |
MemberType |
getMemberType()
Retrieve the
member_type property (displayed as 'Member Type') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setCompositeView(MemberType compositeView)
Set the
composite_view property (displayed as Composite View) of the object. |
void |
setMemberType(MemberType memberType)
Set the
member_type property (displayed as Member Type) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as 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 MemberType compositeView
protected MemberType memberType
protected String type
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 MemberType getCompositeView()
composite_view property (displayed as 'Composite View') of the object.MemberTypepublic void setCompositeView(MemberType compositeView)
composite_view property (displayed as Composite View) of the object.compositeView - 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 String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setCopyright © 2018–2021 ODPi. All rights reserved.