com.hyper9.simdk.stubs.dao
Class DynamicProperty
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicProperty
- All Implemented Interfaces:
- Serializable
public class DynamicProperty
- extends Object
- implements Serializable
A dynamic property.
- Author:
- akutz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicProperty
public DynamicProperty()
setVal
public void setVal(Object toSet)
getVal
public Object getVal()
setValWrapper
public void setValWrapper(SerializableObjectWrapper toSet)
getValWrapper
public SerializableObjectWrapper getValWrapper()
getName
public String getName()
setName
public void setName(String toSet)
getJpaId
public String getJpaId()
setJpaId
public void setJpaId(String toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.