Class A11BAbstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test11.A11BAbstract
All Implemented Interfaces:
Serializable, A11B, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A11BImpl

public abstract class A11BAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements A11B
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Set<B11B>
    Nom de l'attribut en BD : roleB111

    Fields inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity

    DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersion

    Fields inherited from interface A11B

    PROPERTY_ROLE_B111

    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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
     
    protected void
    accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
     
    void
     
    void
    addRoleB111(B11B roleB111)
     
    void
     
    boolean
     
     
     
     
    boolean
     
    boolean
     
    void
    removeRoleB111(B11B roleB111)
     
    void
    setRoleB111(Set<B11B> roleB111)
     
    int
     

    Methods inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity

    addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersion

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

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

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

    • roleB111

      protected Set<B11B> roleB111
      Nom de l'attribut en BD : roleB111
  • Constructor Details

    • A11BAbstract

      public A11BAbstract()
  • Method Details

    • accept

      public void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) throws org.nuiton.topia.persistence.TopiaException
      Specified by:
      accept in interface org.nuiton.topia.persistence.TopiaEntity
      Throws:
      org.nuiton.topia.persistence.TopiaException
    • accept0

      protected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) throws org.nuiton.topia.persistence.TopiaException
      Throws:
      org.nuiton.topia.persistence.TopiaException
    • addRoleB111

      public void addRoleB111(B11B roleB111)
      Specified by:
      addRoleB111 in interface A11B
    • addAllRoleB111

      public void addAllRoleB111(Iterable<B11B> roleB111)
      Specified by:
      addAllRoleB111 in interface A11B
    • setRoleB111

      public void setRoleB111(Set<B11B> roleB111)
      Specified by:
      setRoleB111 in interface A11B
    • removeRoleB111

      public void removeRoleB111(B11B roleB111)
      Specified by:
      removeRoleB111 in interface A11B
    • clearRoleB111

      public void clearRoleB111()
      Specified by:
      clearRoleB111 in interface A11B
    • getRoleB111

      public Set<B11B> getRoleB111()
      Specified by:
      getRoleB111 in interface A11B
    • getRoleB111ByTopiaId

      public B11B getRoleB111ByTopiaId(String topiaId)
      Specified by:
      getRoleB111ByTopiaId in interface A11B
    • getRoleB111TopiaIds

      public Set<String> getRoleB111TopiaIds()
      Specified by:
      getRoleB111TopiaIds in interface A11B
    • sizeRoleB111

      public int sizeRoleB111()
      Specified by:
      sizeRoleB111 in interface A11B
    • isRoleB111Empty

      public boolean isRoleB111Empty()
      Specified by:
      isRoleB111Empty in interface A11B
    • isRoleB111NotEmpty

      public boolean isRoleB111NotEmpty()
      Specified by:
      isRoleB111NotEmpty in interface A11B
    • containsRoleB111

      public boolean containsRoleB111(B11B roleB111)
      Specified by:
      containsRoleB111 in interface A11B