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

org.nuiton.topia.it.mapping.test6.A63 Maven / Gradle / Ivy

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

import java.util.List;
import javax.annotation.Generated;
import org.nuiton.topia.persistence.TopiaEntity;
import org.nuiton.topia.persistence.event.ListenableTopiaEntity;

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

    String PROPERTY_ROLE_B63 = "roleB63";

    void addRoleB63(B63 roleB63);

    void addRoleB63(int index, B63 roleB63);

    void addAllRoleB63(Iterable roleB63);

    void setRoleB63(List roleB63);

    void removeRoleB63(B63 roleB63);

    void removeRoleB63(int index);

    void clearRoleB63();

    List getRoleB63();

    B63 getRoleB63(int index);

    B63 getRoleB63ByTopiaId(String topiaId);

    List getRoleB63TopiaIds();

    int sizeRoleB63();

    boolean isRoleB63Empty();

    boolean isRoleB63NotEmpty();

    boolean containsRoleB63(B63 roleB63);

} //A63




© 2015 - 2024 Weber Informatics LLC | Privacy Policy