public class ProcessProperties extends AssetProperties
| Constructor and Description |
|---|
ProcessProperties()
Default constructor
|
ProcessProperties(ProcessProperties template)
Copy/clone Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getFormula()
Return the description of the processing performed by this process.
|
String |
getImplementationLanguage()
Return the name of the programming language that this process is implemented in.
|
int |
hashCode()
Return hash code for this object
|
void |
setFormula(String formula)
Set up the the description of the processing performed by this process.
|
void |
setImplementationLanguage(String implementationLanguage)
Set up the name of the programming language that this process is implemented in.
|
String |
toString()
Standard toString method.
|
getTechnicalDescription, getTechnicalName, setTechnicalDescription, setTechnicalNamegetAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, setDescription, setDisplayName, setSummary, setUsagegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic ProcessProperties()
public ProcessProperties(ProcessProperties template)
template - template object to copy.public String getFormula()
public void setFormula(String formula)
formula - string descriptionpublic String getImplementationLanguage()
public void setImplementationLanguage(String implementationLanguage)
implementationLanguage - string namepublic String toString()
toString in class AssetPropertiespublic boolean equals(Object objectToCompare)
equals in class AssetPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetPropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.