public class Recipient extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Recipient.Type |
Modifier and Type | Field and Description |
---|---|
protected String |
address |
static String |
copyright |
protected Recipient.Type |
type |
Constructor and Description |
---|
Recipient() |
Recipient(Recipient.Type type,
String address) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
Recipient.Type |
getType() |
String |
getTypeString() |
void |
setAddress(String address) |
void |
setType(Recipient.Type type) |
void |
setTypeString(String type) |
public static final String copyright
protected Recipient.Type type
protected String address
public Recipient()
public Recipient(Recipient.Type type, String address)
public Recipient.Type getType()
public void setType(Recipient.Type type)
public String getAddress()
public void setAddress(String address)
public String getTypeString()
public void setTypeString(String type)