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 |
created_by
The
created_by property, displayed as 'Created By' in the IGC UI. |
protected Date |
created_on
The
created_on property, displayed as 'Created On' in the IGC UI. |
protected String |
email_address
The
email_address property, displayed as 'Email Address' in the IGC UI. |
protected ReferenceList |
managed_assets
The
managed_assets property, displayed as 'Managed Assets' in the IGC UI. |
protected ReferenceList |
managed_assets_basic
The
managed_assets_basic property, displayed as 'Managed Assets' in the IGC UI. |
protected String |
modified_by
The
modified_by property, displayed as 'Modified By' in the IGC UI. |
protected Date |
modified_on
The
modified_on property, displayed as 'Modified On' in the IGC UI. |
protected String |
organization
The
organization property, displayed as 'Organization' in the IGC UI. |
protected Reference |
steward_group
The
steward_group property, displayed as 'Steward Group' in the IGC UI. |
protected Reference |
steward_user
The
steward_user property, displayed as 'Steward User' in the IGC UI. |
| Constructor and Description |
|---|
AsclSteward() |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String email_address
email_address property, displayed as 'Email Address' in the IGC UI.protected String organization
organization property, displayed as 'Organization' in the IGC UI.protected ReferenceList managed_assets
managed_assets property, displayed as 'Managed Assets' in the IGC UI.
ReferenceList of InformationAsset objects.protected ReferenceList managed_assets_basic
managed_assets_basic property, displayed as 'Managed Assets' in the IGC UI.
ReferenceList of MainObject objects.protected String created_by
created_by property, displayed as 'Created By' in the IGC UI.protected Date created_on
created_on property, displayed as 'Created On' in the IGC UI.protected String modified_by
modified_by property, displayed as 'Modified By' in the IGC UI.protected Date modified_on
modified_on property, displayed as 'Modified On' in the IGC UI.protected Reference steward_user
steward_user property, displayed as 'Steward User' in the IGC UI.
Reference to a StewardUser object.protected Reference steward_group
steward_group property, displayed as 'Steward Group' in the IGC UI.
Reference to a StewardGroup object.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getEmailAddress()
email_addresspublic void setEmailAddress(String email_address)
email_addresspublic String getOrganization()
organizationpublic void setOrganization(String organization)
organizationpublic ReferenceList getManagedAssets()
managed_assetspublic void setManagedAssets(ReferenceList managed_assets)
managed_assetspublic ReferenceList getManagedAssetsBasic()
managed_assets_basicpublic void setManagedAssetsBasic(ReferenceList managed_assets_basic)
managed_assets_basicpublic String getCreatedBy()
created_bypublic void setCreatedBy(String created_by)
created_bypublic Date getCreatedOn()
created_onpublic void setCreatedOn(Date created_on)
created_onpublic String getModifiedBy()
modified_bypublic void setModifiedBy(String modified_by)
modified_bypublic Date getModifiedOn()
modified_onpublic void setModifiedOn(Date modified_on)
modified_onpublic Reference getStewardUser()
steward_userpublic void setStewardUser(Reference steward_user)
steward_userpublic Reference getStewardGroup()
steward_grouppublic void setStewardGroup(Reference steward_group)
steward_grouppublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.