org.hibernate.test.annotations.indexcoll
Class Software
java.lang.Object
org.hibernate.test.annotations.indexcoll.Software
@Entity
public class Software
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Software
public Software()
getName
public String getName()
setName
public void setName(String name)
getVersions
public Map<String,Version> getVersions()
setVersions
public void setVersions(Map<String,Version> versions)
addVersion
public void addVersion(Version version)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.