blob: ba0d68e2b058202c699d0eb4d12a208be47ccc1f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007 WSO2 Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* WSO2 Inc. - initial API and implementation
* yyyymmdd bug Email and other contact information
* -------- -------- -----------------------------------------------------------
* 20070222 168766 sandakith@wso2.com - Lahiru Sandakith, Initial code to introduse the Axis2
* facet to the framework for 168766
*******************************************************************************/
package org.eclipse.jst.ws.axis2.facet.model;
public class FacetModel {
private static String webFacetConinerDir;
public static String getWebFacetConinerDir() {
return webFacetConinerDir;
}
public static void setWebFacetConinerDir(String inputWebFacetConinerDir) {
webFacetConinerDir = inputWebFacetConinerDir;
}
}