be.ehealth.businessconnector.therlink.domain.responses
Class TherapeuticLinkResponse

java.lang.Object
  extended by be.ehealth.businessconnector.therlink.domain.TherapeuticLink
      extended by be.ehealth.businessconnector.therlink.domain.responses.TherapeuticLinkResponse
All Implemented Interfaces:
Serializable

public class TherapeuticLinkResponse
extends TherapeuticLink

TherapeuticLinkResponse

See Also:
Serialized Form

Nested Class Summary
static class TherapeuticLinkResponse.Builder
          Builder for the response
 
Constructor Summary
TherapeuticLinkResponse(Patient patient, HcParty hcParty, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<OperationContext> getOperationContexts()
           
static long getSerialversionuid()
           
 int hashCode()
           
 void setOperationContexts(List<OperationContext> operationContexts)
           
 
Methods inherited from class be.ehealth.businessconnector.therlink.domain.TherapeuticLink
getComment, getEndDate, getHcParty, getPatient, getStartDate, getStatus, getType, setComment, setEndDate, setHcParty, setPatient, setStartDate, setStatus, setType, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TherapeuticLinkResponse

public TherapeuticLinkResponse(Patient patient,
                               HcParty hcParty,
                               String type)
Parameters:
patient -
hcParty -
type -
Method Detail

getOperationContexts

public List<OperationContext> getOperationContexts()
Returns:
the operationContexts

setOperationContexts

public void setOperationContexts(List<OperationContext> operationContexts)
Parameters:
operationContexts - the operationContexts to set

getSerialversionuid

public static long getSerialversionuid()
Returns:
the serialversionuid

hashCode

public int hashCode()
Overrides:
hashCode in class TherapeuticLink

equals

public boolean equals(Object obj)
Overrides:
equals in class TherapeuticLink



Connector Business ORGPHARMACY 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.