net.anotheria.anosite.gen.aswebdata.bean.FooterQuickAddFB Maven / Gradle / Ivy
/**
********************************************************************************
*** FooterQuickAddFB.java ***
*** generated by AnoSiteGenerator (ASG), Version: 3.2.2 ***
*** Copyright (C) 2005 - 2023 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.aswebdata.bean;
import net.anotheria.maf.bean.FormBean;
public class FooterQuickAddFB implements FormBean{
// Generated by: class net.anotheria.asg.generator.view.action.ModuleBeanGenerator.generateListQuickAddForm
private String quickAddIds;
private String ownerId;
public void setQuickAddIds(String someIds){
quickAddIds = someIds;
}
public String getQuickAddIds(){
return quickAddIds;
}
public void setOwnerId(String anId){
ownerId = anId;
}
public String getOwnerId(){
return ownerId;
}
}