public class PhysicalObject extends InformationAsset
physical_object asset type in IGC, displayed as 'Physical Object' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected ItemList<PhysicalObjectAttribute> |
containsPhysicalObjectAttributes |
protected ItemList<PhysicalObject> |
containsPhysicalObjects |
protected ItemList<MainObject> |
context |
protected ItemList<Datagroup> |
mapsDatabaseTablesOrViews |
protected MdmModel |
mdmModel |
protected ItemList<PhysicalObject> |
physicalObject |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
PhysicalObject() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
ItemList<PhysicalObjectAttribute> |
getContainsPhysicalObjectAttributes()
Retrieve the
contains_physical_object_attributes property (displayed as 'Contains Physical Object Attributes') of the object. |
ItemList<PhysicalObject> |
getContainsPhysicalObjects()
Retrieve the
contains_physical_objects property (displayed as 'Contains Physical Objects') of the object. |
ItemList<Datagroup> |
getMapsDatabaseTablesOrViews()
Retrieve the
maps_database_tables_or_views property (displayed as 'Maps Database Tables or Views') of the object. |
MdmModel |
getMdmModel()
Retrieve the
mdm_model property (displayed as 'MDM Model') of the object. |
ItemList<PhysicalObject> |
getPhysicalObject()
Retrieve the
physical_object property (displayed as 'Physical Object') of the object. |
ItemList<MainObject> |
getTheContext()
Retrieve the
context property (displayed as 'Context') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setContainsPhysicalObjectAttributes(ItemList<PhysicalObjectAttribute> containsPhysicalObjectAttributes)
Set the
contains_physical_object_attributes property (displayed as Contains Physical Object Attributes) of the object. |
void |
setContainsPhysicalObjects(ItemList<PhysicalObject> containsPhysicalObjects)
Set the
contains_physical_objects property (displayed as Contains Physical Objects) of the object. |
void |
setMapsDatabaseTablesOrViews(ItemList<Datagroup> mapsDatabaseTablesOrViews)
Set the
maps_database_tables_or_views property (displayed as Maps Database Tables or Views) of the object. |
void |
setMdmModel(MdmModel mdmModel)
Set the
mdm_model property (displayed as MDM Model) of the object. |
void |
setPhysicalObject(ItemList<PhysicalObject> physicalObject)
Set the
physical_object property (displayed as Physical Object) of the object. |
void |
setTheContext(ItemList<MainObject> context)
Set the
context property (displayed as Context) 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<PhysicalObjectAttribute> containsPhysicalObjectAttributes
protected ItemList<PhysicalObject> containsPhysicalObjects
protected ItemList<MainObject> context
protected MdmModel mdmModel
protected ItemList<PhysicalObject> physicalObject
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<PhysicalObjectAttribute> getContainsPhysicalObjectAttributes()
contains_physical_object_attributes property (displayed as 'Contains Physical Object Attributes') of the object.ItemList<PhysicalObjectAttribute>public void setContainsPhysicalObjectAttributes(ItemList<PhysicalObjectAttribute> containsPhysicalObjectAttributes)
contains_physical_object_attributes property (displayed as Contains Physical Object Attributes) of the object.containsPhysicalObjectAttributes - the value to setpublic ItemList<PhysicalObject> getContainsPhysicalObjects()
contains_physical_objects property (displayed as 'Contains Physical Objects') of the object.ItemList<PhysicalObject>public void setContainsPhysicalObjects(ItemList<PhysicalObject> containsPhysicalObjects)
contains_physical_objects property (displayed as Contains Physical Objects) of the object.containsPhysicalObjects - the value to setpublic ItemList<MainObject> getTheContext()
context property (displayed as 'Context') of the object.ItemList<MainObject>public void setTheContext(ItemList<MainObject> context)
context property (displayed as Context) of the object.context - the value to setpublic ItemList<Datagroup> getMapsDatabaseTablesOrViews()
maps_database_tables_or_views property (displayed as 'Maps Database Tables or Views') of the object.ItemList<Datagroup>public void setMapsDatabaseTablesOrViews(ItemList<Datagroup> mapsDatabaseTablesOrViews)
maps_database_tables_or_views property (displayed as Maps Database Tables or Views) of the object.mapsDatabaseTablesOrViews - the value to setpublic MdmModel getMdmModel()
mdm_model property (displayed as 'MDM Model') of the object.MdmModelpublic void setMdmModel(MdmModel mdmModel)
mdm_model property (displayed as MDM Model) of the object.mdmModel - the value to setpublic ItemList<PhysicalObject> getPhysicalObject()
physical_object property (displayed as 'Physical Object') of the object.ItemList<PhysicalObject>public void setPhysicalObject(ItemList<PhysicalObject> physicalObject)
physical_object property (displayed as Physical Object) of the object.physicalObject - the value to setCopyright © 2018–2021 ODPi. All rights reserved.