org.hibernate.test.annotations.override
Class PropertyRecord

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

@Entity
public class PropertyRecord
extends Object


Field Summary
 Long id
           
 Map<Address,PropertyInfo> legacyParcels
           
 Set<PropertyInfo> legacyUnsortedParcels
           
 Map<Address,PropertyInfo> parcels
           
 Set<PropertyInfo> unsortedParcels
           
 
Constructor Summary
PropertyRecord()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public Long id

parcels

public Map<Address,PropertyInfo> parcels

legacyParcels

public Map<Address,PropertyInfo> legacyParcels

unsortedParcels

public Set<PropertyInfo> unsortedParcels

legacyUnsortedParcels

public Set<PropertyInfo> legacyUnsortedParcels
Constructor Detail

PropertyRecord

public PropertyRecord()


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