public class StandardizationObject extends Reference
standardization_object asset type in IGC, displayed as 'Standardization Object' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<StandardizationObject> |
dataQualitySpecifications |
protected List<String> |
fields |
protected Dsfolder |
folder |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
protected String |
type |
protected ItemList<Stage> |
usedByStages |
| Constructor and Description |
|---|
StandardizationObject() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<StandardizationObject> |
getDataQualitySpecifications()
Retrieve the
data_quality_specifications property (displayed as 'Data Quality Specification') of the object. |
List<String> |
getFields()
Retrieve the
fields property (displayed as 'Data Fields') of the object. |
Dsfolder |
getFolder()
Retrieve the
folder property (displayed as 'Folder') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getTheType()
Retrieve the
type property (displayed as 'Type') of the object. |
ItemList<Stage> |
getUsedByStages()
Retrieve the
used_by_stages property (displayed as 'Stages') of the object. |
void |
setDataQualitySpecifications(ItemList<StandardizationObject> dataQualitySpecifications)
Set the
data_quality_specifications property (displayed as Data Quality Specification) of the object. |
void |
setFields(List<String> fields)
Set the
fields property (displayed as Data Fields) of the object. |
void |
setFolder(Dsfolder folder)
Set the
folder property (displayed as Folder) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setTheType(String type)
Set the
type property (displayed as Type) of the object. |
void |
setUsedByStages(ItemList<Stage> usedByStages)
Set the
used_by_stages property (displayed as Stages) of the object. |
areModificationDetailsPopulated, 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 ItemList<StandardizationObject> dataQualitySpecifications
protected Dsfolder folder
protected String longDescription
protected String name
protected String nativeId
protected String shortDescription
protected String type
public ItemList<StandardizationObject> getDataQualitySpecifications()
data_quality_specifications property (displayed as 'Data Quality Specification') of the object.ItemList<StandardizationObject>public void setDataQualitySpecifications(ItemList<StandardizationObject> dataQualitySpecifications)
data_quality_specifications property (displayed as Data Quality Specification) of the object.dataQualitySpecifications - the value to setpublic List<String> getFields()
fields property (displayed as 'Data Fields') of the object.List<String>public void setFields(List<String> fields)
fields property (displayed as Data Fields) of the object.fields - the value to setpublic Dsfolder getFolder()
folder property (displayed as 'Folder') of the object.Dsfolderpublic void setFolder(Dsfolder folder)
folder property (displayed as Folder) of the object.folder - the value to setpublic String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - the value to setpublic String getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - 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 setpublic String getShortDescription()
short_description property (displayed as 'Short Description') of the object.Stringpublic void setShortDescription(String shortDescription)
short_description property (displayed as Short Description) of the object.shortDescription - the value to setpublic String getTheType()
type property (displayed as 'Type') of the object.Stringpublic void setTheType(String type)
type property (displayed as Type) of the object.type - the value to setpublic ItemList<Stage> getUsedByStages()
used_by_stages property (displayed as 'Stages') of the object.ItemList<Stage>Copyright © 2018–2021 ODPi. All rights reserved.