public class AsclSteward extends Reference
ascl_steward asset type in IGC, displayed as 'Steward' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
emailAddress |
protected ItemList<InformationAsset> |
managedAssets |
protected ItemList<MainObject> |
managedAssetsBasic |
protected String |
organization |
protected StewardGroup |
stewardGroup |
protected StewardUser |
stewardUser |
| Constructor and Description |
|---|
AsclSteward() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Retrieve the
email_address property (displayed as 'Email Address') of the object. |
ItemList<InformationAsset> |
getManagedAssets()
Retrieve the
managed_assets property (displayed as 'Managed Assets') of the object. |
ItemList<MainObject> |
getManagedAssetsBasic()
Retrieve the
managed_assets_basic property (displayed as 'Managed Assets') of the object. |
String |
getOrganization()
Retrieve the
organization property (displayed as 'Organization') of the object. |
StewardGroup |
getStewardGroup()
Retrieve the
steward_group property (displayed as 'Steward Group') of the object. |
StewardUser |
getStewardUser()
Retrieve the
steward_user property (displayed as 'Steward User') of the object. |
void |
setEmailAddress(String emailAddress)
Set the
email_address property (displayed as Email Address) of the object. |
void |
setManagedAssets(ItemList<InformationAsset> managedAssets)
Set the
managed_assets property (displayed as Managed Assets) of the object. |
void |
setManagedAssetsBasic(ItemList<MainObject> managedAssetsBasic)
Set the
managed_assets_basic property (displayed as Managed Assets) of the object. |
void |
setOrganization(String organization)
Set the
organization property (displayed as Organization) of the object. |
void |
setStewardGroup(StewardGroup stewardGroup)
Set the
steward_group property (displayed as Steward Group) of the object. |
void |
setStewardUser(StewardUser stewardUser)
Set the
steward_user property (displayed as Steward User) 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 String emailAddress
protected ItemList<InformationAsset> managedAssets
protected ItemList<MainObject> managedAssetsBasic
protected String organization
protected StewardGroup stewardGroup
protected StewardUser stewardUser
public String getEmailAddress()
email_address property (displayed as 'Email Address') of the object.Stringpublic void setEmailAddress(String emailAddress)
email_address property (displayed as Email Address) of the object.emailAddress - the value to setpublic ItemList<InformationAsset> getManagedAssets()
managed_assets property (displayed as 'Managed Assets') of the object.ItemList<InformationAsset>public void setManagedAssets(ItemList<InformationAsset> managedAssets)
managed_assets property (displayed as Managed Assets) of the object.managedAssets - the value to setpublic ItemList<MainObject> getManagedAssetsBasic()
managed_assets_basic property (displayed as 'Managed Assets') of the object.ItemList<MainObject>public void setManagedAssetsBasic(ItemList<MainObject> managedAssetsBasic)
managed_assets_basic property (displayed as Managed Assets) of the object.managedAssetsBasic - the value to setpublic String getOrganization()
organization property (displayed as 'Organization') of the object.Stringpublic void setOrganization(String organization)
organization property (displayed as Organization) of the object.organization - the value to setpublic StewardGroup getStewardGroup()
steward_group property (displayed as 'Steward Group') of the object.StewardGrouppublic void setStewardGroup(StewardGroup stewardGroup)
steward_group property (displayed as Steward Group) of the object.stewardGroup - the value to setpublic StewardUser getStewardUser()
steward_user property (displayed as 'Steward User') of the object.StewardUserpublic void setStewardUser(StewardUser stewardUser)
steward_user property (displayed as Steward User) of the object.stewardUser - the value to setCopyright © 2018–2021 ODPi. All rights reserved.