org.hibernate.test.annotations.xml.hbm
Class Sky
java.lang.Object
org.hibernate.test.annotations.xml.hbm.Sky
@Entity(name="EarthSky")
public class Sky
- extends Object
Constructor Summary |
Sky()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sky
public Sky()
getCloudTypes
public Set<CloudType> getCloudTypes()
setCloudTypes
public void setCloudTypes(Set<CloudType> cloudTypes)
getId
public Integer getId()
setId
public void setId(Integer id)
getMainCloud
public CloudType getMainCloud()
setMainCloud
public void setMainCloud(CloudType mainCloud)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.