org.hibernate.test.annotations.identifiercollection
Class Stamp

java.lang.Object
  extended by org.hibernate.test.annotations.identifiercollection.Stamp

@Entity
public class Stamp
extends Object


Constructor Summary
Stamp()
           
 
Method Summary
 String getCountry()
           
 Long getId()
           
 void setCountry(String country)
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stamp

public Stamp()
Method Detail

getCountry

public String getCountry()

setCountry

public void setCountry(String country)

getId

public Long getId()

setId

public void setId(Long id)


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