|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableDataPilotMember
public class TableDataPilotMember
Field Summary | |
---|---|
protected String |
tableDisplay
|
protected String |
tableDisplayDetails
|
protected String |
tableName
|
Constructor Summary | |
---|---|
TableDataPilotMember()
|
Method Summary | |
---|---|
String |
getTableDisplay()
Gets the value of the tableDisplay property. |
String |
getTableDisplayDetails()
Gets the value of the tableDisplayDetails property. |
String |
getTableName()
Gets the value of the tableName property. |
void |
setTableDisplay(String value)
Sets the value of the tableDisplay property. |
void |
setTableDisplayDetails(String value)
Sets the value of the tableDisplayDetails property. |
void |
setTableName(String value)
Sets the value of the tableName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String tableDisplay
protected String tableDisplayDetails
protected String tableName
Constructor Detail |
---|
public TableDataPilotMember()
Method Detail |
---|
public String getTableDisplay()
String
public String getTableDisplayDetails()
String
public String getTableName()
String
public void setTableDisplay(String value)
value
- allowed object is String
public void setTableDisplayDetails(String value)
value
- allowed object is String
public void setTableName(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |