public class DsstageType extends StageType
dsstage_type asset type in IGC, displayed as 'Stage Type' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
dllName |
protected String |
oleType |
protected ItemList<StageTypeDetail> |
properties |
protected ItemList<Stage> |
stages |
protected TransformationProject |
transformationProject |
author, copyright, steward, vendor, versionblueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
DsstageType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDllName()
Retrieve the
dll_name property (displayed as 'DLL Name') of the object. |
String |
getOleType()
Retrieve the
ole_type property (displayed as 'OLE Type') of the object. |
ItemList<StageTypeDetail> |
getProperties()
Retrieve the
properties property (displayed as 'Properties') of the object. |
ItemList<Stage> |
getStages()
Retrieve the
stages property (displayed as 'Stages') of the object. |
TransformationProject |
getTransformationProject()
Retrieve the
transformation_project property (displayed as 'Transformation Project') of the object. |
void |
setDllName(String dllName)
Set the
dll_name property (displayed as DLL Name) of the object. |
void |
setOleType(String oleType)
Set the
ole_type property (displayed as OLE Type) of the object. |
void |
setProperties(ItemList<StageTypeDetail> properties)
Set the
properties property (displayed as Properties) of the object. |
void |
setStages(ItemList<Stage> stages)
Set the
stages property (displayed as Stages) of the object. |
void |
setTransformationProject(TransformationProject transformationProject)
Set the
transformation_project property (displayed as Transformation Project) of the object. |
getAuthor, getCopyright, getSteward, getVendor, getVersion, setAuthor, setCopyright, setSteward, setVendor, setVersiongetBlueprintElements, getImpactedBy, getImpactsOn, getInCollections, getNativeId, getReadByDesign, getReadByOperational, getReadByStatic, getReadByUserDefined, getWrittenByDesign, getWrittenByOperational, getWrittenByStatic, getWrittenByUserDefined, setBlueprintElements, setImpactedBy, setImpactsOn, setInCollections, setNativeId, setReadByDesign, setReadByOperational, setReadByStatic, setReadByUserDefined, setWrittenByDesign, setWrittenByOperational, setWrittenByStatic, setWrittenByUserDefinedgetAssignedToTerms, 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 dllName
protected String oleType
protected ItemList<StageTypeDetail> properties
protected TransformationProject transformationProject
public String getDllName()
dll_name property (displayed as 'DLL Name') of the object.Stringpublic void setDllName(String dllName)
dll_name property (displayed as DLL Name) of the object.dllName - the value to setpublic String getOleType()
ole_type property (displayed as 'OLE Type') of the object.Stringpublic void setOleType(String oleType)
ole_type property (displayed as OLE Type) of the object.oleType - the value to setpublic ItemList<StageTypeDetail> getProperties()
properties property (displayed as 'Properties') of the object.ItemList<StageTypeDetail>public void setProperties(ItemList<StageTypeDetail> properties)
properties property (displayed as Properties) of the object.properties - the value to setpublic ItemList<Stage> getStages()
stages property (displayed as 'Stages') of the object.ItemList<Stage>public void setStages(ItemList<Stage> stages)
stages property (displayed as Stages) of the object.stages - the value to setpublic TransformationProject getTransformationProject()
transformation_project property (displayed as 'Transformation Project') of the object.TransformationProjectpublic void setTransformationProject(TransformationProject transformationProject)
transformation_project property (displayed as Transformation Project) of the object.transformationProject - the value to setCopyright © 2018–2021 ODPi. All rights reserved.