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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValuedPropertyImpl
public ValuedPropertyImpl()
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.