public class Collection extends Reference
collection asset type in IGC, displayed as 'Collection' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<InformationAsset> |
assets |
protected ItemList<Collection> |
inCollections |
protected ItemList<Label> |
labels |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected ItemList<Steward> |
owners |
protected ItemList<MainObject> |
referencesAssets |
protected String |
shortDescription |
protected String |
userId |
protected ItemList<Steward> |
viewers |
protected Boolean |
visibility |
| Constructor and Description |
|---|
Collection() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<InformationAsset> |
getAssets()
Retrieve the
assets property (displayed as 'Assets') of the object. |
ItemList<Collection> |
getInCollections()
Retrieve the
in_collections property (displayed as 'In Collections') 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 |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
ItemList<Steward> |
getOwners()
Retrieve the
owners property (displayed as 'Owners') of the object. |
ItemList<MainObject> |
getReferencesAssets()
Retrieve the
references_assets property (displayed as 'Assets') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getUserId()
Retrieve the
user_id property (displayed as 'User Id') of the object. |
ItemList<Steward> |
getViewers()
Retrieve the
viewers property (displayed as 'Viewers') of the object. |
Boolean |
getVisibility()
Retrieve the
visibility property (displayed as 'Visibility') of the object. |
void |
setAssets(ItemList<InformationAsset> assets)
Set the
assets property (displayed as Assets) of the object. |
void |
setInCollections(ItemList<Collection> inCollections)
Set the
in_collections property (displayed as In Collections) 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 |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setOwners(ItemList<Steward> owners)
Set the
owners property (displayed as Owners) of the object. |
void |
setReferencesAssets(ItemList<MainObject> referencesAssets)
Set the
references_assets property (displayed as Assets) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setUserId(String userId)
Set the
user_id property (displayed as User Id) of the object. |
void |
setViewers(ItemList<Steward> viewers)
Set the
viewers property (displayed as Viewers) of the object. |
void |
setVisibility(Boolean visibility)
Set the
visibility property (displayed as Visibility) 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<InformationAsset> assets
protected ItemList<Collection> inCollections
protected String longDescription
protected String name
protected String nativeId
protected ItemList<MainObject> referencesAssets
protected String shortDescription
protected String userId
protected Boolean visibility
public ItemList<InformationAsset> getAssets()
assets property (displayed as 'Assets') of the object.ItemList<InformationAsset>public void setAssets(ItemList<InformationAsset> assets)
assets property (displayed as Assets) of the object.assets - the value to setpublic ItemList<Collection> getInCollections()
in_collections property (displayed as 'In Collections') of the object.ItemList<Collection>public void setInCollections(ItemList<Collection> inCollections)
in_collections property (displayed as In Collections) of the object.inCollections - 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 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 ItemList<Steward> getOwners()
owners property (displayed as 'Owners') of the object.ItemList<Steward>public void setOwners(ItemList<Steward> owners)
owners property (displayed as Owners) of the object.owners - the value to setpublic ItemList<MainObject> getReferencesAssets()
references_assets property (displayed as 'Assets') of the object.ItemList<MainObject>public void setReferencesAssets(ItemList<MainObject> referencesAssets)
references_assets property (displayed as Assets) of the object.referencesAssets - 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 getUserId()
user_id property (displayed as 'User Id') of the object.Stringpublic void setUserId(String userId)
user_id property (displayed as User Id) of the object.userId - the value to setpublic ItemList<Steward> getViewers()
viewers property (displayed as 'Viewers') of the object.ItemList<Steward>public void setViewers(ItemList<Steward> viewers)
viewers property (displayed as Viewers) of the object.viewers - the value to setpublic Boolean getVisibility()
visibility property (displayed as 'Visibility') of the object.Booleanpublic void setVisibility(Boolean visibility)
visibility property (displayed as Visibility) of the object.visibility - the value to setCopyright © 2018–2021 ODPi. All rights reserved.