|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableMovementCutOff
public class TableMovementCutOff
Field Summary | |
---|---|
protected String |
tableEndPosition
|
protected String |
tableId
|
protected String |
tablePosition
|
protected String |
tableStartPosition
|
Constructor Summary | |
---|---|
TableMovementCutOff()
|
Method Summary | |
---|---|
String |
getTableEndPosition()
Gets the value of the tableEndPosition property. |
String |
getTableId()
Gets the value of the tableId property. |
String |
getTablePosition()
Gets the value of the tablePosition property. |
String |
getTableStartPosition()
Gets the value of the tableStartPosition property. |
void |
setTableEndPosition(String value)
Sets the value of the tableEndPosition property. |
void |
setTableId(String value)
Sets the value of the tableId property. |
void |
setTablePosition(String value)
Sets the value of the tablePosition property. |
void |
setTableStartPosition(String value)
Sets the value of the tableStartPosition property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String tableEndPosition
protected String tableId
protected String tablePosition
protected String tableStartPosition
Constructor Detail |
---|
public TableMovementCutOff()
Method Detail |
---|
public String getTableEndPosition()
String
public String getTableId()
String
public String getTablePosition()
String
public String getTableStartPosition()
String
public void setTableEndPosition(String value)
value
- allowed object is String
public void setTableId(String value)
value
- allowed object is String
public void setTablePosition(String value)
value
- allowed object is String
public void setTableStartPosition(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |