com.syncbuilder.storage.todo
Class AppBlock

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

public class AppBlock
extends CategoryAppBlock

The AppBlock for the PalmPilot's To-Do Application.

See Also:
Serialized Form

Field Summary
 boolean dirty
           
 boolean sortByPriority
           
 
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()
           
 boolean equals(java.lang.Object other)
           
 byte[] pack()
           
 void unpack(byte[] data)
           
 
Methods inherited from class com.syncbuilder.storage.CategoryAppBlock
fill, 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

sortByPriority

public boolean sortByPriority

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

equals

public boolean equals(java.lang.Object other)
Overrides:
equals 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.