Class A33Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test3.A33Abstract
All Implemented Interfaces:
Serializable, A33, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A33Impl

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

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

    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 A33

    PROPERTY_ROLE_B33

    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
    addRoleB33(B33 roleB33)
     
    void
     
    boolean
     
     
     
     
    boolean
     
    boolean
     
    void
    removeRoleB33(B33 roleB33)
     
    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

    • roleB33

      protected Collection<B33> roleB33
      Nom de l'attribut en BD : roleB33
  • Constructor Details

    • A33Abstract

      public A33Abstract()
  • 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
    • addRoleB33

      public void addRoleB33(B33 roleB33)
      Specified by:
      addRoleB33 in interface A33
    • addAllRoleB33

      public void addAllRoleB33(Iterable<B33> roleB33)
      Specified by:
      addAllRoleB33 in interface A33
    • setRoleB33

      public void setRoleB33(Collection<B33> roleB33)
      Specified by:
      setRoleB33 in interface A33
    • removeRoleB33

      public void removeRoleB33(B33 roleB33)
      Specified by:
      removeRoleB33 in interface A33
    • clearRoleB33

      public void clearRoleB33()
      Specified by:
      clearRoleB33 in interface A33
    • getRoleB33

      public Collection<B33> getRoleB33()
      Specified by:
      getRoleB33 in interface A33
    • getRoleB33ByTopiaId

      public B33 getRoleB33ByTopiaId(String topiaId)
      Specified by:
      getRoleB33ByTopiaId in interface A33
    • getRoleB33TopiaIds

      public Collection<String> getRoleB33TopiaIds()
      Specified by:
      getRoleB33TopiaIds in interface A33
    • sizeRoleB33

      public int sizeRoleB33()
      Specified by:
      sizeRoleB33 in interface A33
    • isRoleB33Empty

      public boolean isRoleB33Empty()
      Specified by:
      isRoleB33Empty in interface A33
    • isRoleB33NotEmpty

      public boolean isRoleB33NotEmpty()
      Specified by:
      isRoleB33NotEmpty in interface A33
    • containsRoleB33

      public boolean containsRoleB33(B33 roleB33)
      Specified by:
      containsRoleB33 in interface A33