com.retek.rmm.gui.screen.event
Class EventDialogHandler

java.lang.Object
  extended bycom.retek.rmm.gui.screen.event.EventDialogHandler

public class EventDialogHandler
extends java.lang.Object


Constructor Summary
EventDialogHandler()
           
 
Method Summary
 void createEvent()
           
 java.lang.String getDescription()
           
 java.lang.String getEndDate()
           
 java.lang.Object getEvent()
           
 java.lang.String getStartDate()
           
 void setDescription(java.lang.String description)
           
 void setEndDate(java.lang.String date)
           
 void setEvent(java.lang.Object object)
           
 void setStartDate(java.lang.String date)
           
 void submit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDialogHandler

public EventDialogHandler()
Method Detail

createEvent

public void createEvent()
                 throws SystemException
Throws:
SystemException

setEvent

public void setEvent(java.lang.Object object)

getEvent

public java.lang.Object getEvent()

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

getStartDate

public java.lang.String getStartDate()
                              throws SystemException
Throws:
SystemException

getEndDate

public java.lang.String getEndDate()
                            throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

setStartDate

public void setStartDate(java.lang.String date)
                  throws SystemException,
                         UiBusinessException
Throws:
SystemException
UiBusinessException

setEndDate

public void setEndDate(java.lang.String date)
                throws SystemException,
                       UiBusinessException
Throws:
SystemException
UiBusinessException

submit

public void submit()
            throws SystemException,
                   BusinessException
Throws:
SystemException
BusinessException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25