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

io.github.rongaru.javaee.webapp.model.AbstractTabPanelDataModelJSF Maven / Gradle / Ivy

package io.github.rongaru.javaee.webapp.model;

public abstract class AbstractTabPanelDataModelJSF< Dto > extends AbstractDataModelJSF< Dto > {

	private int activeTabIndex;

	public int getActiveTabIndex( ) {
		return activeTabIndex;
	}

	public void setActiveTabIndex( int activeTabIndex ) {
		this.activeTabIndex = activeTabIndex;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy