|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.therlink.domain.TherapeuticLinkRequestType
be.ehealth.businessconnector.therlink.domain.requests.PutTherapeuticLinkRequest
public class PutTherapeuticLinkRequest
A PutTherapeuticLinkRequest class
Constructor Summary | |
---|---|
PutTherapeuticLinkRequest(org.joda.time.DateTime date,
String id,
Author author)
This constructor should only be used for responses mapping |
|
PutTherapeuticLinkRequest(org.joda.time.DateTime date,
String id,
Author author,
TherapeuticLink link,
Proof... proofs)
|
|
PutTherapeuticLinkRequest(String id,
Date date,
Author author)
Deprecated. |
|
PutTherapeuticLinkRequest(String id,
Date date,
Author author,
TherapeuticLink link,
Proof... proofs)
Deprecated. |
Method Summary |
---|
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 |
---|
@Deprecated public PutTherapeuticLinkRequest(String id, Date date, Author author, TherapeuticLink link, Proof... proofs)
id
- date
- author
- link
- proofs
- public PutTherapeuticLinkRequest(org.joda.time.DateTime date, String id, Author author, TherapeuticLink link, Proof... proofs)
id
- date
- author
- link
- proofs
- @Deprecated public PutTherapeuticLinkRequest(String id, Date date, Author author)
id
- date
- author
- link
- proofs
- public PutTherapeuticLinkRequest(org.joda.time.DateTime date, String id, Author author)
id
- date
- author
- link
- proofs
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |