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, java.io.Serializable
public class ContainerWrapper<T extends PrismContainer>
- extends java.lang.Object
- implements ItemWrapper, java.io.Serializable
- Author:
- lazyman
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.util.List<PropertyWrapper> getProperties()
findPropertyWrapper
public PropertyWrapper findPropertyWrapper(javax.xml.namespace.QName name)
formatTimeIntervalBrief
public static java.lang.String formatTimeIntervalBrief(AssignmentType assignment)
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in interface ItemWrapper
setDisplayName
public void setDisplayName(java.lang.String name)
- Specified by:
setDisplayName
in interface ItemWrapper
isMain
public boolean isMain()
setMain
public void setMain(boolean main)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2012 evolveum. All Rights Reserved.