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

org.nuiton.topia.it.mapping.test11.A11C Maven / Gradle / Ivy

There is a newer version: 4.0
Show newest version
package org.nuiton.topia.it.mapping.test11;

import java.util.Set;
import javax.annotation.Generated;
import org.nuiton.topia.persistence.TopiaEntity;

@Generated(value = "org.nuiton.topia.templates.EntityTransformer", date = "Thu Oct 13 17:59:13 CEST 2016")
public interface A11C extends TopiaEntity {

    String PROPERTY_B11_C = "b11C";

    void addB11C(B11C b11C);

    void addAllB11C(Iterable b11C);

    void setB11C(Set b11C);

    void removeB11C(B11C b11C);

    void clearB11C();

    Set getB11C();

    B11C getB11CByTopiaId(String topiaId);

    Set getB11CTopiaIds();

    int sizeB11C();

    boolean isB11CEmpty();

    boolean isB11CNotEmpty();

    boolean containsB11C(B11C b11C);

} //A11C




© 2015 - 2024 Weber Informatics LLC | Privacy Policy