WikittyQuery@Deprecated public class Between extends Restriction implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Element |
element
Deprecated.
|
protected String |
max
Deprecated.
|
protected String |
min
Deprecated.
|
name| Constructor and Description |
|---|
Between()
Deprecated.
Default constructor
|
Between(Element element,
String min,
String max)
Deprecated.
Constructor with all parameters initialized
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Deprecated.
Equality test based attributes values
|
Element |
getElement()
Deprecated.
Return element
|
String |
getMax()
Deprecated.
Return max
|
String |
getMin()
Deprecated.
Return min
|
int |
hashCode()
Deprecated.
|
void |
setElement(Element element)
Deprecated.
Set a value to parameter element.
|
void |
setMax(String max)
Deprecated.
Set a value to parameter max.
|
void |
setMin(String min)
Deprecated.
Set a value to parameter min.
|
getName, setNameprotected Element element
protected String min
protected String max
public Element getElement()
public void setElement(Element element)
element - public String getMin()
public void setMin(String min)
min - public String getMax()
public void setMax(String max)
max - public boolean equals(Object other)
equals in class Restrictionvalue - Value to comparepublic int hashCode()
hashCode in class RestrictionCopyright © 2009-2012 CodeLutin. All Rights Reserved.