public class RecipientIdentification extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
digipostAddress |
protected NameAndAddress |
nameAndAddress |
protected String |
personalIdentificationNumber |
protected PrintDetails |
printDetails |
Constructor and Description |
---|
RecipientIdentification() |
RecipientIdentification(DigipostAddress digipostAddress) |
RecipientIdentification(DigipostAddress digipostAddress,
PrintDetails printDetails) |
RecipientIdentification(NameAndAddress nameAndAddress) |
RecipientIdentification(NameAndAddress nameAndAddress,
PrintDetails printDetails) |
RecipientIdentification(PersonalIdentificationNumber id) |
RecipientIdentification(PersonalIdentificationNumber id,
PrintDetails printDetails) |
RecipientIdentification(PrintDetails printDetails) |
Modifier and Type | Method and Description |
---|---|
String |
getDigipostAddress() |
NameAndAddress |
getNameAndAddress() |
String |
getPersonalIdentificationNumber() |
PrintDetails |
getPrintDetails() |
boolean |
isDirectPrint() |
protected NameAndAddress nameAndAddress
protected String digipostAddress
protected String personalIdentificationNumber
protected PrintDetails printDetails
public RecipientIdentification()
public RecipientIdentification(PersonalIdentificationNumber id)
public RecipientIdentification(DigipostAddress digipostAddress)
public RecipientIdentification(NameAndAddress nameAndAddress)
public RecipientIdentification(PersonalIdentificationNumber id, PrintDetails printDetails)
public RecipientIdentification(DigipostAddress digipostAddress, PrintDetails printDetails)
public RecipientIdentification(NameAndAddress nameAndAddress, PrintDetails printDetails)
public RecipientIdentification(PrintDetails printDetails)
public NameAndAddress getNameAndAddress()
public String getDigipostAddress()
public String getPersonalIdentificationNumber()
public PrintDetails getPrintDetails()
public boolean isDirectPrint()
Copyright © 2013 Digipost Open Source. All Rights Reserved.