org.hibernate.test.annotations.any
Class PropertyMap
java.lang.Object
org.hibernate.test.annotations.any.PropertyMap
@Entity
public class PropertyMap
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyMap
public PropertyMap(String name)
PropertyMap
public PropertyMap()
getId
public Integer getId()
setId
public void setId(Integer id)
getName
public String getName()
setName
public void setName(String name)
getProperties
public Map<String,Property> getProperties()
setProperties
public void setProperties(Map<String,Property> properties)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.