Interface ICustomEntityAttributes

  • All Superinterfaces:
    Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>, de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, Serializable

    public interface ICustomEntityAttributes
    extends de.xima.cmn.dao.interfaces.ILockableEntity<Long>
    • Field Summary

      • Fields inherited from interface de.xima.cmn.dao.interfaces.IEntity

        ATTR_ID
      • Fields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity

        ATTR_LOCKINGVERSION
    • Method Detail

      • getAttrName

        String getAttrName()
      • setAttrName

        void setAttrName​(String attrName)
      • getAttrValue

        String getAttrValue()
      • setAttrValue

        void setAttrValue​(String attrValue)