Package org.duracloud.common.util
Class TableSpec
- java.lang.Object
-
- org.duracloud.common.util.TableSpec
-
public class TableSpec extends Object
-
-
Constructor Summary
Constructors Constructor Description TableSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDdl()StringgetPrimaryKey()StringgetTableName()intgetVersion()voidsetDdl(String ddl)voidsetPrimaryKey(String primaryKey)voidsetTableName(String tableName)
-
-
-
Method Detail
-
getPrimaryKey
public String getPrimaryKey()
-
setPrimaryKey
public void setPrimaryKey(String primaryKey)
-
getTableName
public String getTableName()
-
setTableName
public void setTableName(String tableName)
-
getDdl
public String getDdl()
-
setDdl
public void setDdl(String ddl)
-
getVersion
public int getVersion()
-
-