public class NameInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_TYPE_DBFIELD |
static int |
NAME_TYPE_DETAILINFO |
static int |
NAME_TYPE_DIMENSION |
static int |
NAME_TYPE_DYNAMIC_FORMULA |
static int |
NAME_TYPE_DYNAMIC_MEASURE |
static int |
NAME_TYPE_FORMULA |
static int |
NAME_TYPE_MEASURE |
static int |
NAME_TYPE_PARAMETER |
static int |
NAME_TYPE_SUMMARY |
| Constructor and Description |
|---|
NameInfo()
Creates
NameInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAggFunc()
Returns the aggregate function of the name information.
|
String |
getBasedQualifiedDispName()
Returns the QualifiedDispName of the based on resource.
|
int |
getBaseSqlType()
Returns the sql type of the based on resource.
|
String |
getBlColumnName()
Returns the blColumnName.
|
String |
getBlDisplayName()
Returns the blDisplayName.
|
String |
getBlQualifiedDispName()
Returns the BlQualifiedDispName of the name information.
|
List |
getDataFormat()
Returns the dataFormat list of the name information.
|
String |
getDisplayName()
Returns the display name of the name information.
|
String |
getFmlExp()
Returns the formula expression of the name information.
|
String |
getMappingName()
Returns the mapping name of the name information.
|
int |
getNameType()
Returns the name type of the name information.
|
int |
getSqlType()
Returns the sql type of the name information.
|
boolean |
isCanFilter()
Returns whether the name information could be filtered.
|
boolean |
isCanGoto()
Returns whether the name information supports goto.
|
boolean |
isCanSearch()
Returns whether the name information could be searched.
|
boolean |
isCanSort()
Returns whether the name information could be sorted.
|
boolean |
isFromBl()
Returns whether the name information is from BL.
|
void |
setAggFunc(String aggFunc)
Sets the aggregate function of the name information.
|
void |
setBasedQualifiedDispName(String basedQualifiedDispName)
Sets the QualifiedDispName of the based on resource.
|
void |
setBaseSqlType(int baseSqlType)
Sets the sql type of the based on resource.
|
void |
setBlColumnName(String blColumnName)
Sets the blColumnName.
|
void |
setBlDisplayName(String blDisplayName)
Sets the blDisplayName.
|
void |
setBlQualifiedDispName(String blQualifiedDispName)
Sets the BlQualifiedDispName of the name information.
|
void |
setCanFilter(boolean canFilter)
Sets whether the name information could be filtered.
|
void |
setCanGoto(boolean canGoto)
Sets whether the name information supports goto.
|
void |
setCanSearch(boolean canSearch)
Sets whether the name information could be searched.
|
void |
setCanSort(boolean canSort)
Sets whether the name information could be sorted.
|
void |
setDataFormat(List dataFormat)
Sets the dataFormat list of the name information.
|
void |
setDisplayName(String displayName)
Sets the display name of the name information.
|
void |
setFmlExp(String fmlExp)
Sets the formula expression of the name information.
|
void |
setFromBl(boolean fromBl)
Sets whether the name information is from BL.
|
void |
setMappingName(String mappingName)
Sets the mapping name of the name information.
|
void |
setNameType(int nameType)
Sets the name type of the name information.
|
void |
setSqlType(int sqlType)
Sets the sql type of the name information.
|
public static int NAME_TYPE_DBFIELD
public static int NAME_TYPE_SUMMARY
public static int NAME_TYPE_FORMULA
public static int NAME_TYPE_PARAMETER
public static int NAME_TYPE_DIMENSION
public static int NAME_TYPE_DETAILINFO
public static int NAME_TYPE_MEASURE
public static int NAME_TYPE_DYNAMIC_FORMULA
public static int NAME_TYPE_DYNAMIC_MEASURE
public String getBlColumnName()
public void setBlColumnName(String blColumnName)
blColumnName - The blColumnName to set.public String getBlDisplayName()
public void setBlDisplayName(String blDisplayName)
blDisplayName - the blDisplayName.public boolean isCanFilter()
public void setCanFilter(boolean canFilter)
canFilter - the canFilter.public boolean isCanSearch()
public void setCanSearch(boolean canSearch)
canSearch - the canSearch.public boolean isCanSort()
public void setCanSort(boolean canSort)
canSort - the canSort.public boolean isCanGoto()
public void setCanGoto(boolean canGoto)
canGoto - the canGoto.public List getDataFormat()
public void setDataFormat(List dataFormat)
dataFormat - the dataFormat list.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - the display name.public String getMappingName()
public void setMappingName(String mappingName)
mappingName - the mappingName.public int getSqlType()
public void setSqlType(int sqlType)
sqlType - the sqlType java.sql.Types.public int getBaseSqlType()
public void setBaseSqlType(int baseSqlType)
baseSqlType - the sqlType java.sql.Types.public int getNameType()
public void setNameType(int nameType)
nameType - the nameType. The values are:
NAME_TYPE_DBFIELDNAME_TYPE_SUMMARYNAME_TYPE_FORMULANAME_TYPE_PARAMETERNAME_TYPE_DIMENSIONNAME_TYPE_DETAILINFONAME_TYPE_MEASURENAME_TYPE_DYNAMIC_FORMULANAME_TYPE_DYNAMIC_MEASUREpublic String getBlQualifiedDispName()
public void setBlQualifiedDispName(String blQualifiedDispName)
blQualifiedDispName. - public boolean isFromBl()
public void setFromBl(boolean fromBl)
fromBl - whether from BL.public String getAggFunc()
public void setAggFunc(String aggFunc)
aggFunc - the aggregate function.public String getBasedQualifiedDispName()
public void setBasedQualifiedDispName(String basedQualifiedDispName)
basedQualifiedDispName. - public String getFmlExp()
public void setFmlExp(String fmlExp)
fmlExp - the formula expression.© insightsoftware. All rights reserved.