org.hibernate.test.annotations.entity
Class FormalLastName
java.lang.Object
   org.hibernate.test.annotations.entity.FormalLastName
org.hibernate.test.annotations.entity.FormalLastName
- @Entity
public class FormalLastName 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FormalLastName
public FormalLastName()
getId
public Integer getId()
- 
 
setId
public void setId(Integer id)
- 
 
getLastName
public LastName getLastName()
- 
 
setLastName
public void setLastName(LastName lastName)
- 
 
getDesignation
public String getDesignation()
- 
 
setDesignation
public void setDesignation(String designation)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.