Class A11DAbstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test11.A11DAbstract
All Implemented Interfaces:
Serializable, A11D, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A11DImpl

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

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

    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 A11D

    PROPERTY_ROLE_B113

    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
    addRoleB113(B11D roleB113)
     
    void
     
    boolean
     
     
     
     
    boolean
     
    boolean
     
    void
    removeRoleB113(B11D roleB113)
     
    void
    setRoleB113(Set<B11D> roleB113)
     
    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

    • roleB113

      protected Set<B11D> roleB113
      Nom de l'attribut en BD : roleB113
  • Constructor Details

    • A11DAbstract

      public A11DAbstract()
  • 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
    • addRoleB113

      public void addRoleB113(B11D roleB113)
      Specified by:
      addRoleB113 in interface A11D
    • addAllRoleB113

      public void addAllRoleB113(Iterable<B11D> roleB113)
      Specified by:
      addAllRoleB113 in interface A11D
    • setRoleB113

      public void setRoleB113(Set<B11D> roleB113)
      Specified by:
      setRoleB113 in interface A11D
    • removeRoleB113

      public void removeRoleB113(B11D roleB113)
      Specified by:
      removeRoleB113 in interface A11D
    • clearRoleB113

      public void clearRoleB113()
      Specified by:
      clearRoleB113 in interface A11D
    • getRoleB113

      public Set<B11D> getRoleB113()
      Specified by:
      getRoleB113 in interface A11D
    • getRoleB113ByTopiaId

      public B11D getRoleB113ByTopiaId(String topiaId)
      Specified by:
      getRoleB113ByTopiaId in interface A11D
    • getRoleB113TopiaIds

      public Set<String> getRoleB113TopiaIds()
      Specified by:
      getRoleB113TopiaIds in interface A11D
    • sizeRoleB113

      public int sizeRoleB113()
      Specified by:
      sizeRoleB113 in interface A11D
    • isRoleB113Empty

      public boolean isRoleB113Empty()
      Specified by:
      isRoleB113Empty in interface A11D
    • isRoleB113NotEmpty

      public boolean isRoleB113NotEmpty()
      Specified by:
      isRoleB113NotEmpty in interface A11D
    • containsRoleB113

      public boolean containsRoleB113(B11D roleB113)
      Specified by:
      containsRoleB113 in interface A11D