|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.wikitty.search.Restriction
public class Restriction
This element is a symbolic interface implemented by all operators used to request contents (And, Or, Not, Equals, NotEquals, EndsWith, ...).
| Field Summary | |
|---|---|
protected RestrictionName |
name
|
| Constructor Summary | |
|---|---|
Restriction()
Default constructor |
|
Restriction(RestrictionName name)
Constructor with all parameters initialized |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
Equality test based attributes values |
RestrictionName |
getName()
Return name |
int |
hashCode()
|
void |
setName(RestrictionName name)
Set a value to parameter name. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RestrictionName name
| Constructor Detail |
|---|
public Restriction()
public Restriction(RestrictionName name)
name - | Method Detail |
|---|
public RestrictionName getName()
public void setName(RestrictionName name)
name - public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - Value to comparepublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||