|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjp.go.nict.langrid.dao.Order
public class Order
ソート順を格納する。
| コンストラクタの概要 | |
|---|---|
Order()
コンストラクタ。 |
|
Order(String fieldName,
OrderDirection direction)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
boolean |
equals(Object value)
|
OrderDirection |
getDirection()
ソート方向を返す。 |
String |
getFieldName()
fieldを返す。 |
int |
hashCode()
|
void |
setDirection(OrderDirection direction)
ソート方向を設定する。 |
void |
setFieldName(String field)
fieldを設定する。 |
String |
toString()
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Order()
public Order(String fieldName,
OrderDirection direction)
fieldName - ソートするフィールドdirection - ソート方向("ASCENDANT" or "DESCENDANT")| メソッドの詳細 |
|---|
public boolean equals(Object value)
Object 内の equalspublic int hashCode()
Object 内の hashCodepublic String toString()
Object 内の toStringpublic String getFieldName()
public void setFieldName(String field)
field - fieldpublic OrderDirection getDirection()
public void setDirection(OrderDirection direction)
direction - ソート方向
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||