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

template.Pojo.ftl Maven / Gradle / Ivy

${pojo.getPackageDeclaration()}
// Generated ${date} by Stark Activerecord generator ${version}

<#assign classbody>
<#include "PojoTypeDeclaration.ftl"/> {

<#if !pojo.isInterface()>
<#include "PojoFields.ftl"/>

<#include "PojoConstructors.ftl"/>
   

<#include "PojoToString.ftl"/>

<#include "PojoEqualsHashcode.ftl"/>

<#else>
<#include "PojoInterfacePropertyAccessors.ftl"/>


<#include "PojoExtraClassCode.ftl"/>

}


${pojo.generateImports()}
${classbody}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy