com.syncbuilder.storage.address
Class AppBlock

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

public class AppBlock
extends CategoryAppBlock

An AppBlock for the Address-Book application.

See Also:
Serialized Form

Field Summary
 int country
           
 java.lang.String[] label
           
 boolean[] label_renamed
           
 java.lang.String[] phone_label
           
 boolean sort_by_company
           
 
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

sort_by_company

public boolean sort_by_company

country

public int country

label

public java.lang.String[] label

phone_label

public java.lang.String[] phone_label

label_renamed

public boolean[] label_renamed
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.