no.digipost.api.client.representations
Class Recipient

java.lang.Object
  extended by no.digipost.api.client.representations.Representation
      extended by no.digipost.api.client.representations.Recipient

public class Recipient
extends Representation


Field Summary
 
Fields inherited from class no.digipost.api.client.representations.Representation
links
 
Constructor Summary
Recipient(String firstName, String middleName, String lastName, String digipostAddress, List<Address> addresses, Link... links)
           
 
Method Summary
 List<Address> getAddresses()
           
 String getDigipostAddress()
           
 String getFirstName()
           
 String getLastName()
           
protected  List<Link> getLink()
           
 String getMiddleName()
           
 Link getSelfLink()
           
protected  void setLink(List<Link> links)
           
 
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recipient

public Recipient(String firstName,
                 String middleName,
                 String lastName,
                 String digipostAddress,
                 List<Address> addresses,
                 Link... links)
Method Detail

getFirstName

public String getFirstName()

getMiddleName

public String getMiddleName()

getLastName

public String getLastName()

getDigipostAddress

public String getDigipostAddress()

getAddresses

public List<Address> getAddresses()

getSelfLink

public Link getSelfLink()

getLink

protected List<Link> getLink()

setLink

protected void setLink(List<Link> links)


Copyright © 2011 Digipost Open Source. All Rights Reserved.