|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.group.databaseviewmembership.DatabaseViewFormulaEntry
public class DatabaseViewFormulaEntry
An entry of the database view membership formula.
Constructor Summary | |
---|---|
DatabaseViewFormulaEntry()
|
Method Summary | |
---|---|
DatabaseViewField |
getField()
Returns the field this entry operates on. |
DatabaseViewGroupConfig |
getGroupConfig()
Returns the group configuration this formula entry belongs to. |
String |
getId()
Returns the identifier of this entry. |
String |
getLeftParentheses()
Returns a string containing left parentheses set in this entry. |
String |
getLogicalOperator()
Returns the logical operator used between this entry and the next. |
String |
getOperator()
Returns the operator used in this entry. |
int |
getPosition()
Returns the position of this entry in the formula. |
String |
getRightParentheses()
Returns a string containing right parentheses set in this entry. |
String |
getValue()
Returns the value that this entry operates on. |
void |
setField(DatabaseViewField field)
Sets the field this entry operates on. |
void |
setGroupConfig(DatabaseViewGroupConfig groupConfig)
Sets the group configuration this formula entry belongs to. |
void |
setLeftParentheses(String leftParentheses)
Sets the left parentheses for this entry. |
void |
setLogicalOperator(String logicalOperator)
Sets the logical operator used between this entry and the next. |
void |
setOperator(String operator)
Sets the operator used in this entry. |
void |
setPosition(int position)
Sets the position of this entry in the formula. |
void |
setRightParentheses(String rightParentheses)
Sets the right parentheses for this entry. |
void |
setValue(String value)
Sets the value that this entry operates on. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatabaseViewFormulaEntry()
Method Detail |
---|
public String getId()
public String getLeftParentheses()
public void setLeftParentheses(String leftParentheses)
leftParentheses
- the left parentheses string.public DatabaseViewField getField()
public void setField(DatabaseViewField field)
field
- the field.public String getOperator()
public void setOperator(String operator)
operator
- the operator.public String getValue()
public void setValue(String value)
value
- the value, in string format.public String getRightParentheses()
public void setRightParentheses(String rightParentheses)
rightParentheses
- the right parentheses string.public String getLogicalOperator()
IQueryFilter.FILTER_CONCATENATION_AND
or
IQueryFilter.FILTER_CONCATENATION_OR
.public void setLogicalOperator(String logicalOperator)
logicalOperator
- IQueryFilter.FILTER_CONCATENATION_AND
or
IQueryFilter.FILTER_CONCATENATION_OR
.public int getPosition()
public void setPosition(int position)
position
- the position.public DatabaseViewGroupConfig getGroupConfig()
public void setGroupConfig(DatabaseViewGroupConfig groupConfig)
groupConfig
- the group configuration.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |