|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.BLFilterInformation
public class BLFilterInformation
Created on 2005-9-22 Copyright (c) 1998, Jinfonet Software, Inc. All rights reserved.
| Constructor Summary | |
|---|---|
BLFilterInformation(java.lang.String displayName)
Constructor. |
|
BLFilterInformation(java.lang.String displayName,
ExpressionNode expression)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the description text of the filter. |
java.lang.String |
getDisplayName()
Gets the filter name. |
ExpressionNode |
getExpression()
Gets the condition information of the filter |
void |
setDescription(java.lang.String description)
Sets the description text of the filter. |
void |
setDisplayName(java.lang.String displayName)
Sets the filter name. |
void |
setExpressionNode(ExpressionNode expression)
Sets the condition information of the filter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BLFilterInformation(java.lang.String displayName)
displayName - the name to identify the Filter.
public BLFilterInformation(java.lang.String displayName,
ExpressionNode expression)
displayName - the name to identify the Filter.expression - the condition information of the filter| Method Detail |
|---|
public void setDisplayName(java.lang.String displayName)
displayName - the unique filter name.public java.lang.String getDisplayName()
public void setDescription(java.lang.String description)
description - the description text of the filter..public java.lang.String getDescription()
public ExpressionNode getExpression()
public void setExpressionNode(ExpressionNode expression)
expression - the condition information of the filter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||