org.hibernate.test.any
Class PropertySet

java.lang.Object
  extended by org.hibernate.test.any.PropertySet

public class PropertySet
extends Object

todo: describe PropertySet


Constructor Summary
PropertySet()
           
PropertySet(String name)
           
 
Method Summary
 Map getGeneralProperties()
           
 Long getId()
           
 String getName()
           
 PropertyValue getSomeSpecificProperty()
           
 void setGeneralProperties(Map generalProperties)
           
 void setId(Long id)
           
 void setName(String name)
           
 void setSomeSpecificProperty(PropertyValue someSpecificProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySet

public PropertySet()

PropertySet

public PropertySet(String name)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

getSomeSpecificProperty

public PropertyValue getSomeSpecificProperty()

setSomeSpecificProperty

public void setSomeSpecificProperty(PropertyValue someSpecificProperty)

getGeneralProperties

public Map getGeneralProperties()

setGeneralProperties

public void setGeneralProperties(Map generalProperties)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.