org.gnu.pilotlink
Class AddressAppInfo
java.lang.Object
org.gnu.pilotlink.AppInfo
org.gnu.pilotlink.AddressAppInfo
public class AddressAppInfo
- extends AppInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, wait, wait, wait |
AddressAppInfo
public AddressAppInfo()
AddressAppInfo
public AddressAppInfo(AppInfo ai)
- Parameters:
ai
-
setBuffer
public void setBuffer(byte[] b)
- Specified by:
setBuffer
in class AppInfo
getBuffer
public byte[] getBuffer()
- Specified by:
getBuffer
in class AppInfo
getCountry
public int getCountry()
- Returns:
- Returns the country.
setCountry
public void setCountry(int country)
- Parameters:
country
- The country to set.
getLabelRenamed
public boolean getLabelRenamed(int i)
- Returns:
- Returns the labelRenamed.
setLabelRenamed
public void setLabelRenamed(int i,
boolean labelRenamed)
- Parameters:
labelRenamed
- The labelRenamed to set.
getLabel
public java.lang.String getLabel(int i)
- Returns:
- Returns the labels.
setLabel
public void setLabel(int i,
java.lang.String labels)
- Parameters:
labels
- The labels to set.
getPhoneLabel
public java.lang.String getPhoneLabel(int i)
- Returns:
- Returns the phoneLabels.
setPhoneLabels
public void setPhoneLabels(int i,
java.lang.String phoneLabel)
- Parameters:
phoneLabels
- The phoneLabels to set.
isSortByCompany
public boolean isSortByCompany()
- Returns:
- Returns the sortByCompany.
setSortByCompany
public void setSortByCompany(boolean sortByCompany)
- Parameters:
sortByCompany
- The sortByCompany to set.