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 IntegergetAgeDays()Return the maximum age in date.StringgetDataType()DategetMaxAge()longgetRowCount()voidsetDataType(String dataType)voidsetMaxAge(Date maxAge)voidsetRowCount(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
-
-