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 String
getAnAttribute()
String
getAnotherAttribute()
void
setAnAttribute(String anAttribute)
void
setAnotherAttribute(String anotherAttribute)
-