org.hibernate.test.optlock
Class PublicationDate

java.lang.Object
  extended by org.hibernate.test.optlock.PublicationDate

public class PublicationDate
extends Object


Constructor Summary
PublicationDate(int year)
           
 
Method Summary
 Integer getMonth()
           
 int getYear()
           
 void setMonth(Integer month)
           
 void setYear(int year)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublicationDate

public PublicationDate(int year)
Method Detail

getMonth

public Integer getMonth()

setMonth

public void setMonth(Integer month)

getYear

public int getYear()

setYear

public void setYear(int year)


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