org.jSyncManager.API.Protocol.Util.StdApps
Class DateBookAppBlock
- Serializable
public class DateBookAppBlock
The application block parser for the DateBook application.
This class provides all of the parsing and access routines for the data
contained within the application block belonging to the DateBook handheld application.
protected void | generateData()- Generate the raw data block from the existing fields.
|
static String | getDatabaseName()- Returns the name of the database on the Palm this app block processes.
|
byte | getStartOfWeek()- Return the byte value for the start of the week.
|
protected void | parseFields()- Parse the data fields.
|
void | setStartOfWeek(byte newValue)- Set the value for the start of the week field.
|
addCategory, findCategoryInfo, findCategoryInfoByName, findCategoryInfoObject, getCategories, getCategoryInfo, getLastUniqueID, getNumCategories, getSortOrder, setCategoryInfo, setLastUniqueID, setSortOrder |
DateBookAppBlock
public DateBookAppBlock()
DateBookAppBlock default constructor.
DateBookAppBlock
public DateBookAppBlock(DLPBlock block)
throws ParseExceptionDateBookAppBlock constructor from DLPBlock.
This constructor will parse the DLPBlock data.
block - an application block from the Datebook database.
generateData
protected void generateData()
Generate the raw data block from the existing fields.
- generateData in interface DLPBlock
getDatabaseName
public static String getDatabaseName()
Returns the name of the database on the Palm this app block processes.
- the name of the database on the Palm this app block processes.
getStartOfWeek
public byte getStartOfWeek()
Return the byte value for the start of the week.
- the byte value for the start of the week.
setStartOfWeek
public void setStartOfWeek(byte newValue)
Set the value for the start of the week field.
newValue - the value for the start of the week field.