com.evolveum.midpoint.web.component.prism
Class PropertyWrapper

java.lang.Object
  extended by com.evolveum.midpoint.web.component.prism.PropertyWrapper
All Implemented Interfaces:
ItemWrapper, java.io.Serializable

public class PropertyWrapper
extends java.lang.Object
implements ItemWrapper, java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
PropertyWrapper(ContainerWrapper container, PrismProperty property, ValueStatus status)
           
 
Method Summary
 void addValue()
           
 ValueWrapper createValue()
           
 java.lang.String getDisplayName()
           
 PrismProperty getItem()
           
 ValueStatus getStatus()
           
 java.util.List<ValueWrapper> getValues()
           
 void setDisplayName(java.lang.String displayName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyWrapper

public PropertyWrapper(ContainerWrapper container,
                       PrismProperty property,
                       ValueStatus status)
Method Detail

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface ItemWrapper

setDisplayName

public void setDisplayName(java.lang.String displayName)
Specified by:
setDisplayName in interface ItemWrapper

getStatus

public ValueStatus getStatus()

getValues

public java.util.List<ValueWrapper> getValues()

getItem

public PrismProperty getItem()
Specified by:
getItem in interface ItemWrapper

addValue

public void addValue()

createValue

public ValueWrapper createValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.