gluu
公開メンバ関数 | 変数 | 非公開変数類 | 静的非公開変数類 | 全メンバ一覧
org.gluu.oxtrust.model.table.Cell クラス
org.gluu.oxtrust.model.table.Cell の継承関係図
Inheritance graph
org.gluu.oxtrust.model.table.Cell 連携図
Collaboration graph

公開メンバ関数

 Cell (int col, int row, String value)
 
int getCol ()
 
void setCol (int col)
 
int getRow ()
 
void setRow (int row)
 
String getValue ()
 
void setValue (String value)
 

変数

int row
 

非公開変数類

int col
 
String value
 

静的非公開変数類

static final long serialVersionUID = 2175016678917607494L
 

詳解

Table cell

著者
Yuriy Movchan Date: 02.15.2010

構築子と解体子

◆ Cell()

org.gluu.oxtrust.model.table.Cell.Cell ( int  col,
int  row,
String  value 
)
inline
23  {
24  this.col = col;
25  this.row = row;
26  this.value = value;
27  }
int row
Definition: Cell.java:20
int col
Definition: Cell.java:20
String value
Definition: Cell.java:21

関数詳解

◆ getCol()

int org.gluu.oxtrust.model.table.Cell.getCol ( )
inline
29  {
30  return col;
31  }
int col
Definition: Cell.java:20

◆ getRow()

int org.gluu.oxtrust.model.table.Cell.getRow ( )
inline
37  {
38  return row;
39  }
int row
Definition: Cell.java:20

◆ getValue()

String org.gluu.oxtrust.model.table.Cell.getValue ( )
inline
45  {
46  return value;
47  }
String value
Definition: Cell.java:21

◆ setCol()

void org.gluu.oxtrust.model.table.Cell.setCol ( int  col)
inline
33  {
34  this.col = col;
35  }
int col
Definition: Cell.java:20

◆ setRow()

void org.gluu.oxtrust.model.table.Cell.setRow ( int  row)
inline
41  {
42  this.row = row;
43  }
int row
Definition: Cell.java:20

◆ setValue()

void org.gluu.oxtrust.model.table.Cell.setValue ( String  value)
inline
49  {
50  this.value = value;
51  }
String value
Definition: Cell.java:21

メンバ詳解

◆ col

int org.gluu.oxtrust.model.table.Cell.col
private

◆ row

int org.gluu.oxtrust.model.table.Cell.row
package

◆ serialVersionUID

final long org.gluu.oxtrust.model.table.Cell.serialVersionUID = 2175016678917607494L
staticprivate

◆ value

String org.gluu.oxtrust.model.table.Cell.value
private

このクラス詳解は次のファイルから抽出されました: