public class AuditLogbookOptions extends Object
Constructor and Description |
---|
AuditLogbookOptions()
Constructor empty
|
AuditLogbookOptions(int nbDay,
int timesEachDay,
String type)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getNbDay() |
int |
getTimesEachDay() |
String |
getType() |
void |
setNbDay(int nbDay) |
void |
setTimesEachDay(int timesEachDay) |
void |
setType(String type) |
public AuditLogbookOptions()
public AuditLogbookOptions(int nbDay, int timesEachDay, String type)
nbDay
- type
- public int getNbDay()
public void setNbDay(int nbDay)
nbDay
- public String getType()
public void setType(String type)
type
- public int getTimesEachDay()
public void setTimesEachDay(int timesEachDay)
timesEachDay
- Copyright © 2018 Vitam. All rights reserved.