public class SubjectArea extends InformationAsset
subject_area asset type in IGC, displayed as 'Subject Area' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
author |
protected List<String> |
comments |
protected String |
importedFrom |
protected LogicalDataModel |
logicalDataModel |
protected ItemList<LogicalEntity> |
logicalEntities |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
SubjectArea() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
Retrieve the
author property (displayed as 'Author') of the object. |
List<String> |
getComments()
Retrieve the
comments property (displayed as 'Comments') of the object. |
String |
getImportedFrom()
Retrieve the
imported_from property (displayed as 'Imported From') of the object. |
LogicalDataModel |
getLogicalDataModel()
Retrieve the
logical_data_model property (displayed as 'Logical Data Model') of the object. |
ItemList<LogicalEntity> |
getLogicalEntities()
Retrieve the
logical_entities property (displayed as 'Logical Entities') of the object. |
void |
setAuthor(String author)
Set the
author property (displayed as Author) of the object. |
void |
setComments(List<String> comments)
Set the
comments property (displayed as Comments) of the object. |
void |
setImportedFrom(String importedFrom)
Set the
imported_from property (displayed as Imported From) of the object. |
void |
setLogicalDataModel(LogicalDataModel logicalDataModel)
Set the
logical_data_model property (displayed as Logical Data Model) of the object. |
void |
setLogicalEntities(ItemList<LogicalEntity> logicalEntities)
Set the
logical_entities property (displayed as Logical Entities) 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 author
protected String importedFrom
protected LogicalDataModel logicalDataModel
protected ItemList<LogicalEntity> logicalEntities
public String getAuthor()
author property (displayed as 'Author') of the object.Stringpublic void setAuthor(String author)
author property (displayed as Author) of the object.author - the value to setpublic List<String> getComments()
comments property (displayed as 'Comments') of the object.List<String>public void setComments(List<String> comments)
comments property (displayed as Comments) of the object.comments - the value to setpublic String getImportedFrom()
imported_from property (displayed as 'Imported From') of the object.Stringpublic void setImportedFrom(String importedFrom)
imported_from property (displayed as Imported From) of the object.importedFrom - the value to setpublic LogicalDataModel getLogicalDataModel()
logical_data_model property (displayed as 'Logical Data Model') of the object.LogicalDataModelpublic void setLogicalDataModel(LogicalDataModel logicalDataModel)
logical_data_model property (displayed as Logical Data Model) of the object.logicalDataModel - the value to setpublic ItemList<LogicalEntity> getLogicalEntities()
logical_entities property (displayed as 'Logical Entities') of the object.ItemList<LogicalEntity>public void setLogicalEntities(ItemList<LogicalEntity> logicalEntities)
logical_entities property (displayed as Logical Entities) of the object.logicalEntities - the value to setCopyright © 2018–2021 ODPi. All rights reserved.