org.hibernate.test.any
Class StringPropertyValue

java.lang.Object
  extended by org.hibernate.test.any.StringPropertyValue
All Implemented Interfaces:
PropertyValue

public class StringPropertyValue
extends Object
implements PropertyValue

todo: describe StringPropertyValue


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

Constructor Detail

StringPropertyValue

public StringPropertyValue()

StringPropertyValue

public StringPropertyValue(String value)
Method Detail

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.