Class DefaultTablespace
java.lang.Object
io.ebeaninternal.dbmigration.migration.DefaultTablespace
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="tables" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="indexes" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="history" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the history property.Gets the value of the indexes property.Gets the value of the tables property.voidsetHistory(String value) Sets the value of the history property.voidsetIndexes(String value) Sets the value of the indexes property.voidSets the value of the tables property.
-
Constructor Details
-
DefaultTablespace
public DefaultTablespace()
-
-
Method Details
-
getTables
Gets the value of the tables property.- Returns:
- possible object is
String
-
setTables
Sets the value of the tables property.- Parameters:
value- allowed object isString
-
getIndexes
Gets the value of the indexes property.- Returns:
- possible object is
String
-
setIndexes
Sets the value of the indexes property.- Parameters:
value- allowed object isString
-
getHistory
Gets the value of the history property.- Returns:
- possible object is
String
-
setHistory
Sets the value of the history property.- Parameters:
value- allowed object isString
-