public class DataItem extends Reference
data_item asset type in IGC, displayed as 'Data Item' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
allow_null_values
The
allow_null_values property, displayed as 'Null Value' in the IGC UI. |
protected Boolean |
allows_empty_value
The
allows_empty_value property, displayed as 'Allows Empty Value' in the IGC UI. |
protected Boolean |
allows_null_values
The
allows_null_values property, displayed as 'Allow Null Values' in the IGC UI. |
protected ReferenceList |
assigned_to_terms
The
assigned_to_terms property, displayed as 'Assigned to Terms' in the IGC UI. |
protected String |
based_on
The
based_on property, displayed as 'Based On ' in the IGC UI. |
protected String |
calendar
The
calendar property, displayed as 'Calendar' in the IGC UI. |
protected Reference |
data_item_definition
The
data_item_definition property, displayed as 'Data Item Definition' in the IGC UI. |
protected String |
data_type
The
data_type property, displayed as 'Type Code' in the IGC UI. |
protected String |
default_value
The
default_value property, displayed as 'Default Value' in the IGC UI. |
protected Number |
display_size
The
display_size property, displayed as 'Display Size' in the IGC UI. |
protected Number |
fraction
The
fraction property, displayed as 'Scale' 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 |
has_dimension
The
has_dimension property, displayed as 'Has Dimension' in the IGC UI. |
protected ReferenceList |
implements_rules
The
implements_rules property, displayed as 'Implements Rules' in the IGC UI. |
protected Boolean |
is_computed
The
is_computed property, displayed as 'Is Computed' in the IGC UI. |
protected Boolean |
is_signed
The
is_signed property, displayed as 'Is Signed' in the IGC UI. |
protected String |
item_kind
The
item_kind property, displayed as 'Item Kind' in the IGC UI. |
protected ReferenceList |
labels
The
labels property, displayed as 'Labels' in the IGC UI. |
protected Number |
length
The
length property, displayed as 'Maximum Length' in the IGC UI. |
protected Number |
level
The
level property, displayed as 'Level Number' in the IGC UI. |
protected String |
long_description
The
long_description property, displayed as 'Long Description' in the IGC UI. |
protected Number |
minimum_length
The
minimum_length property, displayed as 'Minimum Length' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
protected String |
odbc_type
The
odbc_type property, displayed as 'ODBC Type' in the IGC UI. |
protected Number |
position
The
position property, displayed as 'Position' 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. |
protected String |
type
The
type property, displayed as 'Native Type' in the IGC UI. |
protected Boolean |
unique
The
unique property, displayed as 'Unique' in the IGC UI. |
protected ReferenceList |
validated_by_data_values
The
validated_by_data_values property, displayed as 'Validated By Data Values' in the IGC UI. |
| Constructor and Description |
|---|
DataItem() |
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 data_item_definition
data_item_definition property, displayed as 'Data Item Definition' in the IGC UI.
Reference to a DataItemDefinition object.protected Boolean is_signed
is_signed property, displayed as 'Is Signed' in the IGC UI.protected ReferenceList validated_by_data_values
validated_by_data_values property, displayed as 'Validated By Data Values' in the IGC UI.
ReferenceList of DataItemValue objects.protected String type
type property, displayed as 'Native Type' in the IGC UI.protected Boolean is_computed
is_computed property, displayed as 'Is Computed' in the IGC UI.protected Boolean allows_empty_value
allows_empty_value property, displayed as 'Allows Empty Value' in the IGC UI.protected String odbc_type
odbc_type property, displayed as 'ODBC Type' in the IGC UI.
protected String based_on
based_on property, displayed as 'Based On ' in the IGC UI.protected Number position
position property, displayed as 'Position' in the IGC UI.protected String allow_null_values
allow_null_values property, displayed as 'Null Value' in the IGC UI.protected Number fraction
fraction property, displayed as 'Scale' in the IGC UI.protected Boolean allows_null_values
allows_null_values property, displayed as 'Allow Null Values' in the IGC UI.protected String calendar
calendar property, displayed as 'Calendar' in the IGC UI.protected Number display_size
display_size property, displayed as 'Display Size' in the IGC UI.protected Number minimum_length
minimum_length property, displayed as 'Minimum Length' in the IGC UI.protected String item_kind
item_kind property, displayed as 'Item Kind' in the IGC UI.protected ReferenceList has_dimension
has_dimension property, displayed as 'Has Dimension' in the IGC UI.
ReferenceList of Array objects.protected Boolean unique
unique property, displayed as 'Unique' in the IGC UI.protected Number length
length property, displayed as 'Maximum Length' in the IGC UI.protected String data_type
data_type property, displayed as 'Type Code' in the IGC UI.
protected String default_value
default_value property, displayed as 'Default Value' in the IGC UI.protected Number level
level property, displayed as 'Level Number' 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 getDataItemDefinition()
data_item_definitionpublic void setDataItemDefinition(Reference data_item_definition)
data_item_definitionpublic ReferenceList getValidatedByDataValues()
validated_by_data_valuespublic void setValidatedByDataValues(ReferenceList validated_by_data_values)
validated_by_data_valuespublic Boolean getIsComputed()
is_computedpublic void setIsComputed(Boolean is_computed)
is_computedpublic Boolean getAllowsEmptyValue()
allows_empty_valuepublic void setAllowsEmptyValue(Boolean allows_empty_value)
allows_empty_valuepublic String getAllowNullValues()
allow_null_valuespublic void setAllowNullValues(String allow_null_values)
allow_null_valuespublic Boolean getAllowsNullValues()
allows_null_valuespublic void setAllowsNullValues(Boolean allows_null_values)
allows_null_valuespublic Number getDisplaySize()
display_sizepublic void setDisplaySize(Number display_size)
display_sizepublic Number getMinimumLength()
minimum_lengthpublic void setMinimumLength(Number minimum_length)
minimum_lengthpublic ReferenceList getHasDimension()
has_dimensionpublic void setHasDimension(ReferenceList has_dimension)
has_dimensionpublic String getDefaultValue()
default_valuepublic void setDefaultValue(String default_value)
default_valuepublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.