![JAR search and dependency download from the Maven repository](/logo.png)
org.nuiton.topia.it.mapping.test6.A6 Maven / Gradle / Ivy
The newest version!
package org.nuiton.topia.it.mapping.test6;
/*-
* #%L
* ToPIA :: IT
* %%
* Copyright (C) 2004 - 2024 Code Lutin
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
*
* You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* .
* #L%
*/
import java.util.List;
import org.nuiton.topia.persistence.TopiaEntity;
import org.nuiton.topia.persistence.event.ListenableTopiaEntity;
public interface A6 extends TopiaEntity, ListenableTopiaEntity {
String PROPERTY_B6 = "b6";
void addB6(B6 b6);
void addB6(int index, B6 b6);
void addAllB6(Iterable b6);
void setB6(List b6);
void removeB6(B6 b6);
void removeB6(int index);
void clearB6();
List getB6();
B6 getB6(int index);
B6 getB6ByTopiaId(String topiaId);
List getB6TopiaIds();
int sizeB6();
boolean isB6Empty();
boolean isB6NotEmpty();
boolean containsB6(B6 b6);
} //A6
© 2015 - 2025 Weber Informatics LLC | Privacy Policy