public class ServiceLevelObjectiveListItem
extends java.lang.Object
Constructor and Description |
---|
ServiceLevelObjectiveListItem(org.w3c.dom.Element item)
Constructs a new list item which represents one SLO Object partially.
|
Modifier and Type | Method and Description |
---|---|
int |
getModCnt()
Provides the modification counter for the SLO object.
|
DateTime |
getModifiationDate()
Provides the date of the last modification of this SLO Object.
|
java.lang.String |
getName()
Provides the name of the SLO object.
|
java.lang.String |
getTitle()
Returns the title of the object.
|
boolean |
isActive()
Provides info whether the objective is active or not.
|
public ServiceLevelObjectiveListItem(org.w3c.dom.Element item)
item
- the raw datapublic java.lang.String getName()
public java.lang.String getTitle()
public boolean isActive()
public DateTime getModifiationDate()
public int getModCnt()