org.rhq.core.domain.operation.composite
Class OperationScheduleComposite

java.lang.Object
  extended by org.rhq.core.domain.operation.composite.OperationScheduleComposite
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GroupOperationScheduleComposite, ResourceOperationScheduleComposite

public abstract class OperationScheduleComposite
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected OperationScheduleComposite()
           
  OperationScheduleComposite(int id, String jobName, String jobGroup, String operationName, long operationNextFireTime)
           
 
Method Summary
 int getId()
           
 JobId getJobId()
           
 String getOperationName()
           
 long getOperationNextFireTime()
           
 void setOperationName(String operationName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationScheduleComposite

protected OperationScheduleComposite()

OperationScheduleComposite

public OperationScheduleComposite(int id,
                                  String jobName,
                                  String jobGroup,
                                  String operationName,
                                  long operationNextFireTime)
Method Detail

getId

public int getId()

getJobId

public JobId getJobId()

getOperationName

public String getOperationName()

setOperationName

public void setOperationName(String operationName)

getOperationNextFireTime

public long getOperationNextFireTime()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.