public class Routine extends InformationAsset
routine asset type in IGC, displayed as 'Routine' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<RoutineArgument> |
arguments |
protected String |
author |
protected String |
copyright |
protected String |
sourceCode |
protected TransformationProject |
transformationProject |
protected String |
vendor |
protected String |
version |
blueprintElements, impactedBy, impactsOn, inCollections, nativeId, readByDesign, readByOperational, readByStatic, readByUserDefined, writtenByDesign, writtenByOperational, writtenByStatic, writtenByUserDefinedassignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Routine() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<RoutineArgument> |
getArguments()
Retrieve the
arguments property (displayed as 'Arguments') of the object. |
String |
getAuthor()
Retrieve the
author property (displayed as 'Author') of the object. |
String |
getCopyright()
Retrieve the
copyright property (displayed as 'Copyright') of the object. |
String |
getSourceCode()
Retrieve the
source_code property (displayed as 'Source Code') of the object. |
TransformationProject |
getTransformationProject()
Retrieve the
transformation_project property (displayed as 'Transformation Project') of the object. |
String |
getVendor()
Retrieve the
vendor property (displayed as 'Vendor') of the object. |
String |
getVersion()
Retrieve the
version property (displayed as 'Version') of the object. |
void |
setArguments(ItemList<RoutineArgument> arguments)
Set the
arguments property (displayed as Arguments) of the object. |
void |
setAuthor(String author)
Set the
author property (displayed as Author) of the object. |
void |
setCopyright(String copyright)
Set the
copyright property (displayed as Copyright) of the object. |
void |
setSourceCode(String sourceCode)
Set the
source_code property (displayed as Source Code) of the object. |
void |
setTransformationProject(TransformationProject transformationProject)
Set the
transformation_project property (displayed as Transformation Project) of the object. |
void |
setVendor(String vendor)
Set the
vendor property (displayed as Vendor) of the object. |
void |
setVersion(String version)
Set the
version property (displayed as Version) of the object. |
getBlueprintElements, 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 ItemList<RoutineArgument> arguments
protected String author
protected String copyright
protected String sourceCode
protected TransformationProject transformationProject
protected String vendor
protected String version
public ItemList<RoutineArgument> getArguments()
arguments property (displayed as 'Arguments') of the object.ItemList<RoutineArgument>public void setArguments(ItemList<RoutineArgument> arguments)
arguments property (displayed as Arguments) of the object.arguments - the value to setpublic String getAuthor()
author property (displayed as 'Author') of the object.Stringpublic void setAuthor(String author)
author property (displayed as Author) of the object.author - the value to setpublic String getCopyright()
copyright property (displayed as 'Copyright') of the object.Stringpublic void setCopyright(String copyright)
copyright property (displayed as Copyright) of the object.copyright - the value to setpublic String getSourceCode()
source_code property (displayed as 'Source Code') of the object.Stringpublic void setSourceCode(String sourceCode)
source_code property (displayed as Source Code) of the object.sourceCode - 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 setpublic String getVendor()
vendor property (displayed as 'Vendor') of the object.Stringpublic void setVendor(String vendor)
vendor property (displayed as Vendor) of the object.vendor - the value to setpublic String getVersion()
version property (displayed as 'Version') of the object.Stringpublic void setVersion(String version)
version property (displayed as Version) of the object.version - the value to setCopyright © 2018–2021 ODPi. All rights reserved.