public class DataClassOld extends MainObject
data_class_old asset type in IGC, displayed as 'Data Class' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
classCode |
protected ItemList<DataItem> |
classifiesDataField |
protected ItemList<DataClassOld> |
hasSubDataClass |
protected ItemList<ColumnAnalysisSummary> |
inferredByDfAnalysisSummary |
protected DataClassOld |
isSubOfDataClass |
protected Boolean |
isUserDefined |
protected String |
nativeId |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
DataClassOld() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassCode()
Retrieve the
class_code property (displayed as 'Class Code') of the object. |
ItemList<DataItem> |
getClassifiesDataField()
Retrieve the
classifies_data_field property (displayed as 'Classifies Data Field') of the object. |
ItemList<DataClassOld> |
getHasSubDataClass()
Retrieve the
has_sub_data_class property (displayed as 'Has Sub Data Class') of the object. |
ItemList<ColumnAnalysisSummary> |
getInferredByDfAnalysisSummary()
Retrieve the
inferred_by_df_analysis_summary property (displayed as 'Inferred By DF Analysis Summary') of the object. |
DataClassOld |
getIsSubOfDataClass()
Retrieve the
is_sub_of_data_class property (displayed as 'Is Sub Of Data Class') of the object. |
Boolean |
getIsUserDefined()
Retrieve the
is_user_defined property (displayed as 'Is User Defined') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
void |
setClassCode(String classCode)
Set the
class_code property (displayed as Class Code) of the object. |
void |
setClassifiesDataField(ItemList<DataItem> classifiesDataField)
Set the
classifies_data_field property (displayed as Classifies Data Field) of the object. |
void |
setHasSubDataClass(ItemList<DataClassOld> hasSubDataClass)
Set the
has_sub_data_class property (displayed as Has Sub Data Class) of the object. |
void |
setInferredByDfAnalysisSummary(ItemList<ColumnAnalysisSummary> inferredByDfAnalysisSummary)
Set the
inferred_by_df_analysis_summary property (displayed as Inferred By DF Analysis Summary) of the object. |
void |
setIsSubOfDataClass(DataClassOld isSubOfDataClass)
Set the
is_sub_of_data_class property (displayed as Is Sub Of Data Class) of the object. |
void |
setIsUserDefined(Boolean isUserDefined)
Set the
is_user_defined property (displayed as Is User Defined) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
getAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, 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 String classCode
protected ItemList<DataClassOld> hasSubDataClass
protected ItemList<ColumnAnalysisSummary> inferredByDfAnalysisSummary
protected DataClassOld isSubOfDataClass
protected Boolean isUserDefined
protected String nativeId
public String getClassCode()
class_code property (displayed as 'Class Code') of the object.Stringpublic void setClassCode(String classCode)
class_code property (displayed as Class Code) of the object.classCode - the value to setpublic ItemList<DataItem> getClassifiesDataField()
classifies_data_field property (displayed as 'Classifies Data Field') of the object.ItemList<DataItem>public void setClassifiesDataField(ItemList<DataItem> classifiesDataField)
classifies_data_field property (displayed as Classifies Data Field) of the object.classifiesDataField - the value to setpublic ItemList<DataClassOld> getHasSubDataClass()
has_sub_data_class property (displayed as 'Has Sub Data Class') of the object.ItemList<DataClassOld>public void setHasSubDataClass(ItemList<DataClassOld> hasSubDataClass)
has_sub_data_class property (displayed as Has Sub Data Class) of the object.hasSubDataClass - the value to setpublic ItemList<ColumnAnalysisSummary> getInferredByDfAnalysisSummary()
inferred_by_df_analysis_summary property (displayed as 'Inferred By DF Analysis Summary') of the object.ItemList<ColumnAnalysisSummary>public void setInferredByDfAnalysisSummary(ItemList<ColumnAnalysisSummary> inferredByDfAnalysisSummary)
inferred_by_df_analysis_summary property (displayed as Inferred By DF Analysis Summary) of the object.inferredByDfAnalysisSummary - the value to setpublic DataClassOld getIsSubOfDataClass()
is_sub_of_data_class property (displayed as 'Is Sub Of Data Class') of the object.DataClassOldpublic void setIsSubOfDataClass(DataClassOld isSubOfDataClass)
is_sub_of_data_class property (displayed as Is Sub Of Data Class) of the object.isSubOfDataClass - the value to setpublic Boolean getIsUserDefined()
is_user_defined property (displayed as 'Is User Defined') of the object.Booleanpublic void setIsUserDefined(Boolean isUserDefined)
is_user_defined property (displayed as Is User Defined) of the object.isUserDefined - 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 setCopyright © 2018–2021 ODPi. All rights reserved.