public class MainObject extends Reference
main_object asset type in IGC, displayed as 'Main Object' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Term> |
assignedToTerms |
protected ItemList<InformationGovernanceRule> |
governedByRules |
protected ItemList<InformationGovernanceRule> |
implementsRules |
protected ItemList<Label> |
labels |
protected String |
longDescription |
protected String |
name |
protected String |
shortDescription |
protected ItemList<AsclSteward> |
stewards |
| Constructor and Description |
|---|
MainObject() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Term> |
getAssignedToTerms()
Retrieve the
assigned_to_terms property (displayed as 'Assigned to Terms') of the object. |
ItemList<InformationGovernanceRule> |
getGovernedByRules()
Retrieve the
governed_by_rules property (displayed as 'Governed by Rules') of the object. |
ItemList<InformationGovernanceRule> |
getImplementsRules()
Retrieve the
implements_rules property (displayed as 'Implements Rules') of the object. |
ItemList<Label> |
getLabels()
Retrieve the
labels property (displayed as 'Labels') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
ItemList<AsclSteward> |
getStewards()
Retrieve the
stewards property (displayed as 'Stewards') 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 |
setGovernedByRules(ItemList<InformationGovernanceRule> governedByRules)
Set the
governed_by_rules property (displayed as Governed by Rules) of the object. |
void |
setImplementsRules(ItemList<InformationGovernanceRule> implementsRules)
Set the
implements_rules property (displayed as Implements Rules) of the object. |
void |
setLabels(ItemList<Label> labels)
Set the
labels property (displayed as Labels) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setStewards(ItemList<AsclSteward> stewards)
Set the
stewards property (displayed as Stewards) 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<InformationGovernanceRule> governedByRules
protected ItemList<InformationGovernanceRule> implementsRules
protected String longDescription
protected String name
protected String shortDescription
protected ItemList<AsclSteward> stewards
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<InformationGovernanceRule> getGovernedByRules()
governed_by_rules property (displayed as 'Governed by Rules') of the object.ItemList<InformationGovernanceRule>public void setGovernedByRules(ItemList<InformationGovernanceRule> governedByRules)
governed_by_rules property (displayed as Governed by Rules) of the object.governedByRules - the value to setpublic ItemList<InformationGovernanceRule> getImplementsRules()
implements_rules property (displayed as 'Implements Rules') of the object.ItemList<InformationGovernanceRule>public void setImplementsRules(ItemList<InformationGovernanceRule> implementsRules)
implements_rules property (displayed as Implements Rules) of the object.implementsRules - the value to setpublic ItemList<Label> getLabels()
labels property (displayed as 'Labels') of the object.ItemList<Label>public void setLabels(ItemList<Label> labels)
labels property (displayed as Labels) of the object.labels - 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 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<AsclSteward> getStewards()
stewards property (displayed as 'Stewards') of the object.ItemList<AsclSteward>public void setStewards(ItemList<AsclSteward> stewards)
stewards property (displayed as Stewards) of the object.stewards - the value to setCopyright © 2018–2021 ODPi. All rights reserved.