org.hibernate.test.cascade
Class Job

java.lang.Object
  extended by org.hibernate.test.cascade.Job

public class Job
extends Object

Implementation of Job.


Constructor Summary
protected Job(JobBatch batch)
           
 
Method Summary
 JobBatch getBatch()
           
 Long getId()
           
 String getProcessingInstructions()
           
 int getStatus()
           
 void setProcessingInstructions(String processingInstructions)
           
 void setStatus(int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Job

protected Job(JobBatch batch)
Method Detail

getId

public Long getId()

getBatch

public JobBatch getBatch()

getProcessingInstructions

public String getProcessingInstructions()

setProcessingInstructions

public void setProcessingInstructions(String processingInstructions)

getStatus

public int getStatus()

setStatus

public void setStatus(int status)


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