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

org.nuiton.topia.it.mapping.test1.B13 Maven / Gradle / Ivy

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

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

    String PROPERTY_ROLE_A13 = "roleA13";

    void setRoleA13(A13 roleA13);

    A13 getRoleA13();

} //B13




© 2015 - 2024 Weber Informatics LLC | Privacy Policy