public class BLNodeInformation
extends java.lang.Object
Constructor and Description |
---|
BLNodeInformation(java.lang.String name,
java.lang.String displayName,
java.lang.String description,
int sqlType)
Constructor.
|
BLNodeInformation(java.lang.String name,
java.lang.String displayName,
java.lang.String description,
int sqlType,
java.lang.String qualifiedDisplayName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAggregationFunction()
Gets the aggregation's function name.
|
java.lang.String |
getDescription()
Gets the description of the data element.
|
java.lang.String |
getDisplayName()
Gets the display name of the data element.
|
int |
getElementType()
Gets the element type of the data element.
|
java.lang.String |
getHandle()
Gets the handle of the data element.
|
java.lang.String |
getName()
Gets the name of the data element.
|
java.lang.String |
getQualifiedDisplayName()
Gets the qualify display name of the data element.
|
java.lang.String |
getRefMappingName()
Sets the referred resource name(mappingName) of the data element.
|
int |
getSqlType()
Gets the SQL type of the data element.
|
boolean |
isFormula()
Gets whether the data element refers to a formula.
|
boolean |
isHiddenFourFilter()
FS 190433.
|
void |
setDescription(java.lang.String description)
Sets the description of the data element.
|
void |
setDisplayName(java.lang.String displayName)
Sets the display name of the data element.
|
void |
setIsHiddenFourFilter(boolean b)
FS 190433.
|
void |
setName(java.lang.String name)
Sets the name of the data element.
|
void |
setSqlType(int sqlType)
Sets the SQL type of the data element.
|
java.lang.String |
toString() |
public BLNodeInformation(java.lang.String name, java.lang.String displayName, java.lang.String description, int sqlType)
name
- Name of BusinessLogic node.displayName
- Display name of BusinessLogic node.description
- Description of BusinessLogic node.sqlType
- Java SQL type of BusinessLogic node.public BLNodeInformation(java.lang.String name, java.lang.String displayName, java.lang.String description, int sqlType, java.lang.String qualifiedDisplayName)
public void setDisplayName(java.lang.String displayName)
displayName
- Display name of BusinessLogic node.public java.lang.String getDisplayName()
public java.lang.String getQualifiedDisplayName()
public void setDescription(java.lang.String description)
description
- Description of BusinessLogic node.public java.lang.String getDescription()
public void setName(java.lang.String name)
name
- Name of the data element.public java.lang.String getName()
public int getSqlType()
public void setSqlType(int sqlType)
sqlType
- SQL type of the data element.public int getElementType()
public boolean isFormula()
true
if the data element refers to a formula; otherwise returns false
.public java.lang.String getHandle()
public java.lang.String getRefMappingName()
public java.lang.String getAggregationFunction()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isHiddenFourFilter()
public void setIsHiddenFourFilter(boolean b)