Interface A61

All Superinterfaces:
org.nuiton.topia.persistence.event.ListenableBean, org.nuiton.topia.persistence.event.ListenableTopiaEntity, Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
A61Abstract, A61Impl

public interface A61 extends org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.event.ListenableTopiaEntity
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

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

    AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    addRoleB61(int index, B61 roleB61)
     
    void
    addRoleB61(B61 roleB61)
     
    void
     
    boolean
     
     
    getRoleB61(int index)
     
     
     
    boolean
     
    boolean
     
    void
    removeRoleB61(int index)
     
    void
    removeRoleB61(B61 roleB61)
     
    void
    setRoleB61(List<B61> roleB61)
     
    int
     

    Methods inherited from interface org.nuiton.topia.persistence.event.ListenableBean

    addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener

    Methods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity

    addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener

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

    accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
  • Field Details

  • Method Details

    • addRoleB61

      void addRoleB61(B61 roleB61)
    • addRoleB61

      void addRoleB61(int index, B61 roleB61)
    • addAllRoleB61

      void addAllRoleB61(Iterable<B61> roleB61)
    • setRoleB61

      void setRoleB61(List<B61> roleB61)
    • removeRoleB61

      void removeRoleB61(B61 roleB61)
    • removeRoleB61

      void removeRoleB61(int index)
    • clearRoleB61

      void clearRoleB61()
    • getRoleB61

      List<B61> getRoleB61()
    • getRoleB61

      B61 getRoleB61(int index)
    • getRoleB61ByTopiaId

      B61 getRoleB61ByTopiaId(String topiaId)
    • getRoleB61TopiaIds

      List<String> getRoleB61TopiaIds()
    • sizeRoleB61

      int sizeRoleB61()
    • isRoleB61Empty

      boolean isRoleB61Empty()
    • isRoleB61NotEmpty

      boolean isRoleB61NotEmpty()
    • containsRoleB61

      boolean containsRoleB61(B61 roleB61)