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

org.nuiton.topia.it.mapping.test3.A31 Maven / Gradle / Ivy

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

import java.util.Collection;
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 A31 extends TopiaEntity {

    String PROPERTY_ROLE_B31 = "roleB31";

    void addRoleB31(B31 roleB31);

    void addAllRoleB31(Iterable roleB31);

    void setRoleB31(Collection roleB31);

    void removeRoleB31(B31 roleB31);

    void clearRoleB31();

    Collection getRoleB31();

    B31 getRoleB31ByTopiaId(String topiaId);

    Collection getRoleB31TopiaIds();

    int sizeRoleB31();

    boolean isRoleB31Empty();

    boolean isRoleB31NotEmpty();

    boolean containsRoleB31(B31 roleB31);

} //A31




© 2015 - 2024 Weber Informatics LLC | Privacy Policy