be.ehealth.businessconnector.therlink.domain.requests
Class GetTherapeuticLinkRequest

java.lang.Object
  extended by be.ehealth.businessconnector.therlink.domain.TherapeuticLinkRequestType
      extended by be.ehealth.businessconnector.therlink.domain.requests.GetTherapeuticLinkRequest
All Implemented Interfaces:
Serializable

public class GetTherapeuticLinkRequest
extends TherapeuticLinkRequestType

A GetTherapeuticLinkRequest class

See Also:
Serialized Form

Constructor Summary
GetTherapeuticLinkRequest(org.joda.time.DateTime date, String id, Author author, TherapeuticLink link, int maxRows, Proof... proofs)
           
GetTherapeuticLinkRequest(String id, Date date, Author author, TherapeuticLink link, int maxRows, Proof... proofs)
          Deprecated. 
 
Method Summary
 int getMaxRows()
           
 void setMaxRows(int maxRows)
           
 
Methods inherited from class be.ehealth.businessconnector.therlink.domain.TherapeuticLinkRequestType
equals, getAuthor, getDate, getDateTime, getID, getLink, getProofs, hashCode, setLink, setProofs, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetTherapeuticLinkRequest

@Deprecated
public GetTherapeuticLinkRequest(String id,
                                            Date date,
                                            Author author,
                                            TherapeuticLink link,
                                            int maxRows,
                                            Proof... proofs)
Deprecated. 

Parameters:
id -
date -
author -
link -
proofs -

GetTherapeuticLinkRequest

public GetTherapeuticLinkRequest(org.joda.time.DateTime date,
                                 String id,
                                 Author author,
                                 TherapeuticLink link,
                                 int maxRows,
                                 Proof... proofs)
Parameters:
id -
date -
author -
link -
proofs -
Method Detail

getMaxRows

public int getMaxRows()
Returns:
the maxRows

setMaxRows

public void setMaxRows(int maxRows)
Parameters:
maxRows - the maxRows to set



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