org.hibernate.test.any
Class IntegerPropertyValue

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

public class IntegerPropertyValue
extends Object
implements PropertyValue

todo: describe IntegerPropertyValue


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

Constructor Detail

IntegerPropertyValue

public IntegerPropertyValue()

IntegerPropertyValue

public IntegerPropertyValue(int value)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getValue

public int getValue()

setValue

public void setValue(int value)

asString

public String asString()
Specified by:
asString in interface PropertyValue


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.