Package com.avoka.fc.core.dao
Class DataRetentionInfoDao.DataInfo
java.lang.Object
com.avoka.fc.core.dao.DataRetentionInfoDao.DataInfo
- Enclosing class:
- DataRetentionInfoDao
Provides a Data Retention Info class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the maximum age in date.long
void
setDataType
(String dataType) void
void
setRowCount
(long rowCount)
-
Constructor Details
-
DataInfo
public DataInfo()
-
-
Method Details
-
getDataType
- Returns:
- the dataType
-
setDataType
- Parameters:
dataType
- the dataType to set
-
getRowCount
public long getRowCount()- Returns:
- the rowCount
-
setRowCount
public void setRowCount(long rowCount) - Parameters:
rowCount
- the rowCount to set
-
getMaxAge
- Returns:
- the maxAge
-
setMaxAge
- Parameters:
maxAge
- the maxAge to set
-
getAgeDays
Return the maximum age in date.- Returns:
- the maximum age in days
-