public abstract class TherapeuticLinkRequestType extends Object implements Serializable
Constructor and Description |
---|
TherapeuticLinkRequestType() |
TherapeuticLinkRequestType(String id,
Date date,
Author author,
TherapeuticLink link,
Proof... proofs)
Deprecated.
|
TherapeuticLinkRequestType(String id,
org.joda.time.DateTime date,
Author author,
TherapeuticLink link,
Proof... proofs) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Author |
getAuthor() |
Date |
getDate()
Deprecated.
|
org.joda.time.DateTime |
getDateTime() |
String |
getID() |
TherapeuticLink |
getLink() |
List<Proof> |
getProofs() |
int |
hashCode() |
void |
setLink(TherapeuticLink link) |
void |
setProofs(List<Proof> proofs) |
String |
toString() |
public TherapeuticLinkRequestType()
@Deprecated public TherapeuticLinkRequestType(String id, Date date, Author author, TherapeuticLink link, Proof... proofs)
id
- date
- author
- link
- proof
- public TherapeuticLinkRequestType(String id, org.joda.time.DateTime date, Author author, TherapeuticLink link, Proof... proofs)
id
- date
- author
- link
- proof
- public TherapeuticLink getLink()
public void setLink(TherapeuticLink link)
link
- the link to setpublic String getID()
public Author getAuthor()
@Deprecated public Date getDate()
public org.joda.time.DateTime getDateTime()
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.