Class A11Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test1.A11Abstract
All Implemented Interfaces:
Serializable, A11, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A11Impl

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

    Fields
    Modifier and Type
    Field
    Description
    protected Collection<B11>
    Nom de l'attribut en BD : roleB11

    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 A11

    PROPERTY_ROLE_B11

    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
    addRoleB11(B11 roleB11)
     
    void
     
    boolean
     
     
     
     
    boolean
     
    boolean
     
    void
    removeRoleB11(B11 roleB11)
     
    void
     
    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

    • roleB11

      protected Collection<B11> roleB11
      Nom de l'attribut en BD : roleB11
  • Constructor Details

    • A11Abstract

      public A11Abstract()
  • 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
    • addRoleB11

      public void addRoleB11(B11 roleB11)
      Specified by:
      addRoleB11 in interface A11
    • addAllRoleB11

      public void addAllRoleB11(Iterable<B11> roleB11)
      Specified by:
      addAllRoleB11 in interface A11
    • setRoleB11

      public void setRoleB11(Collection<B11> roleB11)
      Specified by:
      setRoleB11 in interface A11
    • removeRoleB11

      public void removeRoleB11(B11 roleB11)
      Specified by:
      removeRoleB11 in interface A11
    • clearRoleB11

      public void clearRoleB11()
      Specified by:
      clearRoleB11 in interface A11
    • getRoleB11

      public Collection<B11> getRoleB11()
      Specified by:
      getRoleB11 in interface A11
    • getRoleB11ByTopiaId

      public B11 getRoleB11ByTopiaId(String topiaId)
      Specified by:
      getRoleB11ByTopiaId in interface A11
    • getRoleB11TopiaIds

      public Collection<String> getRoleB11TopiaIds()
      Specified by:
      getRoleB11TopiaIds in interface A11
    • sizeRoleB11

      public int sizeRoleB11()
      Specified by:
      sizeRoleB11 in interface A11
    • isRoleB11Empty

      public boolean isRoleB11Empty()
      Specified by:
      isRoleB11Empty in interface A11
    • isRoleB11NotEmpty

      public boolean isRoleB11NotEmpty()
      Specified by:
      isRoleB11NotEmpty in interface A11
    • containsRoleB11

      public boolean containsRoleB11(B11 roleB11)
      Specified by:
      containsRoleB11 in interface A11