public class JournalLoadInformation extends Object
Constructor and Description |
---|
JournalLoadInformation() |
JournalLoadInformation(int numberOfRecords,
long maxID) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getMaxID() |
int |
getNumberOfRecords() |
int |
hashCode() |
void |
setMaxID(long maxID) |
void |
setNumberOfRecords(int numberOfRecords) |
String |
toString() |
public JournalLoadInformation()
public JournalLoadInformation(int numberOfRecords, long maxID)
numberOfRecords
- maxID
- public int getNumberOfRecords()
public void setNumberOfRecords(int numberOfRecords)
numberOfRecords
- the numberOfRecords to setpublic long getMaxID()
public void setMaxID(long maxID)
maxID
- the maxID to setCopyright © 2018 JBoss by Red Hat. All rights reserved.