Interface Entity1

All Superinterfaces:
java.io.Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
Entity1Abstract, Entity1Impl

public interface Entity1
extends org.nuiton.topia.persistence.TopiaEntity
Created: 11 mai 2010
Version:
$Id$
Author:
fdesbois <fdesbois@codelutin.com>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String ATTR_1  
    static java.lang.String ATTR_2  

    Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity

    AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAttr1()  
    java.lang.String getAttr2()  
    void setAttr1​(java.lang.String attr1)  
    void setAttr2​(java.lang.String attr2)  

    Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity

    accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion