org.openengsb.ui.common.model
Class PropertyEntry

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

Constructor Summary
PropertyEntry()
           
PropertyEntry(java.util.Map.Entry<java.lang.String,java.lang.Object> entry)
           
PropertyEntry(java.lang.String key, java.lang.Object value)
           
 
Method Summary
 int compareTo(PropertyEntry o)
           
 java.lang.String getKey()
           
 java.lang.Object getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.