com.syncbuilder.storage.mail
Class AppBlock

java.lang.Object
  |
  +--com.syncbuilder.storage.Block
        |
        +--com.syncbuilder.storage.AppBlock
              |
              +--com.syncbuilder.storage.CategoryAppBlock
                    |
                    +--com.syncbuilder.storage.mail.AppBlock

public class AppBlock
extends CategoryAppBlock

See Also:
Serialized Form

Field Summary
 boolean dirty
           
 sort sortOrder
           
 RecordID unsentMessage
           
 
Fields inherited from class com.syncbuilder.storage.CategoryAppBlock
categoryID, categoryLastUniqueID, categoryName, categoryRenamed, LENGTH
 
Fields inherited from class com.syncbuilder.storage.Block
raw
 
Constructor Summary
AppBlock()
           
AppBlock(byte[] contents)
           
 
Method Summary
 java.lang.String describe()
           
 void fill()
           
 byte[] pack()
           
 void unpack(byte[] data)
           
 
Methods inherited from class com.syncbuilder.storage.CategoryAppBlock
equals, getCategoryName, packCategories
 
Methods inherited from class com.syncbuilder.storage.Block
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sortOrder

public sort sortOrder

unsentMessage

public RecordID unsentMessage

dirty

public boolean dirty
Constructor Detail

AppBlock

public AppBlock()

AppBlock

public AppBlock(byte[] contents)
Method Detail

unpack

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

pack

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

fill

public void fill()
Overrides:
fill in class CategoryAppBlock

describe

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


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