|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filter
Method Summary | |
---|---|
java.lang.String |
getOperand1()
|
java.lang.String |
getOperand2()
|
java.lang.String |
getOperator()
|
FilterSet |
getParent()
|
java.lang.String |
getPart()
|
boolean |
hasOperand1()
|
boolean |
hasOperand2()
|
boolean |
hasOperator()
|
boolean |
hasParent()
|
boolean |
hasPart()
|
void |
setOperand1(java.lang.String operand1)
Sets the operand1. |
void |
setOperand2(java.lang.String operand2)
Sets the operand2. |
void |
setOperator(java.lang.String operator)
Sets the operator. |
void |
setParent(FilterSet parent)
|
void |
setPart(java.lang.String part)
Sets the part. |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Method Detail |
---|
FilterSet getParent() throws AttributeNotSetException
AttributeNotSetException
void setParent(FilterSet parent)
boolean hasParent()
java.lang.String getOperand1() throws AttributeNotSetException
AttributeNotSetException
void setOperand1(java.lang.String operand1) throws FilterException
operand1
- The operand1 to set
FilterException
boolean hasOperand1()
java.lang.String getOperand2() throws AttributeNotSetException
AttributeNotSetException
void setOperand2(java.lang.String operand2) throws FilterException
operand2
- The operand2 to set
FilterException
boolean hasOperand2()
java.lang.String getOperator() throws AttributeNotSetException
AttributeNotSetException
void setOperator(java.lang.String operator) throws FilterException
operator
- The operator to set
FilterException
boolean hasOperator()
java.lang.String getPart() throws AttributeNotSetException
AttributeNotSetException
void setPart(java.lang.String part) throws FilterException
part
- The part to set
FilterException
boolean hasPart()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |