public class DataPolicy extends MainObject
data_policy asset type in IGC, displayed as 'Data Policy' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<MainObject> |
appliedToAssets |
protected ItemList<Steward> |
contacts |
protected Date |
effectiveDate |
protected String |
policyNumber |
protected Date |
terminationDate |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
DataPolicy() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<MainObject> |
getAppliedToAssets()
Retrieve the
applied_to_assets property (displayed as 'Applied to Assets') of the object. |
ItemList<Steward> |
getContacts()
Retrieve the
contacts property (displayed as 'Contacts') of the object. |
Date |
getEffectiveDate()
Retrieve the
effective_date property (displayed as 'Effective Date') of the object. |
String |
getPolicyNumber()
Retrieve the
policy_number property (displayed as 'Policy Number') of the object. |
Date |
getTerminationDate()
Retrieve the
termination_date property (displayed as 'Termination Date') of the object. |
void |
setAppliedToAssets(ItemList<MainObject> appliedToAssets)
Set the
applied_to_assets property (displayed as Applied to Assets) of the object. |
void |
setContacts(ItemList<Steward> contacts)
Set the
contacts property (displayed as Contacts) of the object. |
void |
setEffectiveDate(Date effectiveDate)
Set the
effective_date property (displayed as Effective Date) of the object. |
void |
setPolicyNumber(String policyNumber)
Set the
policy_number property (displayed as Policy Number) of the object. |
void |
setTerminationDate(Date terminationDate)
Set the
termination_date property (displayed as Termination Date) of the object. |
getAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, 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<MainObject> appliedToAssets
protected Date effectiveDate
protected String policyNumber
protected Date terminationDate
public ItemList<MainObject> getAppliedToAssets()
applied_to_assets property (displayed as 'Applied to Assets') of the object.ItemList<MainObject>public void setAppliedToAssets(ItemList<MainObject> appliedToAssets)
applied_to_assets property (displayed as Applied to Assets) of the object.appliedToAssets - the value to setpublic ItemList<Steward> getContacts()
contacts property (displayed as 'Contacts') of the object.ItemList<Steward>public void setContacts(ItemList<Steward> contacts)
contacts property (displayed as Contacts) of the object.contacts - the value to setpublic Date getEffectiveDate()
effective_date property (displayed as 'Effective Date') of the object.Datepublic void setEffectiveDate(Date effectiveDate)
effective_date property (displayed as Effective Date) of the object.effectiveDate - the value to setpublic String getPolicyNumber()
policy_number property (displayed as 'Policy Number') of the object.Stringpublic void setPolicyNumber(String policyNumber)
policy_number property (displayed as Policy Number) of the object.policyNumber - the value to setpublic Date getTerminationDate()
termination_date property (displayed as 'Termination Date') of the object.Datepublic void setTerminationDate(Date terminationDate)
termination_date property (displayed as Termination Date) of the object.terminationDate - the value to setCopyright © 2018–2021 ODPi. All rights reserved.