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

org.nuiton.topia.it.mapping.test7.A72 Maven / Gradle / Ivy

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

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

    String PROPERTY_ROLE_B72 = "roleB72";

    void addRoleB72(B72 roleB72);

    void addRoleB72(int index, B72 roleB72);

    void addAllRoleB72(Iterable roleB72);

    void setRoleB72(List roleB72);

    void removeRoleB72(B72 roleB72);

    void removeRoleB72(int index);

    void clearRoleB72();

    List getRoleB72();

    B72 getRoleB72(int index);

    B72 getRoleB72ByTopiaId(String topiaId);

    List getRoleB72TopiaIds();

    int sizeRoleB72();

    boolean isRoleB72Empty();

    boolean isRoleB72NotEmpty();

    boolean containsRoleB72(B72 roleB72);

} //A72




© 2015 - 2024 Weber Informatics LLC | Privacy Policy