org.gnu.pilotlink
Class AddressAppInfo

java.lang.Object
  extended by org.gnu.pilotlink.AppInfo
      extended by org.gnu.pilotlink.AddressAppInfo

public class AddressAppInfo
extends AppInfo


Field Summary
 
Fields inherited from class org.gnu.pilotlink.AppInfo
bits, buffer, catCount, categories, dataOffset, id, isCatRenamed, lastUniqueID
 
Constructor Summary
AddressAppInfo(AppInfo ai)
           
AddressAppInfo()
           
 
Method Summary
 byte[] getBuffer()
           
 int getCountry()
           
 boolean getLabelRenamed(int i)
           
 java.lang.String getLabel(int i)
           
 java.lang.String getPhoneLabel(int i)
           
 boolean isSortByCompany()
           
 void setBuffer(byte[] b)
           
 void setCountry(int country)
           
 void setLabelRenamed(int i, boolean labelRenamed)
           
 void setLabel(int i, java.lang.String labels)
           
 void setPhoneLabels(int i, java.lang.String phoneLabel)
           
 void setSortByCompany(boolean sortByCompany)
           
 
Methods inherited from class org.gnu.pilotlink.AppInfo
createDefaultBuffer, getCatCount, getCatName, getStringAt, isCatRenamed, parseCategories, setCatName, setCatRenamed, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, wait, wait, wait
 

Constructor Detail

AddressAppInfo

public AddressAppInfo()

AddressAppInfo

public AddressAppInfo(AppInfo ai)
Parameters:
ai -
Method Detail

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.