public class ClassificationContribution extends Reference
classification_contribution asset type in IGC, displayed as 'Classification Contribution' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
data_class
The
data_class property, displayed as 'Data Class' in the IGC UI. |
protected Reference |
infoset
The
infoset property, displayed as 'Infoset' in the IGC UI. |
protected String |
match_type
The
match_type property, displayed as 'Match Type' in the IGC UI. |
protected Number |
object_count
The
object_count property, displayed as 'Number of Objects' in the IGC UI. |
protected Number |
size
The
size property, displayed as 'Size (Bytes)' in the IGC UI. |
| Constructor and Description |
|---|
ClassificationContribution() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
Reference |
getDataClass() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
Reference |
getInfoset() |
String |
getMatchType() |
static List<String> |
getNonRelationshipProperties() |
Number |
getObjectCount() |
static List<String> |
getPagedRelationshipProperties() |
Number |
getSize() |
static List<String> |
getStringProperties() |
static Boolean |
includesModificationDetails() |
static Boolean |
isClassificationContribution(Object obj) |
void |
setDataClass(Reference data_class) |
void |
setInfoset(Reference infoset) |
void |
setMatchType(String match_type) |
void |
setObjectCount(Number object_count) |
void |
setSize(Number size) |
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 infoset
protected Reference data_class
protected Number object_count
object_count property, displayed as 'Number of Objects' in the IGC UI.protected Number size
size property, displayed as 'Size (Bytes)' in the IGC UI.protected String match_type
match_type property, displayed as 'Match Type' in the IGC UI.
public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public Reference getDataClass()
data_classpublic void setDataClass(Reference data_class)
data_classpublic Number getObjectCount()
object_countpublic void setObjectCount(Number object_count)
object_countpublic String getMatchType()
match_typepublic void setMatchType(String match_type)
match_typepublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.