com.evolveum.midpoint.web.component.prism
Class ContainerWrapper<T extends PrismContainer>

java.lang.Object
  extended by 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

Constructor Summary
ContainerWrapper(ObjectWrapper object, T container, ContainerStatus status, ItemPath path)
           
 
Method Summary
 PropertyWrapper findPropertyWrapper(javax.xml.namespace.QName name)
           
static java.lang.String formatTimeIntervalBrief(AssignmentType assignment)
           
 java.lang.String getDisplayName()
           
 T getItem()
           
 ItemPath getPath()
           
 java.util.List<PropertyWrapper> getProperties()
           
 boolean isMain()
           
 void setDisplayName(java.lang.String name)
           
 void setMain(boolean main)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerWrapper

public ContainerWrapper(ObjectWrapper object,
                        T container,
                        ContainerStatus status,
                        ItemPath path)
Method Detail

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.