org.smartcomps.twister.engine.priv.core.definition.impl
Class AlarmEventImpl

java.lang.Object
  |
  +--org.smartcomps.twister.engine.priv.core.definition.impl.AlarmEventImpl
All Implemented Interfaces:
AlarmEvent

public class AlarmEventImpl
extends java.lang.Object
implements AlarmEvent


Field Summary
 
Fields inherited from interface org.smartcomps.twister.engine.priv.core.definition.AlarmEvent
DEADLINE_EXPR, DURATION_EXPR
 
Constructor Summary
AlarmEventImpl()
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.String getTimeExpression()
           
 int getType()
           
 void setId(java.lang.Long id)
           
 void setTimeExpression(java.lang.String timeExpression)
           
 void setTimeExpression(java.lang.String timeExpression, int type)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlarmEventImpl

public AlarmEventImpl()
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getTimeExpression

public java.lang.String getTimeExpression()
Specified by:
getTimeExpression in interface AlarmEvent

setTimeExpression

public void setTimeExpression(java.lang.String timeExpression)

getType

public int getType()
Specified by:
getType in interface AlarmEvent

setType

public void setType(int type)

setTimeExpression

public void setTimeExpression(java.lang.String timeExpression,
                              int type)
Specified by:
setTimeExpression in interface AlarmEvent


Copyright © 2003 SmartComps. All Rights Reserved.