org.hibernate.test.annotations.indexcoll
Class Version
java.lang.Object
   org.hibernate.test.annotations.indexcoll.Version
org.hibernate.test.annotations.indexcoll.Version
- @Entity
public class Version 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Version
public Version()
getId
public Integer getId()
- 
 
setId
public void setId(Integer id)
- 
 
getCodeName
public String getCodeName()
- 
 
setCodeName
public void setCodeName(String codeName)
- 
 
getNumber
public String getNumber()
- 
 
setNumber
public void setNumber(String number)
- 
 
getSoftware
public Software getSoftware()
- 
 
setSoftware
public void setSoftware(Software software)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.