public class InvDataRuleDefinition extends Reference
inv_data_rule_definition asset type in IGC, displayed as 'Data Rule Definition' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Term> |
assignedToTerms |
protected ItemList<Associativeobject> |
contact |
protected ItemList<MainObject> |
dataRules |
protected ItemList<InvDataRuleSetDefinition> |
dataRuleSetDefintions |
protected List<String> |
expression |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
project |
protected Boolean |
published |
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')
SUGGESTED (displayed in the UI as 'SUGGESTED')
ERROR (displayed in the UI as 'ERROR')
|
| Constructor and Description |
|---|
InvDataRuleDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Term> |
getAssignedToTerms()
Retrieve the
assigned_to_terms property (displayed as 'Assigned to Terms') of the object. |
ItemList<Associativeobject> |
getContact()
Retrieve the
contact property (displayed as 'Contact') of the object. |
ItemList<MainObject> |
getDataRules()
Retrieve the
data_rules property (displayed as 'Data Rules') of the object. |
ItemList<InvDataRuleSetDefinition> |
getDataRuleSetDefintions()
Retrieve the
data_rule_set_defintions property (displayed as 'Data Rule Set Defintions') 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. |
Boolean |
getPublished()
Retrieve the
published property (displayed as 'Published') 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. |
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 |
setContact(ItemList<Associativeobject> contact)
Set the
contact property (displayed as Contact) of the object. |
void |
setDataRules(ItemList<MainObject> dataRules)
Set the
data_rules property (displayed as Data Rules) of the object. |
void |
setDataRuleSetDefintions(ItemList<InvDataRuleSetDefinition> dataRuleSetDefintions)
Set the
data_rule_set_defintions property (displayed as Data Rule Set Defintions) 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 |
setPublished(Boolean published)
Set the
published property (displayed as Published) 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 |
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<Associativeobject> contact
protected ItemList<InvDataRuleSetDefinition> dataRuleSetDefintions
protected ItemList<MainObject> dataRules
protected String longDescription
protected String name
protected String nativeId
protected String project
protected Boolean published
protected String shortLongDescription
protected String shortDescription
protected String status
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 ItemList<Associativeobject> getContact()
contact property (displayed as 'Contact') of the object.ItemList<Associativeobject>public void setContact(ItemList<Associativeobject> contact)
contact property (displayed as Contact) of the object.contact - the value to setpublic ItemList<InvDataRuleSetDefinition> getDataRuleSetDefintions()
data_rule_set_defintions property (displayed as 'Data Rule Set Defintions') of the object.ItemList<InvDataRuleSetDefinition>public void setDataRuleSetDefintions(ItemList<InvDataRuleSetDefinition> dataRuleSetDefintions)
data_rule_set_defintions property (displayed as Data Rule Set Defintions) of the object.dataRuleSetDefintions - the value to setpublic ItemList<MainObject> getDataRules()
data_rules property (displayed as 'Data Rules') of the object.ItemList<MainObject>public void setDataRules(ItemList<MainObject> dataRules)
data_rules property (displayed as Data Rules) of the object.dataRules - 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 Boolean getPublished()
published property (displayed as 'Published') of the object.Booleanpublic void setPublished(Boolean published)
published property (displayed as Published) of the object.published - 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 setCopyright © 2018–2021 ODPi. All rights reserved.