public class DebugObjectItem extends Selectable
Modifier and Type | Field and Description |
---|---|
static String |
F_FULL_NAME |
static String |
F_NAME |
static String |
F_OID |
static String |
F_RESOURCE_NAME |
static String |
F_RESOURCE_TYPE |
F_SELECTED
Constructor and Description |
---|
DebugObjectItem(String oid,
String name) |
Modifier and Type | Method and Description |
---|---|
static DebugObjectItem |
createDebugObjectItem(PrismObject object) |
String |
getFullName() |
String |
getName() |
String |
getOid() |
String |
getResourceName() |
String |
getResourceType() |
void |
setFullName(String fullName) |
void |
setResourceName(String resourceName) |
void |
setResourceType(String resourceType) |
isSelected, setSelected
public static final String F_OID
public static final String F_NAME
public static final String F_RESOURCE_NAME
public static final String F_RESOURCE_TYPE
public static final String F_FULL_NAME
public String getName()
public String getOid()
public String getResourceName()
public void setResourceName(String resourceName)
public String getResourceType()
public void setResourceType(String resourceType)
public String getFullName()
public void setFullName(String fullName)
public static DebugObjectItem createDebugObjectItem(PrismObject object)
Copyright © 2013 evolveum. All rights reserved.