org.hibernate.test.annotations.xml.hbm
Class Sky

java.lang.Object
  extended by org.hibernate.test.annotations.xml.hbm.Sky

@Entity(name="EarthSky")
public class Sky
extends Object


Constructor Summary
Sky()
           
 
Method Summary
 Set<CloudType> getCloudTypes()
           
 Integer getId()
           
 CloudType getMainCloud()
           
 void setCloudTypes(Set<CloudType> cloudTypes)
           
 void setId(Integer id)
           
 void setMainCloud(CloudType mainCloud)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sky

public Sky()
Method Detail

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.