org.codehaus.plexus.summit.view
Class AbstractView

java.lang.Object
  extended byorg.codehaus.plexus.summit.view.AbstractView
All Implemented Interfaces:
View
Direct Known Subclasses:
DefaultView

public abstract class AbstractView
extends java.lang.Object
implements View

The base class from which all Views are derived.

Version:
$Id: AbstractView.java 2083 2005-06-05 03:01:09Z jvanzyl $
Author:
Jason van Zyl

Field Summary
private  java.lang.String name
           
 
Constructor Summary
AbstractView(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
          Get the name of the view.
 void setName(java.lang.String name)
          Set the name of the view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name
Constructor Detail

AbstractView

public AbstractView(java.lang.String name)
Method Detail

setName

public void setName(java.lang.String name)
Description copied from interface: View
Set the name of the view.

Specified by:
setName in interface View

getName

public java.lang.String getName()
Description copied from interface: View
Get the name of the view.

Specified by:
getName in interface View