Uses of Class
biweekly.property.Summary

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

Uses of Summary in biweekly.component
 

Methods in biweekly.component that return Summary
 Summary VTodo.getSummary()
          Gets the summary of the to-do.
 Summary VJournal.getSummary()
          Gets the summary of the journal entry.
 Summary VEvent.getSummary()
          Gets the summary of the event.
 Summary VAlarm.getSummary()
           Gets the summary of the alarm.
 Summary VTodo.setSummary(String summary)
          Sets the summary of the to-do.
 Summary VJournal.setSummary(String summary)
          Sets the summary of the journal entry.
 Summary VEvent.setSummary(String summary)
          Sets the summary of the event.
 Summary VAlarm.setSummary(String summary)
           Sets the summary of the alarm.
 

Methods in biweekly.component with parameters of type Summary
 void VTodo.setSummary(Summary summary)
          Sets the summary of the to-do.
 void VJournal.setSummary(Summary summary)
          Sets the summary of the journal entry.
 void VEvent.setSummary(Summary summary)
          Sets the summary of the event.
 void VAlarm.setSummary(Summary summary)
           Sets the summary of the alarm.
 

Uses of Summary in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Summary
protected  Summary SummaryMarshaller.newInstance(String value)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.