org.hibernate.ejb.test.association
Class IncidentStatus

java.lang.Object
  extended by org.hibernate.ejb.test.association.IncidentStatus

@Entity
public class IncidentStatus
extends Object


Constructor Summary
IncidentStatus()
           
IncidentStatus(String id)
           
 
Method Summary
 Incident getIncident()
           
 void setIncident(Incident incident)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncidentStatus

public IncidentStatus()

IncidentStatus

public IncidentStatus(String id)
Method Detail

getIncident

public Incident getIncident()

setIncident

public void setIncident(Incident incident)

toString

public String toString()
Overrides:
toString in class Object


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