org.hibernate.test.annotations.entity
Class FormalLastName

java.lang.Object
  extended by org.hibernate.test.annotations.entity.FormalLastName

@Entity
public class FormalLastName
extends Object


Constructor Summary
FormalLastName()
           
 
Method Summary
 String getDesignation()
           
 Integer getId()
           
 LastName getLastName()
           
 void setDesignation(String designation)
           
 void setId(Integer id)
           
 void setLastName(LastName lastName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormalLastName

public FormalLastName()
Method Detail

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.