public class EntitySummaryResponse extends OMRSAPIResponse
exceptionClassName, exceptionErrorMessage, exceptionProperties, exceptionSystemAction, exceptionUserAction, relatedHTTPCode| Constructor and Description |
|---|
EntitySummaryResponse()
Default constructor
|
EntitySummaryResponse(EntitySummaryResponse 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.
|
EntitySummary |
getEntity()
Return the resulting entity object.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setEntity(EntitySummary entity)
Set up the resulting entity object.
|
String |
toString()
Standard toString method.
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic EntitySummaryResponse()
public EntitySummaryResponse(EntitySummaryResponse template)
template - object to copypublic EntitySummary getEntity()
public void setEntity(EntitySummary entity)
entity - entity objectpublic String toString()
toString in class OMRSAPIResponsepublic boolean equals(Object objectToCompare)
equals in class OMRSAPIResponseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class OMRSAPIResponseCopyright © 2018–2020 ODPi. All rights reserved.