org.hibernate.test.annotations.xml.hbm
Interface A

All Superinterfaces:
Serializable
All Known Subinterfaces:
B
All Known Implementing Classes:
AImpl, BImpl

public interface A
extends Serializable


Method Summary
 Integer getAId()
           
 void setAId(Integer aId)
           
 

Method Detail

getAId

Integer getAId()

setAId

void setAId(Integer aId)


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