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

org.nuiton.topia.it.mapping.test11.A11E Maven / Gradle / Ivy

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

import java.util.Date;
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 A11E extends TopiaEntity {

    String PROPERTY_INTEGER_FIELD = "integerField";

    String PROPERTY_STRING_FIELD = "stringField";

    String PROPERTY_DATE_FIELD = "dateField";

    void setIntegerField(Integer integerField);

    Integer getIntegerField();

    void setStringField(String stringField);

    String getStringField();

    void setDateField(Date dateField);

    Date getDateField();

} //A11E




© 2015 - 2024 Weber Informatics LLC | Privacy Policy