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, Serializable

public class ContainerWrapper<T extends PrismContainer>
extends Object
implements ItemWrapper, Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
ContainerWrapper(ObjectWrapper object, T container, ContainerStatus status, ItemPath path)
           
 
Method Summary
 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()
           
 
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 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.