Package com.uc4.api
Class ServiceLevelObjectiveListItem
- java.lang.Object
-
- com.uc4.api.ServiceLevelObjectiveListItem
-
public class ServiceLevelObjectiveListItem extends java.lang.Object
This class represents one item of a service level objective list.
-
-
Constructor Summary
Constructors Constructor Description ServiceLevelObjectiveListItem(org.w3c.dom.Element item)
Constructs a new list item which represents one SLO Object partially.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Provides the name of the SLO object.- Returns:
- name of SLO object.
-
getTitle
public java.lang.String getTitle()
Returns the title of the object.- Returns:
- title of the SLO object.
-
isActive
public boolean isActive()
Provides info whether the objective is active or not.- Returns:
- returns true if active, otherwise false.
-
getModifiationDate
public DateTime getModifiationDate()
Provides the date of the last modification of this SLO Object.- Returns:
- last modification as DateTime.
-
getModCnt
public int getModCnt()
Provides the modification counter for the SLO object.- Returns:
- Current modification counter value.
-
-