Class A72Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test7.A72Abstract
All Implemented Interfaces:
Serializable, A72, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A72Impl

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

    Fields
    Modifier and Type
    Field
    Description
    protected List<B72>
    Nom de l'attribut en BD : roleB72

    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 A72

    PROPERTY_ROLE_B72

    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
    addRoleB72(int index, B72 roleB72)
     
    void
    addRoleB72(B72 roleB72)
     
    void
     
    boolean
     
     
    getRoleB72(int index)
     
     
     
    boolean
     
    boolean
     
    void
    removeRoleB72(int index)
     
    void
    removeRoleB72(B72 roleB72)
     
    void
    setRoleB72(List<B72> roleB72)
     
    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

    • roleB72

      protected List<B72> roleB72
      Nom de l'attribut en BD : roleB72
  • Constructor Details

    • A72Abstract

      public A72Abstract()
  • 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
    • addRoleB72

      public void addRoleB72(B72 roleB72)
      Specified by:
      addRoleB72 in interface A72
    • addRoleB72

      public void addRoleB72(int index, B72 roleB72)
      Specified by:
      addRoleB72 in interface A72
    • addAllRoleB72

      public void addAllRoleB72(Iterable<B72> roleB72)
      Specified by:
      addAllRoleB72 in interface A72
    • setRoleB72

      public void setRoleB72(List<B72> roleB72)
      Specified by:
      setRoleB72 in interface A72
    • removeRoleB72

      public void removeRoleB72(B72 roleB72)
      Specified by:
      removeRoleB72 in interface A72
    • removeRoleB72

      public void removeRoleB72(int index)
      Specified by:
      removeRoleB72 in interface A72
    • clearRoleB72

      public void clearRoleB72()
      Specified by:
      clearRoleB72 in interface A72
    • getRoleB72

      public List<B72> getRoleB72()
      Specified by:
      getRoleB72 in interface A72
    • getRoleB72

      public B72 getRoleB72(int index)
      Specified by:
      getRoleB72 in interface A72
    • getRoleB72ByTopiaId

      public B72 getRoleB72ByTopiaId(String topiaId)
      Specified by:
      getRoleB72ByTopiaId in interface A72
    • getRoleB72TopiaIds

      public List<String> getRoleB72TopiaIds()
      Specified by:
      getRoleB72TopiaIds in interface A72
    • sizeRoleB72

      public int sizeRoleB72()
      Specified by:
      sizeRoleB72 in interface A72
    • isRoleB72Empty

      public boolean isRoleB72Empty()
      Specified by:
      isRoleB72Empty in interface A72
    • isRoleB72NotEmpty

      public boolean isRoleB72NotEmpty()
      Specified by:
      isRoleB72NotEmpty in interface A72
    • containsRoleB72

      public boolean containsRoleB72(B72 roleB72)
      Specified by:
      containsRoleB72 in interface A72