All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nuiton.topia.it.mapping.test14.A14D Maven / Gradle / Ivy

The newest version!
package org.nuiton.topia.it.mapping.test14;

/*-
 * #%L
 * ToPIA :: IT
 * %%
 * Copyright (C) 2004 - 2024 Code Lutin
 * %%
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Lesser Public License for more details.
 * 
 * You should have received a copy of the GNU General Lesser Public
 * License along with this program.  If not, see
 * .
 * #L%
 */

import java.util.Collection;
import org.nuiton.topia.persistence.TopiaEntity;

public interface A14D extends TopiaEntity {

    String PROPERTY_B14_DASSOC14_D = "b14DAssoc14D";

    void addB14DAssoc14D(Assoc14D b14DAssoc14D);

    void addAllB14DAssoc14D(Iterable b14DAssoc14D);

    void setB14DAssoc14D(Collection b14DAssoc14D);

    void removeB14DAssoc14D(Assoc14D b14DAssoc14D);

    void clearB14DAssoc14D();

    Collection getB14DAssoc14D();

    Assoc14D getB14DAssoc14DByTopiaId(String topiaId);

    Collection getB14DAssoc14DTopiaIds();

    int sizeB14DAssoc14D();

    boolean isB14DAssoc14DEmpty();

    boolean isB14DAssoc14DNotEmpty();

    boolean containsB14DAssoc14D(Assoc14D b14DAssoc14D);

} //A14D




© 2015 - 2025 Weber Informatics LLC | Privacy Policy