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

net.anotheria.anosite.gen.assitedata.bean.EditMediaLinkFB Maven / Gradle / Ivy

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

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

public class EditMediaLinkFB 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 name;
	private String file;
	private List fileCollection;
	private String fileCurrentValue;
	private String fileIdOfCurrentValue;
	private String href;
	private String type;
	private int media;
	private List mediaCollection;
	private String mediaCurrentValue;
	private String mediaIdOfCurrentValue;
	private int rel;
	private List relCollection;
	private String relCurrentValue;
	private String relIdOfCurrentValue;
	private int rev;
	private List revCollection;
	private String revCurrentValue;
	private String revIdOfCurrentValue;
	private String hreflang;
	private String charset;
	private String browserFiltering;
	private String onload;
	private int guards;

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

	public String getId(){
		return id;
	}

	public void setName(String name ){
		this.name = name;
	}

	public String getName(){
		return name;
	}

	public void setFileCollection(List fileCollection ){
		this.fileCollection = fileCollection;
	}

	public List getFileCollection(){
		return fileCollection;
	}

	public void setFileCurrentValue(String fileCurrentValue ){
		this.fileCurrentValue = fileCurrentValue;
	}

	public String getFileCurrentValue(){
		return fileCurrentValue;
	}

	public void setFileIdOfCurrentValue(String fileIdOfCurrentValue ){
		this.fileIdOfCurrentValue = fileIdOfCurrentValue;
	}

	public String getFileIdOfCurrentValue(){
		return fileIdOfCurrentValue;
	}

	public void setFile(String file ){
		this.file = file;
	}

	public String getFile(){
		return file;
	}

	public void setHref(String href ){
		this.href = href;
	}

	public String getHref(){
		return href;
	}

	public void setType(String type ){
		this.type = type;
	}

	public String getType(){
		return type;
	}

	public void setMediaCollection(List mediaCollection ){
		this.mediaCollection = mediaCollection;
	}

	public List getMediaCollection(){
		return mediaCollection;
	}

	public void setMediaCurrentValue(String mediaCurrentValue ){
		this.mediaCurrentValue = mediaCurrentValue;
	}

	public String getMediaCurrentValue(){
		return mediaCurrentValue;
	}

	public void setMediaIdOfCurrentValue(String mediaIdOfCurrentValue ){
		this.mediaIdOfCurrentValue = mediaIdOfCurrentValue;
	}

	public String getMediaIdOfCurrentValue(){
		return mediaIdOfCurrentValue;
	}

	public void setMedia(int media ){
		this.media = media;
	}

	public int getMedia(){
		return media;
	}

	public void setRelCollection(List relCollection ){
		this.relCollection = relCollection;
	}

	public List getRelCollection(){
		return relCollection;
	}

	public void setRelCurrentValue(String relCurrentValue ){
		this.relCurrentValue = relCurrentValue;
	}

	public String getRelCurrentValue(){
		return relCurrentValue;
	}

	public void setRelIdOfCurrentValue(String relIdOfCurrentValue ){
		this.relIdOfCurrentValue = relIdOfCurrentValue;
	}

	public String getRelIdOfCurrentValue(){
		return relIdOfCurrentValue;
	}

	public void setRel(int rel ){
		this.rel = rel;
	}

	public int getRel(){
		return rel;
	}

	public void setRevCollection(List revCollection ){
		this.revCollection = revCollection;
	}

	public List getRevCollection(){
		return revCollection;
	}

	public void setRevCurrentValue(String revCurrentValue ){
		this.revCurrentValue = revCurrentValue;
	}

	public String getRevCurrentValue(){
		return revCurrentValue;
	}

	public void setRevIdOfCurrentValue(String revIdOfCurrentValue ){
		this.revIdOfCurrentValue = revIdOfCurrentValue;
	}

	public String getRevIdOfCurrentValue(){
		return revIdOfCurrentValue;
	}

	public void setRev(int rev ){
		this.rev = rev;
	}

	public int getRev(){
		return rev;
	}

	public void setHreflang(String hreflang ){
		this.hreflang = hreflang;
	}

	public String getHreflang(){
		return hreflang;
	}

	public void setCharset(String charset ){
		this.charset = charset;
	}

	public String getCharset(){
		return charset;
	}

	public void setBrowserFiltering(String browserFiltering ){
		this.browserFiltering = browserFiltering;
	}

	public String getBrowserFiltering(){
		return browserFiltering;
	}

	public void setOnload(String onload ){
		this.onload = onload;
	}

	public String getOnload(){
		return onload;
	}

	public void setGuards(int guards ){
		this.guards = guards;
	}

	public int getGuards(){
		return guards;
	}

	/**
	 * 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