org.hibernate.test.any
Class IntegerPropertyValue
java.lang.Object
org.hibernate.test.any.IntegerPropertyValue
- All Implemented Interfaces:
- PropertyValue
public class IntegerPropertyValue
- extends Object
- implements PropertyValue
todo: describe IntegerPropertyValue
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerPropertyValue
public IntegerPropertyValue()
IntegerPropertyValue
public IntegerPropertyValue(int value)
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.