public class InvDataRule extends Reference
inv_data_rule asset type in IGC, displayed as 'Data Rule' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Term> |
assignedToTerms |
protected InvDataRuleDefinition |
dataRuleDefinitions |
protected List<String> |
expression |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
project |
protected String |
shortDescription |
protected String |
shortLongDescription |
protected String |
status
Valid values are:
CANDIDATE (displayed in the UI as 'CANDIDATE')
ACCEPTED (displayed in the UI as 'ACCEPTED')
STANDARD (displayed in the UI as 'STANDARD')
DEPRECATED (displayed in the UI as 'DEPRECATED')
DRAFT (displayed in the UI as 'DRAFT')
IN_PROCESS (displayed in the UI as 'IN_PROCESS')
REJECTED (displayed in the UI as 'REJECTED')
ERROR (displayed in the UI as 'ERROR')
|
protected ItemList<AsclSteward> |
steward |
| Constructor and Description |
|---|
InvDataRule() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Term> |
getAssignedToTerms()
Retrieve the
assigned_to_terms property (displayed as 'Assigned to Terms') of the object. |
InvDataRuleDefinition |
getDataRuleDefinitions()
Retrieve the
data_rule_definitions property (displayed as 'Data Rule Definitions') of the object. |
List<String> |
getExpression()
Retrieve the
expression property (displayed as 'Expression') 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 |
getProject()
Retrieve the
project property (displayed as 'Project') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getShortLongDescription()
Retrieve the
short_&_long_description property (displayed as 'Short & Long Description') of the object. |
String |
getStatus()
Retrieve the
status property (displayed as 'Status') of the object. |
ItemList<AsclSteward> |
getSteward()
Retrieve the
steward property (displayed as 'Steward') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setAssignedToTerms(ItemList<Term> assignedToTerms)
Set the
assigned_to_terms property (displayed as Assigned to Terms) of the object. |
void |
setDataRuleDefinitions(InvDataRuleDefinition dataRuleDefinitions)
Set the
data_rule_definitions property (displayed as Data Rule Definitions) of the object. |
void |
setExpression(List<String> expression)
Set the
expression property (displayed as Expression) 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 |
setProject(String project)
Set the
project property (displayed as Project) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setShortLongDescription(String shortLongDescription)
Set the
short_&_long_description property (displayed as Short & Long Description) of the object. |
void |
setStatus(String status)
Set the
status property (displayed as Status) of the object. |
void |
setSteward(ItemList<AsclSteward> steward)
Set the
steward property (displayed as Steward) 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 InvDataRuleDefinition dataRuleDefinitions
protected String longDescription
protected String name
protected String nativeId
protected String project
protected String shortLongDescription
protected String shortDescription
protected String status
protected ItemList<AsclSteward> steward
public ItemList<Term> getAssignedToTerms()
assigned_to_terms property (displayed as 'Assigned to Terms') of the object.ItemList<Term>public void setAssignedToTerms(ItemList<Term> assignedToTerms)
assigned_to_terms property (displayed as Assigned to Terms) of the object.assignedToTerms - the value to setpublic InvDataRuleDefinition getDataRuleDefinitions()
data_rule_definitions property (displayed as 'Data Rule Definitions') of the object.InvDataRuleDefinitionpublic void setDataRuleDefinitions(InvDataRuleDefinition dataRuleDefinitions)
data_rule_definitions property (displayed as Data Rule Definitions) of the object.dataRuleDefinitions - 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 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 getProject()
project property (displayed as 'Project') of the object.Stringpublic void setProject(String project)
project property (displayed as Project) of the object.project - the value to setpublic String getShortLongDescription()
short_&_long_description property (displayed as 'Short & Long Description') of the object.Stringpublic void setShortLongDescription(String shortLongDescription)
short_&_long_description property (displayed as Short & Long Description) of the object.shortLongDescription - 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 getStatus()
status property (displayed as 'Status') of the object.Stringpublic void setStatus(String status)
status property (displayed as Status) of the object.status - the value to setpublic ItemList<AsclSteward> getSteward()
steward property (displayed as 'Steward') of the object.ItemList<AsclSteward>public void setSteward(ItemList<AsclSteward> steward)
steward property (displayed as Steward) of the object.steward - the value to setCopyright © 2018–2021 ODPi. All rights reserved.