Package org.ical4j.template.vlocation
Class Office
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Component
-
- net.fortuna.ical4j.model.component.VLocation
-
- org.ical4j.template.vlocation.Office
-
- All Implemented Interfaces:
Serializable
,net.fortuna.ical4j.model.FluentComponent
,net.fortuna.ical4j.model.PropertyContainer
,net.fortuna.ical4j.model.PropertyListAccessor
public class Office extends net.fortuna.ical4j.model.component.VLocation
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class net.fortuna.ical4j.model.component.VLocation
getDescription, getGeo, getLocationType, getNameProp, getStructuredData, getUid, newFactory, validate
-
Methods inherited from class net.fortuna.ical4j.model.Component
calculateRecurrenceSet, copy, equals, getFluentTarget, getName, getProperties, getPropertyList, getValue, hashCode, setPropertyList, toString, validate, validateProperties
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
Office
public Office(String name)
-
Office
public Office(net.fortuna.ical4j.vcard.VCard card)
-
-