com.objectwave.persist.value
Class Constraint

java.lang.Object
  |
  +--com.objectwave.persist.value.Constraint

public class Constraint
extends java.lang.Object

Version:
$Id: Constraint.java,v 1.1 2001/10/03 14:59:03 dave_hoag Exp $
Author:
cson

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

Constraint

public Constraint()
Method Detail

setNot

public void setNot(java.lang.String value)
Sets the Not attribute of the Constraint object

Parameters:
value - The new Not value

setBetweenMax

public void setBetweenMax(java.lang.String value)
Sets the BetweenMax attribute of the Constraint object

Parameters:
value - The new BetweenMax value

setBetweenMin

public void setBetweenMin(java.lang.String value)
Sets the BetweenMin attribute of the Constraint object

Parameters:
value - The new BetweenMin value

setNotEquals

public void setNotEquals(java.lang.String value)
Sets the NotEquals attribute of the Constraint object

Parameters:
value - The new NotEquals value

setMatches

public void setMatches(java.lang.String value)
Sets the Matches attribute of the Constraint object

Parameters:
value - The new Matches value

setLike

public void setLike(java.lang.String value)
Sets the Like attribute of the Constraint object

Parameters:
value - The new Like value

setLessThan

public void setLessThan(java.lang.String value)
Sets the LessThan attribute of the Constraint object

Parameters:
value - The new LessThan value

setLessOrEqual

public void setLessOrEqual(java.lang.String value)
Sets the LessOrEqual attribute of the Constraint object

Parameters:
value - The new LessOrEqual value

setGreaterThan

public void setGreaterThan(java.lang.String value)
Sets the GreaterThan attribute of the Constraint object

Parameters:
value - The new GreaterThan value

setGreaterOrEqual

public void setGreaterOrEqual(java.lang.String value)
Sets the GreaterOrEqual attribute of the Constraint object

Parameters:
value - The new GreaterOrEqual value

setEquals

public void setEquals(java.lang.String value)
Sets the Equals attribute of the Constraint object

Parameters:
value - The new Equals value

setDomainProperty

public void setDomainProperty(java.lang.String value)
Sets the DomainProperty attribute of the Constraint object

Parameters:
value - The new DomainProperty value

getNot

public java.lang.String getNot()
Gets the Not attribute of the Constraint object

Returns:
The Not value

getBetweenMax

public java.lang.String getBetweenMax()
Gets the BetweenMax attribute of the Constraint object

Returns:
The BetweenMax value

getBetweenMin

public java.lang.String getBetweenMin()
Gets the BetweenMin attribute of the Constraint object

Returns:
The BetweenMin value

getNotEquals

public java.lang.String getNotEquals()
Gets the NotEquals attribute of the Constraint object

Returns:
The NotEquals value

getMatches

public java.lang.String getMatches()
Gets the Matches attribute of the Constraint object

Returns:
The Matches value

getLike

public java.lang.String getLike()
Gets the Like attribute of the Constraint object

Returns:
The Like value

getLessThan

public java.lang.String getLessThan()
Gets the LessThan attribute of the Constraint object

Returns:
The LessThan value

getLessOrEqual

public java.lang.String getLessOrEqual()
Gets the LessOrEqual attribute of the Constraint object

Returns:
The LessOrEqual value

getGreaterThan

public java.lang.String getGreaterThan()
Gets the GreaterThan attribute of the Constraint object

Returns:
The GreaterThan value

getGreaterOrEqual

public java.lang.String getGreaterOrEqual()
Gets the GreaterOrEqual attribute of the Constraint object

Returns:
The GreaterOrEqual value

getEquals

public java.lang.String getEquals()
Gets the Equals attribute of the Constraint object

Returns:
The Equals value

getDomainProperty

public java.lang.String getDomainProperty()
Gets the DomainProperty attribute of the Constraint object

Returns:
The DomainProperty value

hasNot

public boolean hasNot()
Returns:

hasBetweenMax

public boolean hasBetweenMax()
Returns:

hasBetweenMin

public boolean hasBetweenMin()
Returns:

hasNotEquals

public boolean hasNotEquals()
Returns:

hasMatches

public boolean hasMatches()
Returns:

hasLike

public boolean hasLike()
Returns:

hasLessThan

public boolean hasLessThan()
Returns:

hasLessOrEqual

public boolean hasLessOrEqual()
Returns:

hasGreaterThan

public boolean hasGreaterThan()
Returns:

hasGreaterOrEqual

public boolean hasGreaterOrEqual()
Returns:

hasEquals

public boolean hasEquals()
Returns:

hasDomainProperty

public boolean hasDomainProperty()
Returns: