com.bareflow.schema
Class Property

java.lang.Object
  extended by com.bareflow.schema.Property

public final class Property
extends java.lang.Object


Constructor Summary
Property()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.String getName()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object