Class B14DAbstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test14.B14DAbstract
All Implemented Interfaces:
Serializable, B14D, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
B14DImpl

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

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

    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 B14D

    PROPERTY_ROLE_A

    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
     
    void
     
    boolean
     
     
     
     
    boolean
     
    boolean
     
    void
     
    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

  • Constructor Details

    • B14DAbstract

      public B14DAbstract()
  • 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
    • addRoleA

      public void addRoleA(Assoc14D roleA)
      Specified by:
      addRoleA in interface B14D
    • addAllRoleA

      public void addAllRoleA(Iterable<Assoc14D> roleA)
      Specified by:
      addAllRoleA in interface B14D
    • setRoleA

      public void setRoleA(Collection<Assoc14D> roleA)
      Specified by:
      setRoleA in interface B14D
    • removeRoleA

      public void removeRoleA(Assoc14D roleA)
      Specified by:
      removeRoleA in interface B14D
    • clearRoleA

      public void clearRoleA()
      Specified by:
      clearRoleA in interface B14D
    • getRoleA

      public Collection<Assoc14D> getRoleA()
      Specified by:
      getRoleA in interface B14D
    • getRoleAByTopiaId

      public Assoc14D getRoleAByTopiaId(String topiaId)
      Specified by:
      getRoleAByTopiaId in interface B14D
    • getRoleATopiaIds

      public Collection<String> getRoleATopiaIds()
      Specified by:
      getRoleATopiaIds in interface B14D
    • sizeRoleA

      public int sizeRoleA()
      Specified by:
      sizeRoleA in interface B14D
    • isRoleAEmpty

      public boolean isRoleAEmpty()
      Specified by:
      isRoleAEmpty in interface B14D
    • isRoleANotEmpty

      public boolean isRoleANotEmpty()
      Specified by:
      isRoleANotEmpty in interface B14D
    • containsRoleA

      public boolean containsRoleA(Assoc14D roleA)
      Specified by:
      containsRoleA in interface B14D