public class WithIndex
extends java.lang.Object
| Constructor and Description |
|---|
WithIndex()
Instantiates a new with index.
|
| Modifier and Type | Method and Description |
|---|---|
WithIndexJoin |
getAnd()
Gets the and.
|
Equal |
getEqual()
Gets the equal.
|
java.lang.String |
getId()
Gets the id.
|
void |
setAnd(WithIndexJoin and)
Sets the and.
|
void |
setEqual(Equal equal)
Sets the equal.
|
void |
setId(java.lang.String id)
Sets the id.
|
java.lang.String |
toString() |
public WithIndexJoin getAnd()
public Equal getEqual()
public java.lang.String getId()
public void setAnd(WithIndexJoin and)
and - the new andpublic void setEqual(Equal equal)
equal - the new equalpublic void setId(java.lang.String id)
id - the new idpublic java.lang.String toString()
toString in class java.lang.Object