org.hibernate.test.any
Class ComplexPropertyValue

java.lang.Object
  extended by org.hibernate.test.any.ComplexPropertyValue
All Implemented Interfaces:
PropertyValue

public class ComplexPropertyValue
extends Object
implements PropertyValue

todo: describe ${NAME}


Constructor Summary
ComplexPropertyValue()
           
 
Method Summary
 String asString()
           
 Long getId()
           
 Map getSubProperties()
           
 void setId(Long id)
           
 void setSubProperties(Map subProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexPropertyValue

public ComplexPropertyValue()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getSubProperties

public Map getSubProperties()

setSubProperties

public void setSubProperties(Map subProperties)

asString

public String asString()
Specified by:
asString in interface PropertyValue


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