public class PhysicalObjectAttribute extends InformationAsset
physical_object_attribute asset type in IGC, displayed as 'Physical Object Attribute' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasBusinessName |
protected DatabaseColumn |
mapsDatabaseFields |
protected PhysicalObject |
physicalObject |
protected PhysicalObject |
physicalObjectForQuery |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
PhysicalObjectAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasBusinessName()
Retrieve the
alias_(business_name) property (displayed as 'Alias (Business Name)') of the object. |
DatabaseColumn |
getMapsDatabaseFields()
Retrieve the
maps_database_fields property (displayed as 'Maps Database Fields') of the object. |
PhysicalObject |
getPhysicalObject()
Retrieve the
physical_object property (displayed as 'Physical Object') of the object. |
PhysicalObject |
getPhysicalObjectForQuery()
Retrieve the
physical_object_for_query property (displayed as 'Physical Object') of the object. |
void |
setAliasBusinessName(String aliasBusinessName)
Set the
alias_(business_name) property (displayed as Alias (Business Name)) of the object. |
void |
setMapsDatabaseFields(DatabaseColumn mapsDatabaseFields)
Set the
maps_database_fields property (displayed as Maps Database Fields) of the object. |
void |
setPhysicalObject(PhysicalObject physicalObject)
Set the
physical_object property (displayed as Physical Object) of the object. |
void |
setPhysicalObjectForQuery(PhysicalObject physicalObjectForQuery)
Set the
physical_object_for_query property (displayed as Physical Object) 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 DatabaseColumn mapsDatabaseFields
protected PhysicalObject physicalObject
protected PhysicalObject physicalObjectForQuery
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 DatabaseColumn getMapsDatabaseFields()
maps_database_fields property (displayed as 'Maps Database Fields') of the object.DatabaseColumnpublic void setMapsDatabaseFields(DatabaseColumn mapsDatabaseFields)
maps_database_fields property (displayed as Maps Database Fields) of the object.mapsDatabaseFields - the value to setpublic PhysicalObject getPhysicalObject()
physical_object property (displayed as 'Physical Object') of the object.PhysicalObjectpublic void setPhysicalObject(PhysicalObject physicalObject)
physical_object property (displayed as Physical Object) of the object.physicalObject - the value to setpublic PhysicalObject getPhysicalObjectForQuery()
physical_object_for_query property (displayed as 'Physical Object') of the object.PhysicalObjectpublic void setPhysicalObjectForQuery(PhysicalObject physicalObjectForQuery)
physical_object_for_query property (displayed as Physical Object) of the object.physicalObjectForQuery - the value to setCopyright © 2018–2021 ODPi. All rights reserved.