public class LogicalKey extends Reference
logical_key asset type in IGC, displayed as 'Logical Key' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<EntityAttribute> |
definedOnEntityAttributes |
protected List<String> |
expression |
protected LogicalEntity |
logicalEntity |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
physicalName |
protected Boolean |
primaryKey |
protected ItemList<ReferenceKey> |
referencedByLogicalKeys |
protected String |
shortDescription |
| Constructor and Description |
|---|
LogicalKey() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<EntityAttribute> |
getDefinedOnEntityAttributes()
Retrieve the
defined_on_entity_attributes property (displayed as 'Defined on Entity Attributes') of the object. |
List<String> |
getExpression()
Retrieve the
expression property (displayed as 'Expression') of the object. |
LogicalEntity |
getLogicalEntity()
Retrieve the
logical_entity property (displayed as 'Logical Entity') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getPhysicalName()
Retrieve the
physical_name property (displayed as 'Physical Name') of the object. |
Boolean |
getPrimaryKey()
Retrieve the
primary_key property (displayed as 'Primary Key') of the object. |
ItemList<ReferenceKey> |
getReferencedByLogicalKeys()
Retrieve the
referenced_by_logical_keys property (displayed as 'Child Entity Attributes') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setDefinedOnEntityAttributes(ItemList<EntityAttribute> definedOnEntityAttributes)
Set the
defined_on_entity_attributes property (displayed as Defined on Entity Attributes) of the object. |
void |
setExpression(List<String> expression)
Set the
expression property (displayed as Expression) of the object. |
void |
setLogicalEntity(LogicalEntity logicalEntity)
Set the
logical_entity property (displayed as Logical Entity) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setPhysicalName(String physicalName)
Set the
physical_name property (displayed as Physical Name) of the object. |
void |
setPrimaryKey(Boolean primaryKey)
Set the
primary_key property (displayed as Primary Key) of the object. |
void |
setReferencedByLogicalKeys(ItemList<ReferenceKey> referencedByLogicalKeys)
Set the
referenced_by_logical_keys property (displayed as Child Entity Attributes) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
areModificationDetailsPopulated, 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 ItemList<EntityAttribute> definedOnEntityAttributes
protected LogicalEntity logicalEntity
protected String longDescription
protected String name
protected String nativeId
protected String physicalName
protected Boolean primaryKey
protected ItemList<ReferenceKey> referencedByLogicalKeys
protected String shortDescription
public ItemList<EntityAttribute> getDefinedOnEntityAttributes()
defined_on_entity_attributes property (displayed as 'Defined on Entity Attributes') of the object.ItemList<EntityAttribute>public void setDefinedOnEntityAttributes(ItemList<EntityAttribute> definedOnEntityAttributes)
defined_on_entity_attributes property (displayed as Defined on Entity Attributes) of the object.definedOnEntityAttributes - the value to setpublic List<String> getExpression()
expression property (displayed as 'Expression') of the object.List<String>public void setExpression(List<String> expression)
expression property (displayed as Expression) of the object.expression - the value to setpublic LogicalEntity getLogicalEntity()
logical_entity property (displayed as 'Logical Entity') of the object.LogicalEntitypublic void setLogicalEntity(LogicalEntity logicalEntity)
logical_entity property (displayed as Logical Entity) of the object.logicalEntity - the value to setpublic String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - 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 Boolean getPrimaryKey()
primary_key property (displayed as 'Primary Key') of the object.Booleanpublic void setPrimaryKey(Boolean primaryKey)
primary_key property (displayed as Primary Key) of the object.primaryKey - the value to setpublic ItemList<ReferenceKey> getReferencedByLogicalKeys()
referenced_by_logical_keys property (displayed as 'Child Entity Attributes') of the object.ItemList<ReferenceKey>public void setReferencedByLogicalKeys(ItemList<ReferenceKey> referencedByLogicalKeys)
referenced_by_logical_keys property (displayed as Child Entity Attributes) of the object.referencedByLogicalKeys - the value to setpublic String getShortDescription()
short_description property (displayed as 'Short Description') of the object.Stringpublic void setShortDescription(String shortDescription)
short_description property (displayed as Short Description) of the object.shortDescription - the value to setCopyright © 2018–2021 ODPi. All rights reserved.