public class BiFolder extends Reference
bi_folder asset type in IGC, displayed as 'BI Folder' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected BiFolder |
biFolder |
protected ItemList<BiModel> |
biModels |
protected ItemList<BiReport> |
biReports |
protected ItemList<BiFolder> |
containsBiFolders |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
| Constructor and Description |
|---|
BiFolder() |
| Modifier and Type | Method and Description |
|---|---|
BiFolder |
getBiFolder()
Retrieve the
bi_folder property (displayed as 'BI Folder') of the object. |
ItemList<BiModel> |
getBiModels()
Retrieve the
bi_models property (displayed as 'BI Models') of the object. |
ItemList<BiReport> |
getBiReports()
Retrieve the
bi_reports property (displayed as 'BI Reports') of the object. |
ItemList<BiFolder> |
getContainsBiFolders()
Retrieve the
contains_bi_folders property (displayed as 'Contains BI Folders') 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. |
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. |
void |
setBiFolder(BiFolder biFolder)
Set the
bi_folder property (displayed as BI Folder) of the object. |
void |
setBiModels(ItemList<BiModel> biModels)
Set the
bi_models property (displayed as BI Models) of the object. |
void |
setBiReports(ItemList<BiReport> biReports)
Set the
bi_reports property (displayed as BI Reports) of the object. |
void |
setContainsBiFolders(ItemList<BiFolder> containsBiFolders)
Set the
contains_bi_folders property (displayed as Contains BI Folders) 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 |
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. |
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 BiFolder biFolder
protected String longDescription
protected String name
protected String nativeId
protected String shortDescription
public BiFolder getBiFolder()
bi_folder property (displayed as 'BI Folder') of the object.BiFolderpublic void setBiFolder(BiFolder biFolder)
bi_folder property (displayed as BI Folder) of the object.biFolder - the value to setpublic ItemList<BiModel> getBiModels()
bi_models property (displayed as 'BI Models') of the object.ItemList<BiModel>public void setBiModels(ItemList<BiModel> biModels)
bi_models property (displayed as BI Models) of the object.biModels - the value to setpublic ItemList<BiReport> getBiReports()
bi_reports property (displayed as 'BI Reports') of the object.ItemList<BiReport>public void setBiReports(ItemList<BiReport> biReports)
bi_reports property (displayed as BI Reports) of the object.biReports - the value to setpublic ItemList<BiFolder> getContainsBiFolders()
contains_bi_folders property (displayed as 'Contains BI Folders') of the object.ItemList<BiFolder>public void setContainsBiFolders(ItemList<BiFolder> containsBiFolders)
contains_bi_folders property (displayed as Contains BI Folders) of the object.containsBiFolders - 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 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 setCopyright © 2018–2021 ODPi. All rights reserved.