|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.therlink.domain.HcParty
@Deprecated public class HcParty
This class represents a HcParty. if possible the class should be replaced by the hcParty from kmehrCommons in a future release.
Nested Class Summary | |
---|---|
static class |
HcParty.Builder
Deprecated. Builder class for HcParty |
Constructor Summary | |
---|---|
HcParty()
Deprecated. Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Deprecated. |
String |
getApplicationID()
Deprecated. |
String |
getCbe()
Deprecated. ids should be stored and retrieved as Kmehr id types in the ids list ( get/setIds ). |
List<CDHCPARTY> |
getCds()
Deprecated. |
String |
getEHP()
Deprecated. ids should be stored and retrieved as Kmehr id types in the ids list ( get/setIds ). |
String |
getFamilyName()
Deprecated. |
String |
getFirstName()
Deprecated. |
String |
getHubId()
Deprecated. ids should be stored and retrieved as Kmehr id types in the ids list ( get/setIds ). |
List<IDHCPARTY> |
getIds()
Deprecated. |
String |
getInss()
Deprecated. ids should be stored and retrieved as Kmehr id types in the ids list ( get/setIds ). |
String |
getName()
Deprecated. |
String |
getNihii()
Deprecated. ids should be stored and retrieved as Kmehr id types in the ids list ( get/setIds ). |
String |
getType()
Deprecated. /** Getter. |
int |
hashCode()
Deprecated. |
void |
setApplicationID(String value)
Deprecated. |
void |
setCbe(String cbe)
Deprecated. ids should be stored and retrieved as Kmehr id types in the ids list ( get/setIds ). |
void |
setCds(List<CDHCPARTY> cds)
Deprecated. |
void |
setEHP(String ehp)
Deprecated. ids should be stored and retrieved as Kmehr id types in the ids list ( get/setIds ). |
void |
setFamilyName(String familyName)
Deprecated. |
void |
setFirstName(String firstName)
Deprecated. |
void |
setHubId(String hubId)
Deprecated. ids should be stored and retrieved as Kmehr id types in the ids list ( get/setIds ). |
void |
setIds(List<IDHCPARTY> ids)
Deprecated. |
void |
setInss(String inss)
Deprecated. ids should be stored and retrieved as Kmehr id types in the ids list ( get/setIds ). |
void |
setName(String name)
Deprecated. |
void |
setNihii(String nihii)
Deprecated. ids should be stored and retrieved as Kmehr id types in the ids list ( get/setIds ). |
void |
setType(String type)
Deprecated. Setter. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HcParty()
Method Detail |
---|
public List<IDHCPARTY> getIds()
public void setIds(List<IDHCPARTY> ids)
ids
- the ids to setpublic List<CDHCPARTY> getCds()
public void setCds(List<CDHCPARTY> cds)
cds
- the cds to setpublic String getType()
public void setType(String type)
type
- the type to set@Deprecated public String getNihii()
@Deprecated public void setNihii(String nihii)
nihii
- the nihii to set@Deprecated public String getInss()
@Deprecated public void setInss(String inss)
inss
- the inss to set@Deprecated public String getHubId()
@Deprecated public void setHubId(String hubId)
hubId
- the hubId to set@Deprecated public void setEHP(String ehp)
string
- @Deprecated public String getEHP()
@Deprecated public String getCbe()
@Deprecated public void setCbe(String cbe)
cbe
- the cbe to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getFirstName()
public void setFirstName(String firstName)
firstName
- the firstName to setpublic String getFamilyName()
public void setFamilyName(String familyName)
familyName
- the familyName to setpublic boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
@Deprecated public String getApplicationID()
@Deprecated public void setApplicationID(String value)
value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |