Uses of Class
org.opennms.bb.dp.events.EventTroubleTicket

Packages that use EventTroubleTicket
org.opennms.bb.dp.events   
 

Uses of EventTroubleTicket in org.opennms.bb.dp.events
 

Fields in org.opennms.bb.dp.events declared as EventTroubleTicket
protected  EventTroubleTicket EventBase.m_tticket
          The trouble ticket information
 

Methods in org.opennms.bb.dp.events that return EventTroubleTicket
 EventTroubleTicket EventBase.getTroubleTicket()
          Returns the trouble ticket currently associated with the event.
 

Methods in org.opennms.bb.dp.events with parameters of type EventTroubleTicket
 void EventBase.setTroubleTicket(EventTroubleTicket tticket)
          Sets the current trouble ticket for the event.
 

Constructors in org.opennms.bb.dp.events with parameters of type EventTroubleTicket
EventTroubleTicket(EventTroubleTicket second)
          Constructs a new instance of this class based on the value passed by the instance.