superwaba.ext.ce.io.builtin
Class IAppointment

java.lang.Object
  |
  +--superwaba.ext.ce.io.builtin.IObject
        |
        +--superwaba.ext.ce.io.builtin.IAppointment

public class IAppointment
extends IObject

represents the eVC++ IAppointment interface of the Pocket Outlook Object Model


Constructor Summary
protected IAppointment(StringExt nativeString)
          calls the constructor of superclass IObject
 
Method Summary
 void delete()
          deletes this IObject on the PPC device this method has to be implemented according to the native library call that matches his datatype
 java.lang.String field(int position)
          this method must return the field name (from the corresponding i*Field Vectors of class Constant) of the given position
 int fields()
          this method must return the size of the corresponding i*Field Vector of the class Constant
 void refresh()
          refreshes the data fields of the IObject from the PPC device this method has to be implemented according to the native library call that matches his datatype
 void save()
          saves the data fields of the IObject to the PPC device this method has to be implemented according to the native library call that matches his datatype
 
Methods inherited from class superwaba.ext.ce.io.builtin.IObject
getIDate, getIRecipients, getIRecurrencePattern, getString, getValue, parseNativeString, reset, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IAppointment

protected IAppointment(StringExt nativeString)
calls the constructor of superclass IObject
Parameters:
nativeString -  
Method Detail

field

public java.lang.String field(int position)
Description copied from class: IObject
this method must return the field name (from the corresponding i*Field Vectors of class Constant) of the given position
Overrides:
field in class IObject
Tags copied from class: IObject
Parameters:
position - of the fieldname
Returns:
the name of the field

fields

public int fields()
Description copied from class: IObject
this method must return the size of the corresponding i*Field Vector of the class Constant
Overrides:
fields in class IObject
Tags copied from class: IObject
Returns:
the size of the fields

delete

public void delete()
Description copied from class: IObject
deletes this IObject on the PPC device this method has to be implemented according to the native library call that matches his datatype
Overrides:
delete in class IObject

refresh

public void refresh()
Description copied from class: IObject
refreshes the data fields of the IObject from the PPC device this method has to be implemented according to the native library call that matches his datatype
Overrides:
refresh in class IObject

save

public void save()
Description copied from class: IObject
saves the data fields of the IObject to the PPC device this method has to be implemented according to the native library call that matches his datatype
Overrides:
save in class IObject