org.openengsb.ui.common.model
Class PropertyEntry
java.lang.Object
org.openengsb.ui.common.model.PropertyEntry
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<PropertyEntry>
public class PropertyEntry
- extends java.lang.Object
- implements java.lang.Comparable<PropertyEntry>, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyEntry
public PropertyEntry(java.util.Map.Entry<java.lang.String,java.lang.Object> entry)
PropertyEntry
public PropertyEntry()
PropertyEntry
public PropertyEntry(java.lang.String key,
java.lang.Object value)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
compareTo
public int compareTo(PropertyEntry o)
- Specified by:
compareTo in interface java.lang.Comparable<PropertyEntry>
Copyright © 2009-2011. All Rights Reserved.