Package com.avoka.fc.core.dao
Class DataRetentionInfoDao.SubStatusGroupInfo
java.lang.Object
com.avoka.fc.core.dao.DataRetentionInfoDao.SubStatusGroupInfo
- Enclosing class:
- DataRetentionInfoDao
Provides a submission status aggregation group info reporting class
- Since:
- 4.3.3
-
Constructor Summary
ConstructorDescriptionSubStatusGroupInfo
(Long count, String formStatus, String deliveryStatus, Date minAge) Create a submission status aggregation group info object with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionReturn the maximum age in date.getCount()
double
void
setPercentage
(double percent)
-
Constructor Details
-
SubStatusGroupInfo
Create a submission status aggregation group info object with the given parameters.- Parameters:
count
- the number of submissionsformStatus
- the form statusdeliveryStatus
- the delivery statusminAge
- the minimum age
-
-
Method Details
-
getCount
- Returns:
- the count
-
getFormStatus
- Returns:
- the formStatus
-
getDeliveryStatus
- Returns:
- the deliveryStatus
-
getMinAge
- Returns:
- the minAge
-
getAgeDays
Return the maximum age in date.- Returns:
- the maximum age in days
-
setPercentage
public void setPercentage(double percent) - Parameters:
percent
- the percentage number of total count
-
getPercentage
public double getPercentage()- Returns:
- percent the percentage number of total count
-