public class LogicalEntity extends InformationAsset
logical_entity asset type in IGC, displayed as 'Logical Entity' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected ItemList<EntityAttribute> |
entityAttributes |
protected ItemList<Datagroup> |
implementedByDatabaseTablesOrViews |
protected ItemList<Datagroup> |
implementedByDesignTablesOrViews |
protected String |
importedFrom |
protected LogicalDataModel |
logicalDataModel |
protected ItemList<LogicalForeignKey> |
logicalForeignKeys |
protected ItemList<LogicalInversionKey> |
logicalInversionKeys |
protected ItemList<LogicalKey> |
logicalKeys |
protected String |
physicalName |
protected ItemList<SubjectArea> |
subjectAreas |
protected ItemList<LogicalEntity> |
subtypes |
protected ItemList<LogicalEntity> |
supertypes |
protected String |
type |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
LogicalEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
ItemList<EntityAttribute> |
getEntityAttributes()
Retrieve the
entity_attributes property (displayed as 'Entity Attributes') of the object. |
ItemList<Datagroup> |
getImplementedByDatabaseTablesOrViews()
Retrieve the
implemented_by_database_tables_or_views property (displayed as 'Implemented by Database Tables or Views') of the object. |
ItemList<Datagroup> |
getImplementedByDesignTablesOrViews()
Retrieve the
implemented_by_design_tables_or_views property (displayed as 'Implemented by Design Tables or Design Views') 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<LogicalForeignKey> |
getLogicalForeignKeys()
Retrieve the
logical_foreign_keys property (displayed as 'Logical Foreign Keys') of the object. |
ItemList<LogicalInversionKey> |
getLogicalInversionKeys()
Retrieve the
logical_inversion_keys property (displayed as 'Logical Inversion Keys') of the object. |
ItemList<LogicalKey> |
getLogicalKeys()
Retrieve the
logical_keys property (displayed as 'Logical Keys') of the object. |
String |
getPhysicalName()
Retrieve the
physical_name property (displayed as 'Physical Name') of the object. |
ItemList<SubjectArea> |
getSubjectAreas()
Retrieve the
subject_areas property (displayed as 'Subject Areas') of the object. |
ItemList<LogicalEntity> |
getSubtypes()
Retrieve the
subtypes property (displayed as 'Subtypes') of the object. |
ItemList<LogicalEntity> |
getSupertypes()
Retrieve the
supertypes property (displayed as 'Supertypes') 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 |
setEntityAttributes(ItemList<EntityAttribute> entityAttributes)
Set the
entity_attributes property (displayed as Entity Attributes) of the object. |
void |
setImplementedByDatabaseTablesOrViews(ItemList<Datagroup> implementedByDatabaseTablesOrViews)
Set the
implemented_by_database_tables_or_views property (displayed as Implemented by Database Tables or Views) of the object. |
void |
setImplementedByDesignTablesOrViews(ItemList<Datagroup> implementedByDesignTablesOrViews)
Set the
implemented_by_design_tables_or_views property (displayed as Implemented by Design Tables or Design Views) 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 |
setLogicalForeignKeys(ItemList<LogicalForeignKey> logicalForeignKeys)
Set the
logical_foreign_keys property (displayed as Logical Foreign Keys) of the object. |
void |
setLogicalInversionKeys(ItemList<LogicalInversionKey> logicalInversionKeys)
Set the
logical_inversion_keys property (displayed as Logical Inversion Keys) of the object. |
void |
setLogicalKeys(ItemList<LogicalKey> logicalKeys)
Set the
logical_keys property (displayed as Logical Keys) of the object. |
void |
setPhysicalName(String physicalName)
Set the
physical_name property (displayed as Physical Name) of the object. |
void |
setSubjectAreas(ItemList<SubjectArea> subjectAreas)
Set the
subject_areas property (displayed as Subject Areas) of the object. |
void |
setSubtypes(ItemList<LogicalEntity> subtypes)
Set the
subtypes property (displayed as Subtypes) of the object. |
void |
setSupertypes(ItemList<LogicalEntity> supertypes)
Set the
supertypes property (displayed as Supertypes) 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 ItemList<EntityAttribute> entityAttributes
protected String importedFrom
protected LogicalDataModel logicalDataModel
protected ItemList<LogicalForeignKey> logicalForeignKeys
protected ItemList<LogicalInversionKey> logicalInversionKeys
protected ItemList<LogicalKey> logicalKeys
protected String physicalName
protected ItemList<SubjectArea> subjectAreas
protected ItemList<LogicalEntity> subtypes
protected ItemList<LogicalEntity> supertypes
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 ItemList<EntityAttribute> getEntityAttributes()
entity_attributes property (displayed as 'Entity Attributes') of the object.ItemList<EntityAttribute>public void setEntityAttributes(ItemList<EntityAttribute> entityAttributes)
entity_attributes property (displayed as Entity Attributes) of the object.entityAttributes - the value to setpublic ItemList<Datagroup> getImplementedByDatabaseTablesOrViews()
implemented_by_database_tables_or_views property (displayed as 'Implemented by Database Tables or Views') of the object.ItemList<Datagroup>public void setImplementedByDatabaseTablesOrViews(ItemList<Datagroup> implementedByDatabaseTablesOrViews)
implemented_by_database_tables_or_views property (displayed as Implemented by Database Tables or Views) of the object.implementedByDatabaseTablesOrViews - the value to setpublic ItemList<Datagroup> getImplementedByDesignTablesOrViews()
implemented_by_design_tables_or_views property (displayed as 'Implemented by Design Tables or Design Views') of the object.ItemList<Datagroup>public void setImplementedByDesignTablesOrViews(ItemList<Datagroup> implementedByDesignTablesOrViews)
implemented_by_design_tables_or_views property (displayed as Implemented by Design Tables or Design Views) of the object.implementedByDesignTablesOrViews - 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<LogicalForeignKey> getLogicalForeignKeys()
logical_foreign_keys property (displayed as 'Logical Foreign Keys') of the object.ItemList<LogicalForeignKey>public void setLogicalForeignKeys(ItemList<LogicalForeignKey> logicalForeignKeys)
logical_foreign_keys property (displayed as Logical Foreign Keys) of the object.logicalForeignKeys - the value to setpublic ItemList<LogicalInversionKey> getLogicalInversionKeys()
logical_inversion_keys property (displayed as 'Logical Inversion Keys') of the object.ItemList<LogicalInversionKey>public void setLogicalInversionKeys(ItemList<LogicalInversionKey> logicalInversionKeys)
logical_inversion_keys property (displayed as Logical Inversion Keys) of the object.logicalInversionKeys - the value to setpublic ItemList<LogicalKey> getLogicalKeys()
logical_keys property (displayed as 'Logical Keys') of the object.ItemList<LogicalKey>public void setLogicalKeys(ItemList<LogicalKey> logicalKeys)
logical_keys property (displayed as Logical Keys) of the object.logicalKeys - the value to setpublic String getPhysicalName()
physical_name property (displayed as 'Physical Name') of the object.Stringpublic void setPhysicalName(String physicalName)
physical_name property (displayed as Physical Name) of the object.physicalName - the value to setpublic ItemList<SubjectArea> getSubjectAreas()
subject_areas property (displayed as 'Subject Areas') of the object.ItemList<SubjectArea>public void setSubjectAreas(ItemList<SubjectArea> subjectAreas)
subject_areas property (displayed as Subject Areas) of the object.subjectAreas - the value to setpublic ItemList<LogicalEntity> getSubtypes()
subtypes property (displayed as 'Subtypes') of the object.ItemList<LogicalEntity>public void setSubtypes(ItemList<LogicalEntity> subtypes)
subtypes property (displayed as Subtypes) of the object.subtypes - the value to setpublic ItemList<LogicalEntity> getSupertypes()
supertypes property (displayed as 'Supertypes') of the object.ItemList<LogicalEntity>public void setSupertypes(ItemList<LogicalEntity> supertypes)
supertypes property (displayed as Supertypes) of the object.supertypes - 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.