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 StringgetAttrName()StringgetAttrValue()voidsetAttrName(String attrName)voidsetAttrValue(String attrValue)- 
Methods inherited from interface java.lang.Comparable
compareTo 
 - 
 
 -