|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableSourceService
public class TableSourceService
Field Summary | |
---|---|
protected String |
tableName
|
protected String |
tableObjectName
|
protected String |
tablePassword
|
protected String |
tableSourceName
|
protected String |
tableUsername
|
Constructor Summary | |
---|---|
TableSourceService()
|
Method Summary | |
---|---|
String |
getTableName()
Gets the value of the tableName property. |
String |
getTableObjectName()
Gets the value of the tableObjectName property. |
String |
getTablePassword()
Gets the value of the tablePassword property. |
String |
getTableSourceName()
Gets the value of the tableSourceName property. |
String |
getTableUsername()
Gets the value of the tableUsername property. |
void |
setTableName(String value)
Sets the value of the tableName property. |
void |
setTableObjectName(String value)
Sets the value of the tableObjectName property. |
void |
setTablePassword(String value)
Sets the value of the tablePassword property. |
void |
setTableSourceName(String value)
Sets the value of the tableSourceName property. |
void |
setTableUsername(String value)
Sets the value of the tableUsername property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String tableName
protected String tableObjectName
protected String tablePassword
protected String tableSourceName
protected String tableUsername
Constructor Detail |
---|
public TableSourceService()
Method Detail |
---|
public String getTableName()
String
public String getTableObjectName()
String
public String getTablePassword()
String
public String getTableSourceName()
String
public String getTableUsername()
String
public void setTableName(String value)
value
- allowed object is String
public void setTableObjectName(String value)
value
- allowed object is String
public void setTablePassword(String value)
value
- allowed object is String
public void setTableSourceName(String value)
value
- allowed object is String
public void setTableUsername(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |