org.opennms.web.admin.roles
Class WebSchedEntry

java.lang.Object
  extended by org.opennms.web.admin.roles.WebSchedEntry

public class WebSchedEntry
extends Object


Constructor Summary
WebSchedEntry(int schedIndex, int timeIndex, String user, Date startDate, Date endDate)
           
WebSchedEntry(int schedIndex, int timeIndex, String user, String begins, String ends)
           
 
Method Summary
 boolean isNew()
           
 void update(Role role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSchedEntry

public WebSchedEntry(int schedIndex,
                     int timeIndex,
                     String user,
                     Date startDate,
                     Date endDate)

WebSchedEntry

public WebSchedEntry(int schedIndex,
                     int timeIndex,
                     String user,
                     String begins,
                     String ends)
Method Detail

isNew

public boolean isNew()

update

public void update(Role role)


Copyright © 2009. All Rights Reserved.