Class TableInfo
java.lang.Object
ru.bitel.bgbilling.modules.dba.common.bean.TableInfo
public class TableInfo
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TableInfo()
-
Method Summary
Modifier and Type Method Description int
getAutoArchive()
int
getComponentId()
java.lang.String
getComponentName()
java.lang.String
getTableName()
boolean
isInArchive()
void
setAutoArchive(int autoArchive)
void
setComponentId(int componentId)
void
setComponentName(java.lang.String componentName)
void
setInArchive(boolean inArchive)
void
setTableName(java.lang.String tableName)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TableInfo
public TableInfo()
-
-
Method Details
-
getTableName
public java.lang.String getTableName() -
setTableName
public void setTableName(java.lang.String tableName) -
getComponentName
public java.lang.String getComponentName() -
setComponentName
public void setComponentName(java.lang.String componentName) -
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)
-