|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.ehbox.api.domain.Addressee
public class Addressee
Addressee Class definition.
Constructor Summary | |
---|---|
Addressee(IdentifierType type)
Instantiates a new Addressee. |
|
Addressee(String id,
IdentifierType helperType)
Instantiates a new addressee. |
|
Addressee(String id,
QualityType qualityType)
Instantiates a new addressee. |
Method Summary | |
---|---|
String |
getApplicationId()
|
String |
getFirstName()
|
String |
getId()
|
long |
getIdAsLong()
|
IdentifierType |
getIdentifierTypeHelper()
|
String |
getLastName()
|
String |
getOrganizationName()
|
String |
getPersonInOrganisation()
|
String |
getQuality()
|
String |
getSubType()
|
String |
getType()
|
boolean |
isOoOProcessed()
|
void |
setApplicationId(String applicationId)
|
void |
setFirstName(String firstName)
|
void |
setId(String id)
|
void |
setIdenfitierTypeHelper(IdentifierType helper)
|
void |
setLastName(String lastName)
|
void |
setOoOProcessed(boolean ooOProcessed)
|
void |
setOrganizationName(String organizationName)
|
void |
setPersonInOrganisation(String personInOrganisation)
|
void |
setQuality(QualityType quality)
|
void |
setQuality(String quality)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Addressee(String id, QualityType qualityType)
id
- qualityType
- public Addressee(String id, IdentifierType helperType)
id
- helperType
- public Addressee(IdentifierType type)
type
- Method Detail |
---|
public boolean isOoOProcessed()
public void setOoOProcessed(boolean ooOProcessed)
ooOProcessed
- the ooOProcessed to setpublic final String getId()
public final long getIdAsLong()
public final void setId(String id)
id
- the id to setpublic final String getType()
public final String getSubType()
public final String getQuality()
public final void setQuality(String quality)
quality
- the quality to setpublic void setQuality(QualityType quality)
quality
- public final String getApplicationId()
public final void setApplicationId(String applicationId)
applicationId
- the applicationId to setpublic final String getLastName()
public final void setLastName(String lastName)
lastName
- the lastName to setpublic final String getFirstName()
public final void setFirstName(String firstName)
firstName
- the firstName to setpublic final String getOrganizationName()
public final void setOrganizationName(String organizationName)
organizationName
- the organizationName to setpublic void setIdenfitierTypeHelper(IdentifierType helper)
helper
- public IdentifierType getIdentifierTypeHelper() throws EhboxBusinessConnectorException
EhboxBusinessConnectorException
- if identifier is nullpublic void setPersonInOrganisation(String personInOrganisation)
personInOrganisation
- the personInOrganisation to setpublic String getPersonInOrganisation()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |