Style Intelligence v12.0

inetsoft.sree.schedule
Class ScheduleInfo

java.lang.Object
  extended by inetsoft.sree.schedule.ScheduleInfo

public class ScheduleInfo
extends Object

This schedule info.


Constructor Summary
ScheduleInfo(boolean action, String emails)
           
 
Method Summary
 String getEmails()
          Get the schedule emails.
 boolean isScheduleAction()
          Chick the schedule whether is valid.
 void setEmails(String emails)
          Set the schedule emails.
 void setScheduleAction(boolean action)
          Set the schedule valid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleInfo

public ScheduleInfo(boolean action,
                    String emails)
Method Detail

setScheduleAction

public void setScheduleAction(boolean action)
Set the schedule valid.


isScheduleAction

public boolean isScheduleAction()
Chick the schedule whether is valid.


setEmails

public void setEmails(String emails)
Set the schedule emails.


getEmails

public String getEmails()
Get the schedule emails.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.