Package de.xima.fc.entities.interfaces
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>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAttrName()
String
getAttrValue()
void
setAttrName(String attrName)
void
setAttrValue(String attrValue)
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-