Class A13Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test1.A13Abstract
All Implemented Interfaces:
Serializable, A13, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A13Impl

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

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

    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 A13

    PROPERTY_ROLE_B13

    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
    addRoleB13(B13 roleB13)
     
    void
     
    boolean
     
     
     
     
    boolean
     
    boolean
     
    void
    removeRoleB13(B13 roleB13)
     
    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

    • roleB13

      protected Collection<B13> roleB13
      Nom de l'attribut en BD : roleB13
  • Constructor Details

    • A13Abstract

      public A13Abstract()
  • 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
    • addRoleB13

      public void addRoleB13(B13 roleB13)
      Specified by:
      addRoleB13 in interface A13
    • addAllRoleB13

      public void addAllRoleB13(Iterable<B13> roleB13)
      Specified by:
      addAllRoleB13 in interface A13
    • setRoleB13

      public void setRoleB13(Collection<B13> roleB13)
      Specified by:
      setRoleB13 in interface A13
    • removeRoleB13

      public void removeRoleB13(B13 roleB13)
      Specified by:
      removeRoleB13 in interface A13
    • clearRoleB13

      public void clearRoleB13()
      Specified by:
      clearRoleB13 in interface A13
    • getRoleB13

      public Collection<B13> getRoleB13()
      Specified by:
      getRoleB13 in interface A13
    • getRoleB13ByTopiaId

      public B13 getRoleB13ByTopiaId(String topiaId)
      Specified by:
      getRoleB13ByTopiaId in interface A13
    • getRoleB13TopiaIds

      public Collection<String> getRoleB13TopiaIds()
      Specified by:
      getRoleB13TopiaIds in interface A13
    • sizeRoleB13

      public int sizeRoleB13()
      Specified by:
      sizeRoleB13 in interface A13
    • isRoleB13Empty

      public boolean isRoleB13Empty()
      Specified by:
      isRoleB13Empty in interface A13
    • isRoleB13NotEmpty

      public boolean isRoleB13NotEmpty()
      Specified by:
      isRoleB13NotEmpty in interface A13
    • containsRoleB13

      public boolean containsRoleB13(B13 roleB13)
      Specified by:
      containsRoleB13 in interface A13