Class B33Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test3.B33Abstract
All Implemented Interfaces:
Serializable, B33, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
B33Impl

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

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

    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 B33

    PROPERTY_ROLE_A33

    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
    addRoleA33(A33 roleA33)
     
    void
     
    boolean
     
     
     
     
    boolean
     
    boolean
     
    void
    removeRoleA33(A33 roleA33)
     
    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

    • roleA33

      protected Collection<A33> roleA33
      Nom de l'attribut en BD : roleA33
  • Constructor Details

    • B33Abstract

      public B33Abstract()
  • 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
    • addRoleA33

      public void addRoleA33(A33 roleA33)
      Specified by:
      addRoleA33 in interface B33
    • addAllRoleA33

      public void addAllRoleA33(Iterable<A33> roleA33)
      Specified by:
      addAllRoleA33 in interface B33
    • setRoleA33

      public void setRoleA33(Collection<A33> roleA33)
      Specified by:
      setRoleA33 in interface B33
    • removeRoleA33

      public void removeRoleA33(A33 roleA33)
      Specified by:
      removeRoleA33 in interface B33
    • clearRoleA33

      public void clearRoleA33()
      Specified by:
      clearRoleA33 in interface B33
    • getRoleA33

      public Collection<A33> getRoleA33()
      Specified by:
      getRoleA33 in interface B33
    • getRoleA33ByTopiaId

      public A33 getRoleA33ByTopiaId(String topiaId)
      Specified by:
      getRoleA33ByTopiaId in interface B33
    • getRoleA33TopiaIds

      public Collection<String> getRoleA33TopiaIds()
      Specified by:
      getRoleA33TopiaIds in interface B33
    • sizeRoleA33

      public int sizeRoleA33()
      Specified by:
      sizeRoleA33 in interface B33
    • isRoleA33Empty

      public boolean isRoleA33Empty()
      Specified by:
      isRoleA33Empty in interface B33
    • isRoleA33NotEmpty

      public boolean isRoleA33NotEmpty()
      Specified by:
      isRoleA33NotEmpty in interface B33
    • containsRoleA33

      public boolean containsRoleA33(A33 roleA33)
      Specified by:
      containsRoleA33 in interface B33