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