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

org.nuiton.topia.it.mapping.test9.A9 Maven / Gradle / Ivy

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

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

    String PROPERTY_E9 = "e9";

    void setE9(E9 e9);

    E9 getE9();

} //A9




© 2015 - 2024 Weber Informatics LLC | Privacy Policy