net.anotheria.anosite.gen.asaction.action.BaseActionDefAction Maven / Gradle / Ivy
/**
********************************************************************************
*** BaseActionDefAction.java ***
*** generated by AnoSiteGenerator (ASG), Version: 2.6.3 ***
*** Copyright (C) 2005 - 2010 Anotheria.net, www.anotheria.net ***
*** All Rights Reserved. ***
********************************************************************************
*** Don't edit this code, if you aren't sure ***
*** that you do exactly know what you are doing! ***
*** It's better to invest time in the generator, as into the generated code. ***
********************************************************************************
*/
package net.anotheria.anosite.gen.asaction.action;
import net.anotheria.anosite.gen.shared.action.BaseActionsAction;
import net.anotheria.maf.bean.FormBean;
public abstract class BaseActionDefAction extends BaseActionsAction{
// Generated by: class net.anotheria.asg.generator.view.action.ModuleActionsGenerator.generateBaseAction
protected String getTitle(){
return "Actions";
} //getTitle
protected String getCurrentModuleDefName(){
return "ASAction";
} //getCurrentModuleDefName
protected String getCurrentDocumentDefName(){
return "ActionDef";
} //getCurrentDocumentDefName
}