Class EntityOfDynamicComponent

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

public class EntityOfDynamicComponent extends Object
  • Constructor Details

    • EntityOfDynamicComponent

      public EntityOfDynamicComponent()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getNote

      public String getNote()
    • setNote

      public void setNote(String note)
    • getValues

      public Map getValues()
    • setValues

      public void setValues(Map values)
    • getValuesWithProperties

      public Map getValuesWithProperties()
    • setValuesWithProperties

      public void setValuesWithProperties(Map valuesWithProperties)
    • toString

      public String toString()
      Overrides:
      toString in class Object