com.syncbuilder.storage.mail
Class SyncPref

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

public final class SyncPref
extends Pref

See Also:
Serialized Form

Field Summary
 java.lang.String filterFrom
           
 java.lang.String filterSubject
           
 java.lang.String filterTo
           
 boolean getContaining
           
 boolean getHigh
           
 sync syncType
           
 boolean truncate
           
 
Fields inherited from class com.syncbuilder.storage.Pref
backed_up, creator, id, version
 
Fields inherited from class com.syncbuilder.storage.Block
raw
 
Constructor Summary
SyncPref()
           
SyncPref(boolean local)
           
SyncPref(byte[] contents, Char4 creator, 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

syncType

public sync syncType

getHigh

public boolean getHigh

getContaining

public boolean getContaining

truncate

public boolean truncate

filterTo

public java.lang.String filterTo

filterFrom

public java.lang.String filterFrom

filterSubject

public java.lang.String filterSubject
Constructor Detail

SyncPref

public SyncPref()

SyncPref

public SyncPref(boolean local)

SyncPref

public SyncPref(byte[] contents,
                Char4 creator,
                int id,
                int version,
                boolean backup)
Method Detail

fill

public void fill()
Overrides:
fill in class Block

unpack

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

pack

public byte[] pack()
Overrides:
pack 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.