org.hibernate.test.annotations.collectionelement
Class Matrix
java.lang.Object
org.hibernate.test.annotations.collectionelement.Matrix
@Entity
public class Matrix
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Matrix
public Matrix()
getId
public Integer getId()
setId
public void setId(Integer id)
getMvalues
public Map<Integer,Float> getMvalues()
setMvalues
public void setMvalues(SortedMap<Integer,Float> mValues)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.