Class SimpleComponent

java.lang.Object
org.hibernate.testing.orm.domain.gambit.SimpleComponent

@Embeddable public class SimpleComponent extends Object
  • Constructor Details

    • SimpleComponent

      public SimpleComponent()
    • SimpleComponent

      public SimpleComponent(String anAttribute, String anotherAttribute)
  • Method Details

    • getAnAttribute

      public String getAnAttribute()
    • setAnAttribute

      public void setAnAttribute(String anAttribute)
    • getAnotherAttribute

      public String getAnotherAttribute()
    • setAnotherAttribute

      public void setAnotherAttribute(String anotherAttribute)