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

net.anotheria.anosite.gen.asbrand.bean.LocalizationsQuickAddFB Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
/**
 ********************************************************************************
 *** LocalizationsQuickAddFB.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.asbrand.bean;

import net.anotheria.maf.bean.FormBean;

public class LocalizationsQuickAddFB 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;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy