Class DebugObjectItem
java.lang.Object
com.evolveum.midpoint.web.component.util.Selectable
com.evolveum.midpoint.web.page.admin.configuration.dto.DebugObjectItem
- All Implemented Interfaces:
SelectableRow
,Serializable
- Author:
- lazyman
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
Constructor Summary
ConstructorDescriptionDebugObjectItem
(String oid, String name, String description, Class<? extends ObjectType> type) -
Method Summary
Modifier and TypeMethodDescriptionstatic DebugObjectItem
createDebugObjectItem
(PrismObject<? extends ObjectType> object) getName()
getOid()
Class<? extends ObjectType>
getType()
void
setFullName
(String fullName) void
setResourceName
(String resourceName) void
setResourceType
(String resourceType) void
setStatus
(OperationResultStatusType status) Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.web.component.util.SelectableRow
isSelected, setSelected
-
Field Details
-
F_OID
- See Also:
-
F_NAME
- See Also:
-
F_RESOURCE_NAME
- See Also:
-
F_RESOURCE_TYPE
- See Also:
-
F_FULL_NAME
- See Also:
-
F_DESCRIPTION
- See Also:
-
F_STATUS
- See Also:
-
-
Constructor Details
-
DebugObjectItem
public DebugObjectItem(String oid, String name, String description, Class<? extends ObjectType> type)
-
-
Method Details
-
getName
-
getOid
-
getType
-
getResourceName
-
setResourceName
-
getResourceType
-
setResourceType
-
getFullName
-
setFullName
-
getDescription
-
createDebugObjectItem
-
getStatus
-
setStatus
-