org.apache.axis2.tool.service.bean
Class ClassFileSelectionBean

java.lang.Object
  extended by org.apache.axis2.tool.service.bean.ClassFileSelectionBean

public class ClassFileSelectionBean
extends Object


Constructor Summary
ClassFileSelectionBean()
           
 
Method Summary
 String getFileLocation()
           
 String getFilter()
           
 void setFileLocation(String fileLocation)
           
 void setFilter(String filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFileSelectionBean

public ClassFileSelectionBean()
Method Detail

getFileLocation

public String getFileLocation()

setFileLocation

public void setFileLocation(String fileLocation)

getFilter

public String getFilter()
Returns:
Returns the filter.

setFilter

public void setFilter(String filter)
Parameters:
filter - The filter to set.


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.