com.evolveum.midpoint.web.component.prism
Class PropertyWrapper
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyWrapper
public PropertyWrapper(ContainerWrapper container,
PrismProperty property,
ValueStatus status)
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.