org.hibernate.test.annotations.entity
Class LastName

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

@Embeddable
public class LastName
extends Object


Constructor Summary
LastName()
           
 
Method Summary
 String getName()
           
 void setName(String lowerCaseName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastName

public LastName()
Method Detail

getName

public String getName()

setName

public void setName(String lowerCaseName)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.