com.hyper9.simdk.stubs.dao
Class EventAlarmExpression

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.AlarmExpression
          extended by com.hyper9.simdk.stubs.dao.EventAlarmExpression
All Implemented Interfaces:
Serializable

public class EventAlarmExpression
extends AlarmExpression

Author:
akutz
See Also:
Serialized Form

Constructor Summary
EventAlarmExpression()
           
 
Method Summary
 List<EventAlarmExpressionComparison> getComparisons()
           
 String getEventType()
           
 String getEventTypeId()
           
 String getObjectType()
           
 ManagedEntityStatus getStatus()
           
 void setComparisons(List<EventAlarmExpressionComparison> toSet)
           
 void setEventType(String toSet)
           
 void setEventTypeId(String toSet)
           
 void setObjectType(String toSet)
           
 void setStatus(ManagedEntityStatus toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventAlarmExpression

public EventAlarmExpression()
Method Detail

getComparisons

public List<EventAlarmExpressionComparison> getComparisons()

setComparisons

public void setComparisons(List<EventAlarmExpressionComparison> toSet)

getEventType

public String getEventType()

setEventType

public void setEventType(String toSet)

getEventTypeId

public String getEventTypeId()

setEventTypeId

public void setEventTypeId(String toSet)

getObjectType

public String getObjectType()

setObjectType

public void setObjectType(String toSet)

getStatus

public ManagedEntityStatus getStatus()

setStatus

public void setStatus(ManagedEntityStatus toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.