public class LogicalValidationRange extends Reference
logical_validation_range asset type in IGC, displayed as 'Logical Validation Range' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected LogicalDataModel |
logicalDataModel |
protected String |
longDescription |
protected String |
maximumValue |
protected String |
minimumValue |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
protected ItemList<EntityAttribute> |
usedByEntityAttributes |
| Constructor and Description |
|---|
LogicalValidationRange() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getMaximumValue()
Retrieve the
maximum_value property (displayed as 'Maximum Value') of the object. |
String |
getMinimumValue()
Retrieve the
minimum_value property (displayed as 'Minimum Value') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') 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. |
ItemList<EntityAttribute> |
getUsedByEntityAttributes()
Retrieve the
used_by_entity_attributes property (displayed as 'Used by Entity Attributes') 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 |
setMaximumValue(String maximumValue)
Set the
maximum_value property (displayed as Maximum Value) of the object. |
void |
setMinimumValue(String minimumValue)
Set the
minimum_value property (displayed as Minimum Value) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) 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. |
void |
setUsedByEntityAttributes(ItemList<EntityAttribute> usedByEntityAttributes)
Set the
used_by_entity_attributes property (displayed as Used by Entity Attributes) 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 LogicalDataModel logicalDataModel
protected String longDescription
protected String maximumValue
protected String minimumValue
protected String name
protected String nativeId
protected String shortDescription
protected ItemList<EntityAttribute> usedByEntityAttributes
public 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 getMaximumValue()
maximum_value property (displayed as 'Maximum Value') of the object.Stringpublic void setMaximumValue(String maximumValue)
maximum_value property (displayed as Maximum Value) of the object.maximumValue - the value to setpublic String getMinimumValue()
minimum_value property (displayed as 'Minimum Value') of the object.Stringpublic void setMinimumValue(String minimumValue)
minimum_value property (displayed as Minimum Value) of the object.minimumValue - 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 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 setpublic ItemList<EntityAttribute> getUsedByEntityAttributes()
used_by_entity_attributes property (displayed as 'Used by Entity Attributes') of the object.ItemList<EntityAttribute>public void setUsedByEntityAttributes(ItemList<EntityAttribute> usedByEntityAttributes)
used_by_entity_attributes property (displayed as Used by Entity Attributes) of the object.usedByEntityAttributes - the value to setCopyright © 2018–2021 ODPi. All rights reserved.