org.codehaus.mojo.freeform.project
Class SourceFolder

java.lang.Object
  extended by org.codehaus.mojo.freeform.project.SourceFolder
All Implemented Interfaces:
Serializable

public class SourceFolder
extends Object
implements Serializable

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
SourceFolder()
           
 
Method Summary
 String getLabel()
          Get null
 String getLocation()
          Get null
 String getModelEncoding()
           
 String getType()
          Get null
 void setLabel(String label)
          Set null
 void setLocation(String location)
          Set null
 void setModelEncoding(String modelEncoding)
           
 void setType(String type)
          Set null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceFolder

public SourceFolder()
Method Detail

getLabel

public String getLabel()
Get null


getLocation

public String getLocation()
Get null


getType

public String getType()
Get null


setLabel

public void setLabel(String label)
Set null

Parameters:
label -

setLocation

public void setLocation(String location)
Set null

Parameters:
location -

setType

public void setType(String type)
Set null

Parameters:
type -

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2005-2011 Codehaus. All Rights Reserved.