|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.intra_mart.foundation.workflow.administrator.model.OrderByModel
public class OrderByModel
ソート条件の情報モデルクラス。
【 各項目の必須/任意 】
ソート条件を保持するモデルのため、全て任意項目となります。
※DBと関連しないモデルです。
フィールドの概要 | |
---|---|
static String |
ORDER_BY_STR
Order By 文字列 |
static String |
SORT_TYPE_ASC
昇順 |
static String |
SORT_TYPE_DESC
降順 |
static String |
SPACE
スペース文字列 |
コンストラクタの概要 | |
---|---|
OrderByModel()
コンストラクタ ソート条件の情報モデルクラスを新しく生成します。 |
メソッドの概要 | |
---|---|
String |
getColumnName()
カラム名を取得します。 |
String |
getSortCondition()
ORDER BY 句に挿入する文字列を取得します。 |
String |
getSortType()
ソート種別("ASC" または、"DESC")を取得します。 |
void |
setColumnName(String columnName)
カラム名を設定します。 |
void |
setSortType(String sortType)
ソート種別("ASC" または、"DESC")を設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final String SORT_TYPE_ASC
public static final String SORT_TYPE_DESC
public static final String SPACE
public static final String ORDER_BY_STR
コンストラクタの詳細 |
---|
public OrderByModel()
メソッドの詳細 |
---|
public String getColumnName()
public void setColumnName(String columnName)
columnName
- カラム名public String getSortType()
public void setSortType(String sortType)
sortType
- ソート種別("ASC" または、"DESC")public String getSortCondition()
|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |