Class AbstractAttributable

All Implemented Interfaces:
Serializable, Attributable, Entity
Direct Known Subclasses:
AbstractAny, JPALinkedAccount

@AttributableCheck public abstract class AbstractAttributable extends AbstractGeneratedKeyEntity implements Attributable
See Also:
  • Constructor Details

    • AbstractAttributable

      public AbstractAttributable()
  • Method Details

    • getPlainAttrsList

      public abstract List<PlainAttr> getPlainAttrsList()
    • getPlainAttrsJSON

      public abstract String getPlainAttrsJSON()
    • setPlainAttrsJSON

      public abstract void setPlainAttrsJSON(String plainAttrs)
    • list2json

      public void list2json()