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

org.nuiton.topia.it.mapping.test11.A11B 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 A11B extends TopiaEntity {

    String PROPERTY_ROLE_B111 = "roleB111";

    void addRoleB111(B11B roleB111);

    void addAllRoleB111(Iterable roleB111);

    void setRoleB111(Set roleB111);

    void removeRoleB111(B11B roleB111);

    void clearRoleB111();

    Set getRoleB111();

    B11B getRoleB111ByTopiaId(String topiaId);

    Set getRoleB111TopiaIds();

    int sizeRoleB111();

    boolean isRoleB111Empty();

    boolean isRoleB111NotEmpty();

    boolean containsRoleB111(B11B roleB111);

} //A11B




© 2015 - 2024 Weber Informatics LLC | Privacy Policy