Class SimpleComponent
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.SimpleComponent
-
@Embeddable public class SimpleComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description SimpleComponent()SimpleComponent(String anAttribute, String anotherAttribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnAttribute()StringgetAnotherAttribute()voidsetAnAttribute(String anAttribute)voidsetAnotherAttribute(String anotherAttribute)
-