Interface A63

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

public interface A63 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
    addRoleB63(int index, B63 roleB63)
     
    void
    addRoleB63(B63 roleB63)
     
    void
     
    boolean
     
     
    getRoleB63(int index)
     
     
     
    boolean
     
    boolean
     
    void
    removeRoleB63(int index)
     
    void
    removeRoleB63(B63 roleB63)
     
    void
    setRoleB63(List<B63> roleB63)
     
    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

    • addRoleB63

      void addRoleB63(B63 roleB63)
    • addRoleB63

      void addRoleB63(int index, B63 roleB63)
    • addAllRoleB63

      void addAllRoleB63(Iterable<B63> roleB63)
    • setRoleB63

      void setRoleB63(List<B63> roleB63)
    • removeRoleB63

      void removeRoleB63(B63 roleB63)
    • removeRoleB63

      void removeRoleB63(int index)
    • clearRoleB63

      void clearRoleB63()
    • getRoleB63

      List<B63> getRoleB63()
    • getRoleB63

      B63 getRoleB63(int index)
    • getRoleB63ByTopiaId

      B63 getRoleB63ByTopiaId(String topiaId)
    • getRoleB63TopiaIds

      List<String> getRoleB63TopiaIds()
    • sizeRoleB63

      int sizeRoleB63()
    • isRoleB63Empty

      boolean isRoleB63Empty()
    • isRoleB63NotEmpty

      boolean isRoleB63NotEmpty()
    • containsRoleB63

      boolean containsRoleB63(B63 roleB63)