com.adobe.icc.dbforms.obj
Class Statement

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.Statement
All Implemented Interfaces:
Serializable

public class Statement
extends Object
implements Serializable

Statement object that handles providing various search filters around APIs.
Used in conjunction with a Query.

See Also:
Serialized Form

Nested Class Summary
static class Statement.JoinOperator
           
static class Statement.Operator
           
 
Constructor Summary
Statement()
           
 
Method Summary
 String getAttributeName()
           
 Object getAttributeValue()
           
 Statement getInnerStatement()
           
 Statement.JoinOperator getJoinOperator()
           
 Statement.Operator getOperator()
           
 void setAttributeName(String attributeName)
           
 void setAttributeValue(Object attributeValue)
           
 void setInnerStatement(Statement innerStatement)
           
 void setJoinOperator(Statement.JoinOperator joinOperator)
           
 void setOperator(Statement.Operator operator)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statement

public Statement()
Method Detail

getAttributeName

public String getAttributeName()
Returns:
the attributeName

setAttributeName

public void setAttributeName(String attributeName)
Parameters:
attributeName - the attributeName to set

getAttributeValue

public Object getAttributeValue()
Returns:
the attributeValue

setAttributeValue

public void setAttributeValue(Object attributeValue)
Parameters:
attributeValue - the attributeValue to set

getOperator

public Statement.Operator getOperator()
Returns:
the operator

setOperator

public void setOperator(Statement.Operator operator)
Parameters:
operator - the operator to set

getInnerStatement

public Statement getInnerStatement()
Returns:
the innerStatment

setInnerStatement

public void setInnerStatement(Statement innerStatement)
Parameters:
innerStatment - the innerStatment to set

getJoinOperator

public Statement.JoinOperator getJoinOperator()
Returns:
the joinOperator

setJoinOperator

public void setJoinOperator(Statement.JoinOperator joinOperator)
Parameters:
joinOperator - the joinOperator to set


[an error occurred while processing this directive] [an error occurred while processing this directive]