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

org.nuiton.topia.it.mapping.test14.A14B Maven / Gradle / Ivy

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

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 A14B extends TopiaEntity {

    String PROPERTY_B14_BASSOC14_B = "b14BAssoc14B";

    void setB14BAssoc14B(Assoc14B b14BAssoc14B);

    Assoc14B getB14BAssoc14B();

} //A14B




© 2015 - 2024 Weber Informatics LLC | Privacy Policy