|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableSortBy
public class TableSortBy
Field Summary | |
---|---|
protected String |
tableDataType
|
protected String |
tableFieldNumber
|
protected String |
tableOrder
|
Constructor Summary | |
---|---|
TableSortBy()
|
Method Summary | |
---|---|
String |
getTableDataType()
Gets the value of the tableDataType property. |
String |
getTableFieldNumber()
Gets the value of the tableFieldNumber property. |
String |
getTableOrder()
Gets the value of the tableOrder property. |
void |
setTableDataType(String value)
Sets the value of the tableDataType property. |
void |
setTableFieldNumber(String value)
Sets the value of the tableFieldNumber property. |
void |
setTableOrder(String value)
Sets the value of the tableOrder property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String tableDataType
protected String tableFieldNumber
protected String tableOrder
Constructor Detail |
---|
public TableSortBy()
Method Detail |
---|
public String getTableDataType()
String
public String getTableFieldNumber()
String
public String getTableOrder()
String
public void setTableDataType(String value)
value
- allowed object is String
public void setTableFieldNumber(String value)
value
- allowed object is String
public void setTableOrder(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |