com.syncbuilder.storage.expense
Class Pref

java.lang.Object
  |
  +--com.syncbuilder.storage.Block
        |
        +--com.syncbuilder.storage.Pref
              |
              +--com.syncbuilder.storage.expense.Pref

public class Pref
extends Pref

See Also:
Serialized Form

Field Summary
 boolean allowQuickFill
           
 int[] currencies
           
 int currentCategory
           
 int defaultCategory
           
 int noteFont
           
 boolean saveBackup
           
 boolean showAllCategories
           
 boolean showCurrency
           
 distance unitOfDistance
           
 
Fields inherited from class com.syncbuilder.storage.Pref
backed_up, creator, id, version
 
Fields inherited from class com.syncbuilder.storage.Block
raw
 
Constructor Summary
Pref()
           
Pref(byte[] contents, int id, int version, boolean backup)
           
 
Method Summary
 java.lang.String describe()
           
 void fill()
           
 byte[] pack()
           
 void unpack(byte[] data)
           
 
Methods inherited from class com.syncbuilder.storage.Block
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

currentCategory

public int currentCategory

defaultCategory

public int defaultCategory

noteFont

public int noteFont

showAllCategories

public boolean showAllCategories

showCurrency

public boolean showCurrency

saveBackup

public boolean saveBackup

allowQuickFill

public boolean allowQuickFill

unitOfDistance

public distance unitOfDistance

currencies

public int[] currencies
Constructor Detail

Pref

public Pref()

Pref

public Pref(byte[] contents,
            int id,
            int version,
            boolean backup)
Method Detail

unpack

public void unpack(byte[] data)
Overrides:
unpack in class Block

pack

public byte[] pack()
Overrides:
pack in class Block

fill

public void fill()
Overrides:
fill in class Block

describe

public java.lang.String describe()
Overrides:
describe in class Pref


This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.