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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED -
Constructor Summary
ConstructorsConstructorDescriptionDebugObjectItem(String oid, String name, String description, Class<? extends ObjectType> type) -
Method Summary
Modifier and TypeMethodDescriptionstatic DebugObjectItemcreateDebugObjectItem(PrismObject<? extends ObjectType> object) getName()getOid()Class<? extends ObjectType>getType()voidsetFullName(String fullName) voidsetResourceName(String resourceName) voidsetResourceType(String resourceType) voidsetStatus(OperationResultStatusType status) Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelectedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-