All Packages This Package Class Hierarchy Class Search Index
Class grendel.composition.Addressee
java.lang.Object | +----grendel.composition.Addressee
public class Addressee extends java.lang.Object { // Fields 11 public static final int BCC; public static final int CC; public static final int FOLLOWUP_TO; public static final int GROUP; public static final int REPLY_TO; private static final String ResourceFile; public static final int TO; private String mAddress; private int mDelivery; public static final String[] mDeliveryStr; private ResourceBundle resources; // Constructors 3 public Addressee(); public Addressee(String, int); public Addressee(Address, int); // Methods 10 public String deliveryString(); protected static int deliveryToInt(String); public static String deliveryToString(int); public int getDelivery(); public static String getDeliveryTitle(); public static String getLongestString(); public String getText(); public void init(String, int); public void setDelivery(int); public void setText(String); }
Fields
ResourceFile
private static final String ResourceFile
TO
public static final int TO
CC
public static final int CC
BCC
public static final int BCC
GROUP
public static final int GROUP
REPLY_TO
public static final int REPLY_TO
FOLLOWUP_TO
public static final int FOLLOWUP_TO
mDeliveryStr
public static final String[] mDeliveryStr
mAddress
private String mAddress
mDelivery
private int mDelivery
resources
private ResourceBundle resources
Constructors
Addressee
public Addressee(String aAddress, int aDelivery)
Addressee
public Addressee()
Addressee
public Addressee(Address addr, int delivery)
Methods
init
public void init(String aAddress, int aDelivery)
getText
public String getText()
setText
public void setText(String aAddress)
getDelivery
public int getDelivery()
setDelivery
public void setDelivery(int aDelivery)
deliveryString
public String deliveryString()
getLongestString
public static String getLongestString()
getDeliveryTitle
public static String getDeliveryTitle()
deliveryToString
public static String deliveryToString(int aDelivery)
deliveryToInt
protected static int deliveryToInt(String deliverString)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4