Uses of Class
biweekly.property.Uid

Packages that use Uid
biweekly.component   
biweekly.property   
biweekly.property.marshaller   
 

Uses of Uid in biweekly.component
 

Methods in biweekly.component that return Uid
 Uid VTodo.getUid()
          Gets the unique identifier for this to-do.
 Uid VJournal.getUid()
          Gets the unique identifier for this journal entry.
 Uid VFreeBusy.getUid()
          Gets the unique identifier for this free/busy entry.
 Uid VEvent.getUid()
          Gets the unique identifier for this event.
 Uid VTodo.setUid(String uid)
          Sets the unique identifier for this to-do.
 Uid VJournal.setUid(String uid)
          Sets the unique identifier for this journal entry.
 Uid VFreeBusy.setUid(String uid)
          Sets the unique identifier for this free/busy entry.
 Uid VEvent.setUid(String uid)
          Sets the unique identifier for this event.
 

Methods in biweekly.component with parameters of type Uid
 void VTodo.setUid(Uid uid)
          Sets the unique identifier for this to-do.
 void VJournal.setUid(Uid uid)
          Sets the unique identifier for this journal entry.
 void VFreeBusy.setUid(Uid uid)
          Sets the unique identifier for this free/busy entry.
 void VEvent.setUid(Uid uid)
          Sets the unique identifier for this event.
 

Uses of Uid in biweekly.property
 

Methods in biweekly.property that return Uid
static Uid Uid.random()
          Creates a UID property that contains a random UID.
 

Uses of Uid in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Uid
protected  Uid UidMarshaller.newInstance(String value)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.