public class RelatedEntitiesHistoricalFindRequest extends RelatedEntitiesFindRequest
| Constructor and Description |
|---|
RelatedEntitiesHistoricalFindRequest()
Default constructor
|
RelatedEntitiesHistoricalFindRequest(RelatedEntitiesHistoricalFindRequest 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 point in time for the search.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setAsOfTime(Date asOfTime)
Set up the point in time for the search.
|
String |
toString()
Standard toString method.
|
getEntityTypeGUIDs, getLimitResultsByClassification, setEntityTypeGUIDs, setLimitResultsByClassificationgetOffset, getPageSize, getSequencingOrder, getSequencingProperty, setOffset, setPageSize, setSequencingOrder, setSequencingPropertygetLimitResultsByStatus, setLimitResultsByStatuspublic RelatedEntitiesHistoricalFindRequest()
public RelatedEntitiesHistoricalFindRequest(RelatedEntitiesHistoricalFindRequest template)
template - object to copypublic Date getAsOfTime()
public void setAsOfTime(Date asOfTime)
asOfTime - date objectpublic String toString()
toString in class RelatedEntitiesFindRequestpublic boolean equals(Object objectToCompare)
equals in class RelatedEntitiesFindRequestobjectToCompare - supplied objectpublic int hashCode()
hashCode in class RelatedEntitiesFindRequestCopyright © 2018–2019 ODPi. All rights reserved.