org.smartcomps.twister.engine.priv.core.dynamic.impl
Class ValuedPropertyImpl

java.lang.Object
  |
  +--org.smartcomps.twister.engine.priv.core.dynamic.impl.ValuedPropertyImpl
All Implemented Interfaces:
ValuedProperty

public class ValuedPropertyImpl
extends java.lang.Object
implements ValuedProperty

Persistent implementation of the Property interface.

See Also:
ValuedProperty

Constructor Summary
ValuedPropertyImpl()
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setId(java.lang.Long id)
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuedPropertyImpl

public ValuedPropertyImpl()
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)

getName

public java.lang.String getName()
Specified by:
getName in interface ValuedProperty

setName

public void setName(java.lang.String name)
Specified by:
setName in interface ValuedProperty

getValue

public java.lang.String getValue()
Specified by:
getValue in interface ValuedProperty

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface ValuedProperty


Copyright © 2003 SmartComps. All Rights Reserved.