no.digipost.api.client.representations
Class PrintDetails

java.lang.Object
  extended by no.digipost.api.client.representations.PrintDetails

public class PrintDetails
extends Object


Nested Class Summary
static class PrintDetails.PostType
           
 
Field Summary
protected  String postType
           
protected  PrintRecipient recipient
           
protected  PrintRecipient returnAddress
           
 
Constructor Summary
PrintDetails()
           
PrintDetails(PrintRecipient recipient, PrintRecipient returnAddress, PrintDetails.PostType postType)
           
 
Method Summary
 PrintDetails.PostType getPostType()
           
 PrintRecipient getRecipient()
           
 PrintRecipient getReturnAddress()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recipient

protected PrintRecipient recipient

returnAddress

protected PrintRecipient returnAddress

postType

protected String postType
Constructor Detail

PrintDetails

public PrintDetails()

PrintDetails

public PrintDetails(PrintRecipient recipient,
                    PrintRecipient returnAddress,
                    PrintDetails.PostType postType)
Method Detail

getRecipient

public PrintRecipient getRecipient()

getReturnAddress

public PrintRecipient getReturnAddress()

getPostType

public PrintDetails.PostType getPostType()


Copyright © 2012 Digipost Open Source. All Rights Reserved.