org.hibernate.test.version
Class Task

java.lang.Object
  extended by org.hibernate.test.version.Task

public class Task
extends Object


Constructor Summary
Task(String description, Person person)
           
 
Method Summary
 String getDescription()
           
 Person getPerson()
           
 int getVersion()
           
 void setDescription(String description)
           
 void setPerson(Person person)
           
 void setVersion(int version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Task

public Task(String description,
            Person person)
Method Detail

getVersion

public int getVersion()

setVersion

public void setVersion(int version)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getPerson

public Person getPerson()

setPerson

public void setPerson(Person person)


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