org.hibernate.test.annotations.indexcoll
Class Atmosphere
java.lang.Object
org.hibernate.test.annotations.indexcoll.Atmosphere
@Entity
public class Atmosphere
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public Integer id
gases
public Map<String,Gas> gases
colorPerDate
public Map<Date,String> colorPerDate
colorPerLevel
public Map<Atmosphere.Level,String> colorPerLevel
gasesPerKey
public Map<GasKey,Gas> gasesPerKey
composition
public Map<Gas,Double> composition
gasesDef
public Map<String,Gas> gasesDef
gasesDefLeg
public Map<String,Gas> gasesDefLeg
gasesPerKeyDef
public Map<GasKey,Gas> gasesPerKeyDef
Atmosphere
public Atmosphere()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.