public class LogicalDomain extends Reference
logical_domain asset type in IGC, displayed as 'Logical Domain' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<LogicalDomain> |
childDomains |
protected String |
dataType |
protected String |
defaultValue |
protected ItemList<EntityAttribute> |
entityAttributes |
protected Number |
length |
protected LogicalDataModel |
logicalDataModel |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
nativeType |
protected String |
nullValue |
protected LogicalDomain |
parentDomain |
protected Number |
scale |
protected String |
shortDescription |
| Constructor and Description |
|---|
LogicalDomain() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<LogicalDomain> |
getChildDomains()
Retrieve the
child_domains property (displayed as 'Child Domains') of the object. |
String |
getDataType()
Retrieve the
data_type property (displayed as 'Data Type') of the object. |
String |
getDefaultValue()
Retrieve the
default_value property (displayed as 'Default Value') of the object. |
ItemList<EntityAttribute> |
getEntityAttributes()
Retrieve the
entity_attributes property (displayed as 'Entity Attributes') of the object. |
Number |
getLength()
Retrieve the
length property (displayed as 'Length') of the object. |
LogicalDataModel |
getLogicalDataModel()
Retrieve the
logical_data_model property (displayed as 'Logical Data Model') 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 |
getNativeType()
Retrieve the
native_type property (displayed as 'Native Type') of the object. |
String |
getNullValue()
Retrieve the
null_value property (displayed as 'Null Value') of the object. |
LogicalDomain |
getParentDomain()
Retrieve the
parent_domain property (displayed as 'Parent Domain') of the object. |
Number |
getScale()
Retrieve the
scale property (displayed as 'Scale') 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 |
setChildDomains(ItemList<LogicalDomain> childDomains)
Set the
child_domains property (displayed as Child Domains) of the object. |
void |
setDataType(String dataType)
Set the
data_type property (displayed as Data Type) of the object. |
void |
setDefaultValue(String defaultValue)
Set the
default_value property (displayed as Default Value) of the object. |
void |
setEntityAttributes(ItemList<EntityAttribute> entityAttributes)
Set the
entity_attributes property (displayed as Entity Attributes) of the object. |
void |
setLength(Number length)
Set the
length property (displayed as Length) of the object. |
void |
setLogicalDataModel(LogicalDataModel logicalDataModel)
Set the
logical_data_model property (displayed as Logical Data Model) 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 |
setNativeType(String nativeType)
Set the
native_type property (displayed as Native Type) of the object. |
void |
setNullValue(String nullValue)
Set the
null_value property (displayed as Null Value) of the object. |
void |
setParentDomain(LogicalDomain parentDomain)
Set the
parent_domain property (displayed as Parent Domain) of the object. |
void |
setScale(Number scale)
Set the
scale property (displayed as Scale) 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<LogicalDomain> childDomains
protected String dataType
protected String defaultValue
protected ItemList<EntityAttribute> entityAttributes
protected Number length
protected LogicalDataModel logicalDataModel
protected String longDescription
protected String name
protected String nativeId
protected String nativeType
protected String nullValue
protected LogicalDomain parentDomain
protected Number scale
protected String shortDescription
public ItemList<LogicalDomain> getChildDomains()
child_domains property (displayed as 'Child Domains') of the object.ItemList<LogicalDomain>public void setChildDomains(ItemList<LogicalDomain> childDomains)
child_domains property (displayed as Child Domains) of the object.childDomains - the value to setpublic String getDataType()
data_type property (displayed as 'Data Type') of the object.Stringpublic void setDataType(String dataType)
data_type property (displayed as Data Type) of the object.dataType - the value to setpublic String getDefaultValue()
default_value property (displayed as 'Default Value') of the object.Stringpublic void setDefaultValue(String defaultValue)
default_value property (displayed as Default Value) of the object.defaultValue - 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 Number getLength()
length property (displayed as 'Length') of the object.Numberpublic void setLength(Number length)
length property (displayed as Length) of the object.length - 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 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 getNativeType()
native_type property (displayed as 'Native Type') of the object.Stringpublic void setNativeType(String nativeType)
native_type property (displayed as Native Type) of the object.nativeType - the value to setpublic String getNullValue()
null_value property (displayed as 'Null Value') of the object.Stringpublic void setNullValue(String nullValue)
null_value property (displayed as Null Value) of the object.nullValue - the value to setpublic LogicalDomain getParentDomain()
parent_domain property (displayed as 'Parent Domain') of the object.LogicalDomainpublic void setParentDomain(LogicalDomain parentDomain)
parent_domain property (displayed as Parent Domain) of the object.parentDomain - the value to setpublic Number getScale()
scale property (displayed as 'Scale') of the object.Numberpublic void setScale(Number scale)
scale property (displayed as Scale) of the object.scale - 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.