org.hibernate.test.annotations.referencedcolumnname
Class Postman
java.lang.Object
org.hibernate.test.annotations.referencedcolumnname.Postman
- All Implemented Interfaces:
- Serializable
@Entity
public class Postman
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Postman
public Postman()
Postman
public Postman(String name,
String id)
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.