Class TableInfo
java.lang.Object
ru.bitel.bgbilling.modules.dba.common.bean.TableInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
void
setAutoArchive
(int autoArchive) void
setComponentId
(int componentId) void
setComponentName
(String componentName) void
setInArchive
(boolean inArchive) void
setTableName
(String tableName)
-
Constructor Details
-
TableInfo
public TableInfo()
-
-
Method Details
-
getTableName
-
setTableName
-
getComponentName
-
setComponentName
-
getComponentId
public int getComponentId() -
setComponentId
public void setComponentId(int componentId) -
getAutoArchive
public int getAutoArchive() -
setAutoArchive
public void setAutoArchive(int autoArchive) -
isInArchive
public boolean isInArchive() -
setInArchive
public void setInArchive(boolean inArchive)
-