org.hibernate.test.annotations.inheritance.joined
Class ProgramExecution
java.lang.Object
org.hibernate.test.annotations.inheritance.joined.ProgramExecution
@Entity
public class ProgramExecution
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgramExecution
public ProgramExecution()
getAppliesOn
public File getAppliesOn()
setAppliesOn
public void setAppliesOn(File appliesOn)
getAction
public String getAction()
setAction
public void setAction(String action)
getId
public Integer getId()
setId
public void setId(Integer id)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.