Interface B14C

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
B14CAbstract, B14CImpl

public interface B14C extends org.nuiton.topia.persistence.TopiaEntity
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    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
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setA14CAssoc14C(Assoc14C a14CAssoc14C)
     

    Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity

    accept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
  • Field Details

  • Method Details

    • setA14CAssoc14C

      void setA14CAssoc14C(Assoc14C a14CAssoc14C)
    • getA14CAssoc14C

      Assoc14C getA14CAssoc14C()