Package com.avoka.fc.core.dao
Class DataRetentionInfoDao.DataInfo
- java.lang.Object
-
- com.avoka.fc.core.dao.DataRetentionInfoDao.DataInfo
-
- Enclosing class:
- DataRetentionInfoDao
public static class DataRetentionInfoDao.DataInfo extends Object
Provides a Data Retention Info class.
-
-
Constructor Summary
Constructors Constructor Description DataInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getAgeDays()
Return the maximum age in date.String
getDataType()
Date
getMaxAge()
long
getRowCount()
void
setDataType(String dataType)
void
setMaxAge(Date maxAge)
void
setRowCount(long rowCount)
-
-
-
Method Detail
-
getDataType
public String getDataType()
- Returns:
- the dataType
-
setDataType
public void setDataType(String dataType)
- 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
public Date getMaxAge()
- Returns:
- the maxAge
-
setMaxAge
public void setMaxAge(Date maxAge)
- Parameters:
maxAge
- the maxAge to set
-
getAgeDays
public Integer getAgeDays()
Return the maximum age in date.- Returns:
- the maximum age in days
-
-