public class Configure extends Object
| 构造器和说明 |
|---|
Configure() |
| 限定符和类型 | 方法和说明 |
|---|---|
Configure |
copy()
Copy.
|
String |
getDatabase()
Gets the database.
|
String |
getFilePath()
Gets the file path.
|
String |
getGwtbase()
Gets the gwtbase.
|
String |
getNetFilePath()
Gets the net file path.
|
String |
getPackage()
Gets the package.
|
String |
getPath()
Gets the path.
|
String |
getSchema()
Gets the schema.
|
String |
getUseDocument()
Gets use document.
|
String |
getUseFieldIndex()
Gets use field index.
|
String |
getUseFieldStyle()
Gets use field style.
|
String |
getUseGwt()
Gets use gwt.
|
String |
getUseNutz()
Gets use nutz.
|
void |
setDatabase(String database)
Sets the database.
|
void |
setGwtbase(String gwtbase)
Sets the gwtbase.
|
void |
setNetFilePath(String netFilePath)
Sets the net file path.
|
void |
setPackage(String package1)
Sets the package.
|
void |
setPath(String path)
Sets the path.
|
void |
setSchema(String schema)
Sets the schema.
|
void |
setUseDocument(String useDocument)
Sets use document.
|
void |
setUseFieldIndex(String useFieldIndex)
Sets use field index.
|
void |
setUseFieldStyle(String useFieldStyle)
Sets use field style.
|
void |
setUseGwt(String useGwt)
Sets use gwt.
|
void |
setUseNutz(String useNutz)
Sets use nutz.
|
public String getUseGwt()
public void setUseGwt(String useGwt)
useGwt - the use gwtpublic String getUseDocument()
public void setUseDocument(String useDocument)
useDocument - the use documentpublic String getSchema()
public void setSchema(String schema)
schema - the new schemapublic String getDatabase()
public void setDatabase(String database)
database - the new databasepublic String getPackage()
public void setPackage(String package1)
package1 - the new packagepublic String getPath()
public void setPath(String path)
path - the new pathpublic String getFilePath()
public Configure copy()
public String getGwtbase()
public void setGwtbase(String gwtbase)
gwtbase - the gwtbase to setpublic String getNetFilePath()
public void setNetFilePath(String netFilePath)
netFilePath - the netFilePath to setpublic String getUseFieldStyle()
public void setUseFieldStyle(String useFieldStyle)
useFieldStyle - the use field stylepublic String getUseNutz()
public void setUseNutz(String useNutz)
useNutz - the use nutzpublic String getUseFieldIndex()
public void setUseFieldIndex(String useFieldIndex)
useFieldIndex - the use field indexCopyright © 2018. All rights reserved.