org.apache.archiva.configuration.WebappConfiguration Maven / Gradle / Ivy
The newest version!
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.7,
// any modifications will be overwritten.
// ==============================================================
package org.apache.archiva.configuration;
/**
*
* The webapp configuration settings.
*
*
* @version $Revision$ $Date$
*/
@SuppressWarnings( "all" )
public class WebappConfiguration
implements java.io.Serializable
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* options for altering the ui presentation.
*/
private UserInterfaceOptions ui;
//-----------/
//- Methods -/
//-----------/
/**
* Get options for altering the ui presentation.
*
* @return UserInterfaceOptions
*/
public UserInterfaceOptions getUi()
{
return this.ui;
} //-- UserInterfaceOptions getUi()
/**
* Set options for altering the ui presentation.
*
* @param ui
*/
public void setUi( UserInterfaceOptions ui )
{
this.ui = ui;
} //-- void setUi( UserInterfaceOptions )
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy