com.evasion.common.controler.FormStaticPage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of COMMON Show documentation
Show all versions of COMMON Show documentation
API de l'application modulaire evasion-en-ligne
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion.common.controler;
/**
*
* @author sebastien
*/
public interface FormStaticPage {
public String getCorps();
public void setCorps(String corp);
public String getDescription();
public void setDescription(String description);
public String getTitre();
public void setTitre(String titre);
}