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

org.nuiton.topia.it.mapping.test6.A62 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 A62 extends TopiaEntity, ListenableTopiaEntity {

    String PROPERTY_B62 = "b62";

    void addB62(B62 b62);

    void addB62(int index, B62 b62);

    void addAllB62(Iterable b62);

    void setB62(List b62);

    void removeB62(B62 b62);

    void removeB62(int index);

    void clearB62();

    List getB62();

    B62 getB62(int index);

    B62 getB62ByTopiaId(String topiaId);

    List getB62TopiaIds();

    int sizeB62();

    boolean isB62Empty();

    boolean isB62NotEmpty();

    boolean containsB62(B62 b62);

} //A62




© 2015 - 2024 Weber Informatics LLC | Privacy Policy