public class Folder extends Reference
folder asset type in IGC, displayed as 'Folder' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Folder> |
containsFolders |
protected ItemList<MainObject> |
containsMappingDocuments |
protected String |
description |
protected String |
name |
protected Folder |
parentFolder |
| Constructor and Description |
|---|
Folder() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Folder> |
getContainsFolders()
Retrieve the
contains_folders property (displayed as 'Contains Folders') of the object. |
ItemList<MainObject> |
getContainsMappingDocuments()
Retrieve the
contains_mapping_documents property (displayed as 'Contains Mapping Documents') of the object. |
String |
getDescription()
Retrieve the
description property (displayed as 'Description') of the object. |
Folder |
getParentFolder()
Retrieve the
parent_folder property (displayed as 'Parent Folder') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
void |
setContainsFolders(ItemList<Folder> containsFolders)
Set the
contains_folders property (displayed as Contains Folders) of the object. |
void |
setContainsMappingDocuments(ItemList<MainObject> containsMappingDocuments)
Set the
contains_mapping_documents property (displayed as Contains Mapping Documents) of the object. |
void |
setDescription(String description)
Set the
description property (displayed as Description) of the object. |
void |
setParentFolder(Folder parentFolder)
Set the
parent_folder property (displayed as Parent Folder) 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<MainObject> containsMappingDocuments
protected String description
protected String name
protected Folder parentFolder
public ItemList<Folder> getContainsFolders()
contains_folders property (displayed as 'Contains Folders') of the object.ItemList<Folder>public void setContainsFolders(ItemList<Folder> containsFolders)
contains_folders property (displayed as Contains Folders) of the object.containsFolders - the value to setpublic ItemList<MainObject> getContainsMappingDocuments()
contains_mapping_documents property (displayed as 'Contains Mapping Documents') of the object.ItemList<MainObject>public void setContainsMappingDocuments(ItemList<MainObject> containsMappingDocuments)
contains_mapping_documents property (displayed as Contains Mapping Documents) of the object.containsMappingDocuments - the value to setpublic String getDescription()
description property (displayed as 'Description') of the object.Stringpublic void setDescription(String description)
description property (displayed as Description) of the object.description - 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 Folder getParentFolder()
parent_folder property (displayed as 'Parent Folder') of the object.Folderpublic void setParentFolder(Folder parentFolder)
parent_folder property (displayed as Parent Folder) of the object.parentFolder - the value to setCopyright © 2018–2021 ODPi. All rights reserved.