public class Array extends Reference
array asset type in IGC, displayed as 'Array' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceList |
assigned_to_terms
The
assigned_to_terms property, displayed as 'Assigned to Terms' in the IGC UI. |
protected Reference |
belonging_to_data_item
The
belonging_to_data_item property, displayed as 'Belonging to Data Item' in the IGC UI. |
protected ReferenceList |
governed_by_rules
The
governed_by_rules property, displayed as 'Governed by Rules' in the IGC UI. |
protected ReferenceList |
implements_rules
The
implements_rules property, displayed as 'Implements Rules' in the IGC UI. |
protected ReferenceList |
labels
The
labels property, displayed as 'Labels' in the IGC UI. |
protected String |
long_description
The
long_description property, displayed as 'Long Description' in the IGC UI. |
protected Number |
lower_bound
The
lower_bound property, displayed as 'Lower Bound' in the IGC UI. |
protected Number |
maximum_size
The
maximum_size property, displayed as 'Maximum Size' in the IGC UI. |
protected Number |
minimum_size
The
minimum_size property, displayed as 'Minimum Size' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
protected Reference |
next_array
The
next_array property, displayed as 'Next Array' in the IGC UI. |
protected Reference |
previous_array
The
previous_array property, displayed as 'Previous Array' in the IGC UI. |
protected String |
short_description
The
short_description property, displayed as 'Short Description' in the IGC UI. |
protected ReferenceList |
stewards
The
stewards property, displayed as 'Stewards' in the IGC UI. |
| Constructor and Description |
|---|
Array() |
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 String name
name property, displayed as 'Name' in the IGC UI.protected String short_description
short_description property, displayed as 'Short Description' in the IGC UI.protected String long_description
long_description property, displayed as 'Long Description' in the IGC UI.protected ReferenceList labels
protected ReferenceList stewards
stewards property, displayed as 'Stewards' in the IGC UI.
ReferenceList of AsclSteward objects.protected ReferenceList assigned_to_terms
assigned_to_terms property, displayed as 'Assigned to Terms' in the IGC UI.
ReferenceList of Term objects.protected ReferenceList implements_rules
implements_rules property, displayed as 'Implements Rules' in the IGC UI.
ReferenceList of InformationGovernanceRule objects.protected ReferenceList governed_by_rules
governed_by_rules property, displayed as 'Governed by Rules' in the IGC UI.
ReferenceList of InformationGovernanceRule objects.protected Reference next_array
protected Number lower_bound
lower_bound property, displayed as 'Lower Bound' in the IGC UI.protected Reference previous_array
protected Reference belonging_to_data_item
protected Number maximum_size
maximum_size property, displayed as 'Maximum Size' in the IGC UI.protected Number minimum_size
minimum_size property, displayed as 'Minimum Size' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getShortDescription()
short_descriptionpublic void setShortDescription(String short_description)
short_descriptionpublic String getLongDescription()
long_descriptionpublic void setLongDescription(String long_description)
long_descriptionpublic ReferenceList getLabels()
labelspublic void setLabels(ReferenceList labels)
labelspublic ReferenceList getStewards()
stewardspublic void setStewards(ReferenceList stewards)
stewardspublic ReferenceList getAssignedToTerms()
assigned_to_termspublic void setAssignedToTerms(ReferenceList assigned_to_terms)
assigned_to_termspublic ReferenceList getImplementsRules()
implements_rulespublic void setImplementsRules(ReferenceList implements_rules)
implements_rulespublic ReferenceList getGovernedByRules()
governed_by_rulespublic void setGovernedByRules(ReferenceList governed_by_rules)
governed_by_rulespublic Reference getNextArray()
next_arraypublic void setNextArray(Reference next_array)
next_arraypublic Number getLowerBound()
lower_boundpublic void setLowerBound(Number lower_bound)
lower_boundpublic Reference getPreviousArray()
previous_arraypublic void setPreviousArray(Reference previous_array)
previous_arraypublic Reference getBelongingToDataItem()
belonging_to_data_itempublic void setBelongingToDataItem(Reference belonging_to_data_item)
belonging_to_data_itempublic Number getMaximumSize()
maximum_sizepublic void setMaximumSize(Number maximum_size)
maximum_sizepublic Number getMinimumSize()
minimum_sizepublic void setMinimumSize(Number minimum_size)
minimum_sizepublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.