public class PrintDetails extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PrintDetails.PostType |
Modifier and Type | Field and Description |
---|---|
protected String |
postType |
protected PrintRecipient |
recipient |
protected PrintRecipient |
returnAddress |
Constructor and Description |
---|
PrintDetails() |
PrintDetails(PrintRecipient recipient,
PrintRecipient returnAddress,
PrintDetails.PostType postType) |
Modifier and Type | Method and Description |
---|---|
PrintDetails.PostType |
getPostType() |
PrintRecipient |
getRecipient() |
PrintRecipient |
getReturnAddress() |
protected PrintRecipient recipient
protected PrintRecipient returnAddress
protected String postType
public PrintDetails()
public PrintDetails(PrintRecipient recipient, PrintRecipient returnAddress, PrintDetails.PostType postType)
public PrintRecipient getRecipient()
public PrintRecipient getReturnAddress()
public PrintDetails.PostType getPostType()
Copyright © 2013 Digipost Open Source. All rights reserved.