Class A31Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test3.A31Abstract
All Implemented Interfaces:
Serializable, A31, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A31Impl

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

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

    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 A31

    PROPERTY_ROLE_B31

    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
    addRoleB31(B31 roleB31)
     
    void
     
    boolean
     
     
     
     
    boolean
     
    boolean
     
    void
    removeRoleB31(B31 roleB31)
     
    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

    • roleB31

      protected Collection<B31> roleB31
      Nom de l'attribut en BD : roleB31
  • Constructor Details

    • A31Abstract

      public A31Abstract()
  • 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
    • addRoleB31

      public void addRoleB31(B31 roleB31)
      Specified by:
      addRoleB31 in interface A31
    • addAllRoleB31

      public void addAllRoleB31(Iterable<B31> roleB31)
      Specified by:
      addAllRoleB31 in interface A31
    • setRoleB31

      public void setRoleB31(Collection<B31> roleB31)
      Specified by:
      setRoleB31 in interface A31
    • removeRoleB31

      public void removeRoleB31(B31 roleB31)
      Specified by:
      removeRoleB31 in interface A31
    • clearRoleB31

      public void clearRoleB31()
      Specified by:
      clearRoleB31 in interface A31
    • getRoleB31

      public Collection<B31> getRoleB31()
      Specified by:
      getRoleB31 in interface A31
    • getRoleB31ByTopiaId

      public B31 getRoleB31ByTopiaId(String topiaId)
      Specified by:
      getRoleB31ByTopiaId in interface A31
    • getRoleB31TopiaIds

      public Collection<String> getRoleB31TopiaIds()
      Specified by:
      getRoleB31TopiaIds in interface A31
    • sizeRoleB31

      public int sizeRoleB31()
      Specified by:
      sizeRoleB31 in interface A31
    • isRoleB31Empty

      public boolean isRoleB31Empty()
      Specified by:
      isRoleB31Empty in interface A31
    • isRoleB31NotEmpty

      public boolean isRoleB31NotEmpty()
      Specified by:
      isRoleB31NotEmpty in interface A31
    • containsRoleB31

      public boolean containsRoleB31(B31 roleB31)
      Specified by:
      containsRoleB31 in interface A31