public class HistoryRequest extends OMRSAPIRequest
| Constructor and Description |
|---|
HistoryRequest()
Default constructor
|
HistoryRequest(HistoryRequest template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
Date |
getAsOfTime()
Return the current type.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setAsOfTime(Date asOfTime)
Set up the current type
|
String |
toString()
Standard toString method.
|
public HistoryRequest()
public HistoryRequest(HistoryRequest template)
template - object to copypublic Date getAsOfTime()
public void setAsOfTime(Date asOfTime)
asOfTime - date timepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.