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 Details

    • DataInfo

      public DataInfo()
  • Method Details

    • 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