Class SimpleComponent


  • @Embeddable
    public class SimpleComponent
    extends java.lang.Object
    • Constructor Detail

      • SimpleComponent

        public SimpleComponent()
      • SimpleComponent

        public SimpleComponent​(java.lang.String anAttribute,
                               java.lang.String anotherAttribute)
    • Method Detail

      • getAnAttribute

        public java.lang.String getAnAttribute()
      • setAnAttribute

        public void setAnAttribute​(java.lang.String anAttribute)
      • getAnotherAttribute

        public java.lang.String getAnotherAttribute()
      • setAnotherAttribute

        public void setAnotherAttribute​(java.lang.String anotherAttribute)