org.hibernate.test.any
Class StringPropertyValue
java.lang.Object
org.hibernate.test.any.StringPropertyValue
- All Implemented Interfaces:
- PropertyValue
public class StringPropertyValue
- extends Object
- implements PropertyValue
todo: describe StringPropertyValue
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringPropertyValue
public StringPropertyValue()
StringPropertyValue
public StringPropertyValue(String value)
getId
public Long getId()
setId
public void setId(Long id)
getValue
public String getValue()
setValue
public void setValue(String value)
asString
public String asString()
- Specified by:
asString
in interface PropertyValue
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.