com.evolveum.midpoint.web.component.prism
Class ContainerWrapper<T extends PrismContainer>
java.lang.Object
com.evolveum.midpoint.web.component.prism.ContainerWrapper<T>
- All Implemented Interfaces:
- ItemWrapper, Serializable
public class ContainerWrapper<T extends PrismContainer>
- extends Object
- implements ItemWrapper, Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
ContainerWrapper
public ContainerWrapper(ObjectWrapper object,
T container,
ContainerStatus status,
ItemPath path)
getPath
public ItemPath getPath()
getItem
public T getItem()
- Specified by:
getItem
in interface ItemWrapper
getProperties
public List<PropertyWrapper> getProperties()
findPropertyWrapper
public PropertyWrapper findPropertyWrapper(QName name)
formatTimeIntervalBrief
public static String formatTimeIntervalBrief(AssignmentType assignment)
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interface ItemWrapper
setDisplayName
public void setDisplayName(String name)
- Specified by:
setDisplayName
in interface ItemWrapper
isMain
public boolean isMain()
setMain
public void setMain(boolean main)
toString
public String toString()
- Overrides:
toString
in class Object
isReadonly
public boolean isReadonly()
setReadonly
public void setReadonly(boolean readonly)
Copyright © 2013 evolveum. All Rights Reserved.