|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.persist.value.Constraint
Constructor Summary | |
Constraint()
|
Method Summary | |
java.lang.String |
getBetweenMax()
Gets the BetweenMax attribute of the Constraint object |
java.lang.String |
getBetweenMin()
Gets the BetweenMin attribute of the Constraint object |
java.lang.String |
getDomainProperty()
Gets the DomainProperty attribute of the Constraint object |
java.lang.String |
getEquals()
Gets the Equals attribute of the Constraint object |
java.lang.String |
getGreaterOrEqual()
Gets the GreaterOrEqual attribute of the Constraint object |
java.lang.String |
getGreaterThan()
Gets the GreaterThan attribute of the Constraint object |
java.lang.String |
getLessOrEqual()
Gets the LessOrEqual attribute of the Constraint object |
java.lang.String |
getLessThan()
Gets the LessThan attribute of the Constraint object |
java.lang.String |
getLike()
Gets the Like attribute of the Constraint object |
java.lang.String |
getMatches()
Gets the Matches attribute of the Constraint object |
java.lang.String |
getNot()
Gets the Not attribute of the Constraint object |
java.lang.String |
getNotEquals()
Gets the NotEquals attribute of the Constraint object |
boolean |
hasBetweenMax()
|
boolean |
hasBetweenMin()
|
boolean |
hasDomainProperty()
|
boolean |
hasEquals()
|
boolean |
hasGreaterOrEqual()
|
boolean |
hasGreaterThan()
|
boolean |
hasLessOrEqual()
|
boolean |
hasLessThan()
|
boolean |
hasLike()
|
boolean |
hasMatches()
|
boolean |
hasNot()
|
boolean |
hasNotEquals()
|
void |
setBetweenMax(java.lang.String value)
Sets the BetweenMax attribute of the Constraint object |
void |
setBetweenMin(java.lang.String value)
Sets the BetweenMin attribute of the Constraint object |
void |
setDomainProperty(java.lang.String value)
Sets the DomainProperty attribute of the Constraint object |
void |
setEquals(java.lang.String value)
Sets the Equals attribute of the Constraint object |
void |
setGreaterOrEqual(java.lang.String value)
Sets the GreaterOrEqual attribute of the Constraint object |
void |
setGreaterThan(java.lang.String value)
Sets the GreaterThan attribute of the Constraint object |
void |
setLessOrEqual(java.lang.String value)
Sets the LessOrEqual attribute of the Constraint object |
void |
setLessThan(java.lang.String value)
Sets the LessThan attribute of the Constraint object |
void |
setLike(java.lang.String value)
Sets the Like attribute of the Constraint object |
void |
setMatches(java.lang.String value)
Sets the Matches attribute of the Constraint object |
void |
setNot(java.lang.String value)
Sets the Not attribute of the Constraint object |
void |
setNotEquals(java.lang.String value)
Sets the NotEquals attribute of the Constraint object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Constraint()
Method Detail |
public void setNot(java.lang.String value)
value
- The new Not valuepublic void setBetweenMax(java.lang.String value)
value
- The new BetweenMax valuepublic void setBetweenMin(java.lang.String value)
value
- The new BetweenMin valuepublic void setNotEquals(java.lang.String value)
value
- The new NotEquals valuepublic void setMatches(java.lang.String value)
value
- The new Matches valuepublic void setLike(java.lang.String value)
value
- The new Like valuepublic void setLessThan(java.lang.String value)
value
- The new LessThan valuepublic void setLessOrEqual(java.lang.String value)
value
- The new LessOrEqual valuepublic void setGreaterThan(java.lang.String value)
value
- The new GreaterThan valuepublic void setGreaterOrEqual(java.lang.String value)
value
- The new GreaterOrEqual valuepublic void setEquals(java.lang.String value)
value
- The new Equals valuepublic void setDomainProperty(java.lang.String value)
value
- The new DomainProperty valuepublic java.lang.String getNot()
public java.lang.String getBetweenMax()
public java.lang.String getBetweenMin()
public java.lang.String getNotEquals()
public java.lang.String getMatches()
public java.lang.String getLike()
public java.lang.String getLessThan()
public java.lang.String getLessOrEqual()
public java.lang.String getGreaterThan()
public java.lang.String getGreaterOrEqual()
public java.lang.String getEquals()
public java.lang.String getDomainProperty()
public boolean hasNot()
public boolean hasBetweenMax()
public boolean hasBetweenMin()
public boolean hasNotEquals()
public boolean hasMatches()
public boolean hasLike()
public boolean hasLessThan()
public boolean hasLessOrEqual()
public boolean hasGreaterThan()
public boolean hasGreaterOrEqual()
public boolean hasEquals()
public boolean hasDomainProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |