public class ContainerWrapper<T extends PrismContainer> extends Object implements ItemWrapper, Serializable
Constructor and Description |
---|
ContainerWrapper(ObjectWrapper object,
T container,
ContainerStatus status,
ItemPath path) |
Modifier and Type | Method and Description |
---|---|
PropertyWrapper |
findPropertyWrapper(QName name) |
static String |
formatTimeIntervalBrief(AssignmentType assignment) |
String |
getDisplayName() |
T |
getItem() |
ItemPath |
getPath() |
List<PropertyWrapper> |
getProperties() |
boolean |
isMain() |
boolean |
isReadonly() |
void |
setDisplayName(String name) |
void |
setMain(boolean main) |
void |
setReadonly(boolean readonly) |
String |
toString() |
public ContainerWrapper(ObjectWrapper object, T container, ContainerStatus status, ItemPath path)
public ItemPath getPath()
public T getItem()
getItem
in interface ItemWrapper
public List<PropertyWrapper> getProperties()
public PropertyWrapper findPropertyWrapper(QName name)
public static String formatTimeIntervalBrief(AssignmentType assignment)
public String getDisplayName()
getDisplayName
in interface ItemWrapper
public void setDisplayName(String name)
setDisplayName
in interface ItemWrapper
public boolean isMain()
public void setMain(boolean main)
public boolean isReadonly()
public void setReadonly(boolean readonly)
Copyright © 2013 evolveum. All rights reserved.