|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Preload public interface AOTrackingEntry
Represents a span of failing results for a single plan
Method Summary | |
---|---|
AOTrackingUser[] |
getCurrentResponsibilities()
All the people currently responsible for this failure span. |
int |
getID()
|
long |
getPlanId()
The plan the failures belong to |
AOTrackingResult[] |
getResultIds()
All the results that are part of this failure span. |
boolean |
isActive()
Whether the current failing span is active. |
void |
setActive(boolean active)
|
void |
setPlanId(long planId)
|
Methods inherited from interface net.java.ao.RawEntity |
---|
addPropertyChangeListener, getEntityManager, getEntityType, init, removePropertyChangeListener, save |
Method Detail |
---|
int getID()
boolean isActive()
void setActive(boolean active)
long getPlanId()
void setPlanId(long planId)
AOTrackingResult[] getResultIds()
AOTrackingResult
s in this Tracking EntryAOTrackingUser[] getCurrentResponsibilities()
AOTrackingUser
s responsible for this failure span
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |