net.sf.navigator.displayer
Class MenuDisplayerMapping

java.lang.Object
  extended by net.sf.navigator.displayer.MenuDisplayerMapping
All Implemented Interfaces:
Serializable

public class MenuDisplayerMapping
extends Object
implements Serializable

Version:
Author:
ssayles
See Also:
Serialized Form

Constructor Summary
MenuDisplayerMapping()
           
 
Method Summary
 String getConfig()
          Getter for property config.
 String getName()
          Getter for property name.
 String getType()
          Getter for property type.
 void setConfig(String config)
          Setter for property config.
 void setName(String name)
          Setter for property name.
 void setType(String type)
          Setter for property type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuDisplayerMapping

public MenuDisplayerMapping()
Method Detail

getName

public String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(String name)
Setter for property name.

Parameters:
name - New value of property name.

getType

public String getType()
Getter for property type.

Returns:
Value of property type.

setType

public void setType(String type)
Setter for property type.

Parameters:
type - New value of property type.

getConfig

public String getConfig()
Getter for property config.

Returns:
Value of property config.

setConfig

public void setConfig(String config)
Setter for property config.

Parameters:
config - New value of property config.


Copyright © 2003-2007 SourceForge. All Rights Reserved.