public class PrintJournalsParams extends MessageParams
Constructor and Description |
---|
PrintJournalsParams(java.lang.String relvarName,
java.util.Date from,
java.util.Date to) |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getFrom()
Gets The start date of the log period to be printed
|
java.lang.String |
getRelvarName()
Gets The name of the relvar whose log entries are to be printed
|
java.util.Date |
getTo()
Gets The end date of the log period to be printed
|
public PrintJournalsParams(java.lang.String relvarName, java.util.Date from, java.util.Date to)
relvarName
- The name of the relvar whose log entries are to be printedfrom
- The start date of the log period to be printedto
- The end date of the log period to be printedpublic final java.util.Date getFrom()
public final java.lang.String getRelvarName()
public final java.util.Date getTo()