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 Summary

    Modifier and Type
    Method
    Description
     
     
    void
    setAttrName(String attrName)
     
    void
    setAttrValue(String attrValue)
     

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface de.xima.cmn.dao.interfaces.IEntity

    getId, isPersisted, setId

    Methods inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity

    entityHasChanged, getLockingVersion, setLockingVersion
  • Method Details

    • getAttrName

      String getAttrName()
    • setAttrName

      void setAttrName(String attrName)
    • getAttrValue

      String getAttrValue()
    • setAttrValue

      void setAttrValue(String attrValue)