com.u2d.calendar
Class CalendarEO

java.lang.Object
  extended by com.u2d.model.AbstractEObject
      extended by com.u2d.model.AbstractComplexEObject
          extended by com.u2d.calendar.CalendarEO
All Implemented Interfaces:
Calendarable, Searchable, ChangeNotifier, ComplexEObject, EObject, PostChangeNotifier, PropertyChangeNotifier, Typed, Viewable, PersistorListener, AppEventNotifier, ValidationNotifier, java.awt.datatransfer.Transferable, java.io.Serializable

public abstract class CalendarEO
extends AbstractComplexEObject
implements Calendarable

Created by IntelliJ IDEA. User: eitan Date: Dec 7, 2005 Time: 9:55:50 AM

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.u2d.model.AbstractComplexEObject
AbstractComplexEObject.EditState, AbstractComplexEObject.NullState, AbstractComplexEObject.ReadState, AbstractComplexEObject.TransientState
 
Field Summary
protected  Calendrier _calendar
           
 
Fields inherited from class com.u2d.model.AbstractComplexEObject
_associations, _changeSupport, _createdOn, _currentState, _editState, _nullState, _readState, _stateMap, _transientState, _type, commandOrderEditState, commandOrderReadState, commandOrderTransientState, readOnly
 
Fields inherited from class com.u2d.model.AbstractEObject
_listenerList, _postListeners, _validationEvent, _validationListenerList, changeEvent
 
Constructor Summary
CalendarEO()
           
 
Method Summary
 Calendrier calendar()
           
 Calendrier ShowCalendar(CommandInfo cmdInfo)
           
 
Methods inherited from class com.u2d.model.AbstractComplexEObject
addAppEventListener, addPropertyChangeListener, addPropertyChangeListener, association, cancelTransition, childFields, cleanCGILibEnhancer, clearEditor, command, command, commands, createInstance, defaultCommand, defaultCommandName, delete, doSave, equals, field, fieldSublist, fireAppEventNotification, fireAppEventNotification, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getCreatedOn, getDeleted, getDeletedOn, getExpandableView, getFormView, getIconView, getID, getInequalities, getListItemView, getMainView, getState, getTabBodyView, getTransferData, getTransferDataFlavors, getTreeView, getView, iconLg, iconSm, initialize, isDataFlavorSupported, isEditableState, isEditState, isEmpty, isMeta, isNullState, isTransientState, log, makeCopy, onBeforeCreate, onBeforeSave, onCreate, onDelete, onLoad, onSave, popState, pushState, removeAppEventListener, removePropertyChangeListener, removePropertyChangeListener, restoreCopy, restoredState, restoreState, save, saveCopy, setEditor, setEditState, setID, setNullState, setReadState, setStartState, setState, setState, setTransientState, setValue, setValue, startState, title, toString, treeModel, type, validate
 
Methods inherited from class com.u2d.model.AbstractEObject
addChangeListener, addPostChangeListener, addValidationListener, currentUser, field, fireStateChanged, fireValidationException, fireValidationException, hbmPersistor, parentObject, persistor, removeChangeListener, removePostChangeListener, removeValidationListener, setField, vmech
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.u2d.calendar.Calendarable
defaultCalEventType, schedulables
 
Methods inherited from interface com.u2d.model.ComplexEObject
association, cancelTransition, childFields, clearEditor, command, defaultCommand, defaultCommandName, delete, doSave, field, getCreatedOn, getExpandableView, getFormView, getIconView, getID, getListItemView, getState, getTabBodyView, getTreeView, initialize, isEditableState, isEditState, isMeta, isNullState, isTransientState, restoreState, save, setEditor, setEditState, setID, setNullState, setReadState, setStartState, setState, setTransientState, setValue, treeModel, type
 
Methods inherited from interface com.u2d.model.EObject
commands, field, iconLg, iconSm, isEmpty, makeCopy, parentObject, setField, setValue, title, validate
 
Methods inherited from interface com.u2d.validation.ValidationNotifier
addValidationListener, fireValidationException, fireValidationException, removeValidationListener
 
Methods inherited from interface com.u2d.model.ChangeNotifier
addChangeListener, fireStateChanged, removeChangeListener
 
Methods inherited from interface com.u2d.model.Viewable
getMainView, getView
 
Methods inherited from interface com.u2d.pubsub.AppEventNotifier
addAppEventListener, fireAppEventNotification, removeAppEventListener
 
Methods inherited from interface com.u2d.persist.PersistorListener
onBeforeCreate, onBeforeSave, onCreate, onDelete, onLoad, onSave
 
Methods inherited from interface com.u2d.find.Searchable
getInequalities
 
Methods inherited from interface java.awt.datatransfer.Transferable
getTransferData, getTransferDataFlavors, isDataFlavorSupported
 
Methods inherited from interface com.u2d.model.PropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface com.u2d.model.PostChangeNotifier
addPostChangeListener, fireStateChanged, removePostChangeListener
 

Field Detail

_calendar

protected Calendrier _calendar
Constructor Detail

CalendarEO

public CalendarEO()
Method Detail

calendar

public Calendrier calendar()
Specified by:
calendar in interface Calendarable

ShowCalendar

public Calendrier ShowCalendar(CommandInfo cmdInfo)