Class A73Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test7.A73Abstract
All Implemented Interfaces:
Serializable, A73, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A73Impl

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

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

    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 A73

    PROPERTY_ROLE_B73

    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
    addRoleB73(int index, B73 roleB73)
     
    void
    addRoleB73(B73 roleB73)
     
    void
     
    boolean
     
     
    getRoleB73(int index)
     
     
     
    boolean
     
    boolean
     
    void
    removeRoleB73(int index)
     
    void
    removeRoleB73(B73 roleB73)
     
    void
    setRoleB73(List<B73> roleB73)
     
    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

    • roleB73

      protected List<B73> roleB73
      Nom de l'attribut en BD : roleB73
  • Constructor Details

    • A73Abstract

      public A73Abstract()
  • 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
    • addRoleB73

      public void addRoleB73(B73 roleB73)
      Specified by:
      addRoleB73 in interface A73
    • addRoleB73

      public void addRoleB73(int index, B73 roleB73)
      Specified by:
      addRoleB73 in interface A73
    • addAllRoleB73

      public void addAllRoleB73(Iterable<B73> roleB73)
      Specified by:
      addAllRoleB73 in interface A73
    • setRoleB73

      public void setRoleB73(List<B73> roleB73)
      Specified by:
      setRoleB73 in interface A73
    • removeRoleB73

      public void removeRoleB73(B73 roleB73)
      Specified by:
      removeRoleB73 in interface A73
    • removeRoleB73

      public void removeRoleB73(int index)
      Specified by:
      removeRoleB73 in interface A73
    • clearRoleB73

      public void clearRoleB73()
      Specified by:
      clearRoleB73 in interface A73
    • getRoleB73

      public List<B73> getRoleB73()
      Specified by:
      getRoleB73 in interface A73
    • getRoleB73

      public B73 getRoleB73(int index)
      Specified by:
      getRoleB73 in interface A73
    • getRoleB73ByTopiaId

      public B73 getRoleB73ByTopiaId(String topiaId)
      Specified by:
      getRoleB73ByTopiaId in interface A73
    • getRoleB73TopiaIds

      public List<String> getRoleB73TopiaIds()
      Specified by:
      getRoleB73TopiaIds in interface A73
    • sizeRoleB73

      public int sizeRoleB73()
      Specified by:
      sizeRoleB73 in interface A73
    • isRoleB73Empty

      public boolean isRoleB73Empty()
      Specified by:
      isRoleB73Empty in interface A73
    • isRoleB73NotEmpty

      public boolean isRoleB73NotEmpty()
      Specified by:
      isRoleB73NotEmpty in interface A73
    • containsRoleB73

      public boolean containsRoleB73(B73 roleB73)
      Specified by:
      containsRoleB73 in interface A73