be.fgov.ehealth.technicalconnector.ra.domain
Class Organization

java.lang.Object
  extended by be.fgov.ehealth.technicalconnector.ra.domain.Organization
All Implemented Interfaces:
Serializable

public final class Organization
extends Object
implements Serializable

Domain object on how to represent an organisation.

See Also:
Serialized Form

Constructor Summary
Organization()
           
Organization(String id, IdentifierType type, String name)
           
 
Method Summary
 String getId()
           
 ActorId getIdentifier()
           
 LocalizedText getLocalizedName()
           
 String getName()
           
 IdentifierType getType()
           
 void setId(String id)
           
 void setIdentifier(ActorId identifier)
           
 void setLocalizedName(LocalizedText localizedName)
           
 void setName(String name)
           
 void setType(IdentifierType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Organization

public Organization()

Organization

public Organization(String id,
                    IdentifierType type,
                    String name)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getType

public IdentifierType getType()

setType

public void setType(IdentifierType type)

setName

public void setName(String name)

getLocalizedName

public LocalizedText getLocalizedName()

setLocalizedName

public void setLocalizedName(LocalizedText localizedName)

getIdentifier

public ActorId getIdentifier()

setIdentifier

public void setIdentifier(ActorId identifier)

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.