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

net.anotheria.anosite.gen.assiteconfig.bean.EditFilteredIPFB Maven / Gradle / Ivy

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

import net.anotheria.maf.bean.FormBean;
import java.util.List;
import net.anotheria.webutils.bean.LabelValueBean;

public class EditFilteredIPFB implements FormBean{

	// Generated by: class net.anotheria.asg.generator.view.action.ModuleBeanGenerator.generateDialogForm

	// Generated by: class net.anotheria.asg.generator.view.action.ModuleBeanGenerator.generateDialogForm

	private String id;
	private String ipAddress;
	private int mask;
	private int allowance;
	private List allowanceCollection;
	private String allowanceCurrentValue;
	private String allowanceIdOfCurrentValue;

	public void setId(String id ){
		this.id = id;
	}

	public String getId(){
		return id;
	}

	public void setIpAddress(String ipAddress ){
		this.ipAddress = ipAddress;
	}

	public String getIpAddress(){
		return ipAddress;
	}

	public void setMask(int mask ){
		this.mask = mask;
	}

	public int getMask(){
		return mask;
	}

	public void setAllowanceCollection(List allowanceCollection ){
		this.allowanceCollection = allowanceCollection;
	}

	public List getAllowanceCollection(){
		return allowanceCollection;
	}

	public void setAllowanceCurrentValue(String allowanceCurrentValue ){
		this.allowanceCurrentValue = allowanceCurrentValue;
	}

	public String getAllowanceCurrentValue(){
		return allowanceCurrentValue;
	}

	public void setAllowanceIdOfCurrentValue(String allowanceIdOfCurrentValue ){
		this.allowanceIdOfCurrentValue = allowanceIdOfCurrentValue;
	}

	public String getAllowanceIdOfCurrentValue(){
		return allowanceIdOfCurrentValue;
	}

	public void setAllowance(int allowance ){
		this.allowance = allowance;
	}

	public int getAllowance(){
		return allowance;
	}

	/**
	 * LockableObject "locked" property. For object Locking.
	 */
	private boolean locked;

	public void setLocked(boolean locked ){
		this.locked = locked;
	}

	public boolean isLocked(){
		return locked;
	}

	/**
	 * LockableObject "lockerId" property. For userName containing.
	 */
	private String lockerId;

	public void setLockerId(String lockerId ){
		this.lockerId = lockerId;
	}

	public String getLockerId(){
		return lockerId;
	}

	/**
	 * LockableObject "lockingTime" property.
	 */
	private String lockingTime;

	public void setLockingTime(String lockingTime ){
		this.lockingTime = lockingTime;
	}

	public String getLockingTime(){
		return lockingTime;
	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy