public class DataFlowProperties extends Object implements Serializable
| Constructor and Description |
|---|
DataFlowProperties()
Default constructor
|
DataFlowProperties(DataFlowProperties 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 |
getDescription()
Return the description of the relationship.
|
String |
getFormula()
Return the formula of the relationship.
|
String |
getQualifiedName()
Returns the stored qualified name property for the relationship.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up the the description of the relationship.
|
void |
setFormula(String formula)
Set up the formula of the relationship.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
String |
toString()
Standard toString method.
|
public DataFlowProperties()
public DataFlowProperties(DataFlowProperties template)
template - element to copypublic void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getQualifiedName()
public String getDescription()
public void setDescription(String description)
description - string textpublic String getFormula()
public void setFormula(String formula)
formula - string namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.