org.joda.time.contrib.hibernate.testmodel
Class SomethingThatHappens

java.lang.Object
  extended by org.joda.time.contrib.hibernate.testmodel.SomethingThatHappens
All Implemented Interfaces:
Serializable

public class SomethingThatHappens
extends Object
implements Serializable

Version:
$Revision: $
Author:
gjoseph, $Author: $ (last edit)
See Also:
Serialized Form

Constructor Summary
SomethingThatHappens()
           
 
Method Summary
 long getId()
           
 String getName()
           
 Period getThePeriod()
           
 void setId(long id)
           
 void setName(String name)
           
 void setThePeriod(Period thePeriod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SomethingThatHappens

public SomethingThatHappens()
Method Detail

getId

public long getId()

setId

public void setId(long id)

getName

public String getName()

setName

public void setName(String name)

getThePeriod

public Period getThePeriod()

setThePeriod

public void setThePeriod(Period thePeriod)


Copyright © 2005-2011 Joda.org. All Rights Reserved.