public class LogicalValidationRule extends Reference
logical_validation_rule asset type in IGC, displayed as 'Logical Validation Rule' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected LogicalDataModel |
logicalDataModel |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
ruleExpression |
protected String |
ruleType |
protected String |
shortDescription |
protected String |
topElement |
protected ItemList<EntityAttribute> |
usedByEntityAttributes |
| Constructor and Description |
|---|
LogicalValidationRule() |
| 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 |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getRuleExpression()
Retrieve the
rule_expression property (displayed as 'Rule Expression') of the object. |
String |
getRuleType()
Retrieve the
rule_type property (displayed as 'Rule Type') 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. |
String |
getTopElement()
Retrieve the
top_element property (displayed as 'Top Element') 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 |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setRuleExpression(String ruleExpression)
Set the
rule_expression property (displayed as Rule Expression) of the object. |
void |
setRuleType(String ruleType)
Set the
rule_type property (displayed as Rule Type) 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 |
setTopElement(String topElement)
Set the
top_element property (displayed as Top Element) 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 name
protected String nativeId
protected String ruleExpression
protected String ruleType
protected String shortDescription
protected String topElement
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 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 getRuleExpression()
rule_expression property (displayed as 'Rule Expression') of the object.Stringpublic void setRuleExpression(String ruleExpression)
rule_expression property (displayed as Rule Expression) of the object.ruleExpression - the value to setpublic String getRuleType()
rule_type property (displayed as 'Rule Type') of the object.Stringpublic void setRuleType(String ruleType)
rule_type property (displayed as Rule Type) of the object.ruleType - 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 String getTopElement()
top_element property (displayed as 'Top Element') of the object.Stringpublic void setTopElement(String topElement)
top_element property (displayed as Top Element) of the object.topElement - 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.