Class A53Abstract

java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test5.A53Abstract
All Implemented Interfaces:
Serializable, A53, org.nuiton.topia.persistence.TopiaEntity
Direct Known Subclasses:
A53Impl

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

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

    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 A53

    PROPERTY_B53

    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
    addB53(int index, B53 b53)
     
    void
    addB53(B53 b53)
     
    void
     
    boolean
     
     
    getB53(int index)
     
     
     
    boolean
     
    boolean
     
    void
    removeB53(int index)
     
    void
     
    void
    setB53(List<B53> b53)
     
    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

    • b53

      protected List<B53> b53
      Nom de l'attribut en BD : b53
  • Constructor Details

    • A53Abstract

      public A53Abstract()
  • 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
    • addB53

      public void addB53(B53 b53)
      Specified by:
      addB53 in interface A53
    • addB53

      public void addB53(int index, B53 b53)
      Specified by:
      addB53 in interface A53
    • addAllB53

      public void addAllB53(Iterable<B53> b53)
      Specified by:
      addAllB53 in interface A53
    • setB53

      public void setB53(List<B53> b53)
      Specified by:
      setB53 in interface A53
    • removeB53

      public void removeB53(B53 b53)
      Specified by:
      removeB53 in interface A53
    • removeB53

      public void removeB53(int index)
      Specified by:
      removeB53 in interface A53
    • clearB53

      public void clearB53()
      Specified by:
      clearB53 in interface A53
    • getB53

      public List<B53> getB53()
      Specified by:
      getB53 in interface A53
    • getB53

      public B53 getB53(int index)
      Specified by:
      getB53 in interface A53
    • getB53ByTopiaId

      public B53 getB53ByTopiaId(String topiaId)
      Specified by:
      getB53ByTopiaId in interface A53
    • getB53TopiaIds

      public List<String> getB53TopiaIds()
      Specified by:
      getB53TopiaIds in interface A53
    • sizeB53

      public int sizeB53()
      Specified by:
      sizeB53 in interface A53
    • isB53Empty

      public boolean isB53Empty()
      Specified by:
      isB53Empty in interface A53
    • isB53NotEmpty

      public boolean isB53NotEmpty()
      Specified by:
      isB53NotEmpty in interface A53
    • containsB53

      public boolean containsB53(B53 b53)
      Specified by:
      containsB53 in interface A53