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
protected  String mobileNumber
           
 
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> getLinks()
           
 String getMiddlename()
           
 Link getSelfLink()
           
protected  void setLinks(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
 

Field Detail

mobileNumber

protected String mobileNumber
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()

getLinks

protected List<Link> getLinks()

setLinks

protected void setLinks(List<Link> links)


Copyright © 2012 Digipost Open Source. All Rights Reserved.