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