org.hibernate.test.annotations.manytoone
Class LotzPK

java.lang.Object
  extended by org.hibernate.test.annotations.manytoone.LotzPK
All Implemented Interfaces:
Serializable

@Embeddable
public class LotzPK
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LotzPK()
           
 
Method Summary
 Integer getId()
           
 String getLocCode()
           
 void setId(Integer id)
           
 void setLocCode(String locCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LotzPK

public LotzPK()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getLocCode

public String getLocCode()

setLocCode

public void setLocCode(String locCode)


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