public class BiHierarchyMember extends Reference
bi_hierarchy_member asset type in IGC, displayed as 'BI Hierarchy Member' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
bi_level
The
bi_level property, displayed as 'BI Level' in the IGC UI. |
protected ReferenceList |
child_level
The
child_level property, displayed as 'Child Level' in the IGC UI. |
protected Number |
sequence
The
sequence property, displayed as 'Sequence' in the IGC UI. |
protected String |
sorting_order
The
sorting_order property, displayed as 'Sorting Order' in the IGC UI. |
| Constructor and Description |
|---|
BiHierarchyMember() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
Reference |
getBiLevel() |
ReferenceList |
getChildLevel() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
Number |
getSequence() |
String |
getSortingOrder() |
static List<String> |
getStringProperties() |
static Boolean |
includesModificationDetails() |
static Boolean |
isBiHierarchyMember(Object obj) |
void |
setBiLevel(Reference bi_level) |
void |
setChildLevel(ReferenceList child_level) |
void |
setSequence(Number sequence) |
void |
setSortingOrder(String sorting_order) |
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 Reference bi_level
protected ReferenceList child_level
child_level property, displayed as 'Child Level' in the IGC UI.
ReferenceList of BiLevel objects.protected String sorting_order
sorting_order property, displayed as 'Sorting Order' in the IGC UI.
protected Number sequence
sequence property, displayed as 'Sequence' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public ReferenceList getChildLevel()
child_levelpublic void setChildLevel(ReferenceList child_level)
child_levelpublic String getSortingOrder()
sorting_orderpublic void setSortingOrder(String sorting_order)
sorting_orderpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.