org.hibernate.test.annotations.override
Class PropertyInfo

java.lang.Object
  extended by org.hibernate.test.annotations.override.PropertyInfo

@Embeddable
public class PropertyInfo
extends Object


Field Summary
 Integer parcelNumber
           
 Integer size
           
 BigDecimal tax
           
 
Constructor Summary
PropertyInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parcelNumber

public Integer parcelNumber

size

public Integer size

tax

public BigDecimal tax
Constructor Detail

PropertyInfo

public PropertyInfo()


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