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
public class DebugObjectItem extends Selectable implements SelectableRow
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringF_DESCRIPTIONstatic StringF_FULL_NAMEstatic StringF_NAMEstatic StringF_OIDstatic StringF_RESOURCE_NAMEstatic StringF_RESOURCE_TYPEstatic StringF_STATUS-
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
-
Constructor Summary
Constructors Constructor Description DebugObjectItem(String oid, String name, String description, Class<? extends ObjectType> type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DebugObjectItemcreateDebugObjectItem(PrismObject<? extends ObjectType> object)StringgetDescription()StringgetFullName()StringgetName()StringgetOid()StringgetResourceName()StringgetResourceType()OperationResultStatusTypegetStatus()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, 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 Detail
-
F_OID
public static final String F_OID
- See Also:
- Constant Field Values
-
F_NAME
public static final String F_NAME
- See Also:
- Constant Field Values
-
F_RESOURCE_NAME
public static final String F_RESOURCE_NAME
- See Also:
- Constant Field Values
-
F_RESOURCE_TYPE
public static final String F_RESOURCE_TYPE
- See Also:
- Constant Field Values
-
F_FULL_NAME
public static final String F_FULL_NAME
- See Also:
- Constant Field Values
-
F_DESCRIPTION
public static final String F_DESCRIPTION
- See Also:
- Constant Field Values
-
F_STATUS
public static final String F_STATUS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DebugObjectItem
public DebugObjectItem(String oid, String name, String description, Class<? extends ObjectType> type)
-
-
Method Detail
-
getName
public String getName()
-
getOid
public String getOid()
-
getType
public Class<? extends ObjectType> getType()
-
getResourceName
public String getResourceName()
-
setResourceName
public void setResourceName(String resourceName)
-
getResourceType
public String getResourceType()
-
setResourceType
public void setResourceType(String resourceType)
-
getFullName
public String getFullName()
-
setFullName
public void setFullName(String fullName)
-
getDescription
public String getDescription()
-
createDebugObjectItem
public static DebugObjectItem createDebugObjectItem(PrismObject<? extends ObjectType> object)
-
getStatus
public OperationResultStatusType getStatus()
-
setStatus
public void setStatus(OperationResultStatusType status)
-
-