org.gcube.datatransfer.scheduler.db.model
Class ManuallyScheduled

java.lang.Object
  extended by org.gcube.datatransfer.scheduler.db.model.ManuallyScheduled
All Implemented Interfaces:
Serializable

public class ManuallyScheduled
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Calendar calendar
           
 
Constructor Summary
ManuallyScheduled()
           
 
Method Summary
 Calendar getCalendar()
           
 String getManuallyScheduledId()
           
 void setCalendar(Calendar calendar)
           
 void setManuallyScheduledId(String manuallyScheduledId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

calendar

public Calendar calendar
Constructor Detail

ManuallyScheduled

public ManuallyScheduled()
Method Detail

getCalendar

public Calendar getCalendar()

setCalendar

public void setCalendar(Calendar calendar)

getManuallyScheduledId

public String getManuallyScheduledId()

setManuallyScheduledId

public void setManuallyScheduledId(String manuallyScheduledId)


Copyright © 2012. All Rights Reserved.