org.codehaus.mojo.freeform.project
Class FileViewItem

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

public class FileViewItem
extends ViewItem
implements Serializable

null

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

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

Constructor Detail

FileViewItem

public FileViewItem()
Method Detail

getLabel

public String getLabel()
Get null


getLocation

public String getLocation()
Get null


setLabel

public void setLabel(String label)
Set null

Parameters:
label -

setLocation

public void setLocation(String location)
Set null

Parameters:
location -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Overrides:
setModelEncoding in class ViewItem

getModelEncoding

public String getModelEncoding()
Overrides:
getModelEncoding in class ViewItem


Copyright © 2005-2011 Codehaus. All Rights Reserved.