public class Dsfolder extends Reference
dsfolder asset type in IGC, displayed as 'Folder' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<MainObject> |
containsAssets |
protected ItemList<Dsfolder> |
containsFolders |
protected String |
name |
protected Dsfolder |
parentFolder |
protected TransformationProject |
transformationProject |
| Constructor and Description |
|---|
Dsfolder() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<MainObject> |
getContainsAssets()
Retrieve the
contains_assets property (displayed as 'Contains Assets') of the object. |
ItemList<Dsfolder> |
getContainsFolders()
Retrieve the
contains_folders property (displayed as 'Contains Folders') of the object. |
Dsfolder |
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. |
TransformationProject |
getTransformationProject()
Retrieve the
transformation_project property (displayed as 'Transformation Project') of the object. |
void |
setContainsAssets(ItemList<MainObject> containsAssets)
Set the
contains_assets property (displayed as Contains Assets) of the object. |
void |
setContainsFolders(ItemList<Dsfolder> containsFolders)
Set the
contains_folders property (displayed as Contains Folders) of the object. |
void |
setParentFolder(Dsfolder 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. |
void |
setTransformationProject(TransformationProject transformationProject)
Set the
transformation_project property (displayed as Transformation Project) 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> containsAssets
protected String name
protected Dsfolder parentFolder
protected TransformationProject transformationProject
public ItemList<MainObject> getContainsAssets()
contains_assets property (displayed as 'Contains Assets') of the object.ItemList<MainObject>public void setContainsAssets(ItemList<MainObject> containsAssets)
contains_assets property (displayed as Contains Assets) of the object.containsAssets - the value to setpublic ItemList<Dsfolder> getContainsFolders()
contains_folders property (displayed as 'Contains Folders') of the object.ItemList<Dsfolder>public void setContainsFolders(ItemList<Dsfolder> containsFolders)
contains_folders property (displayed as Contains Folders) of the object.containsFolders - 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 Dsfolder getParentFolder()
parent_folder property (displayed as 'Parent Folder') of the object.Dsfolderpublic void setParentFolder(Dsfolder parentFolder)
parent_folder property (displayed as Parent Folder) of the object.parentFolder - the value to setpublic TransformationProject getTransformationProject()
transformation_project property (displayed as 'Transformation Project') of the object.TransformationProjectpublic void setTransformationProject(TransformationProject transformationProject)
transformation_project property (displayed as Transformation Project) of the object.transformationProject - the value to setCopyright © 2018–2021 ODPi. All rights reserved.