com.mlw.fps.model.business.vo
Class Map

java.lang.Object
  |
  +--com.mlw.fps.model.business.vo.Base
        |
        +--com.mlw.fps.model.business.vo.Map

public class Map
extends Base

Author:
Matthew Wilson

Constructor Summary
Map()
          Creates a new instance of Map
Map(java.lang.String name)
          Creates a new instance of Map
 
Method Summary
 java.lang.String getName()
          Getter for property name.
 void setName(java.lang.String name)
          Setter for property name.
 java.lang.String toString()
           
 
Methods inherited from class com.mlw.fps.model.business.vo.Base
getDate, getPk, setDate, setPk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Map

public Map()
Creates a new instance of Map


Map

public Map(java.lang.String name)
Creates a new instance of Map

Method Detail

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

setName

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

Parameters:
name - New value of property name.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003 mlavilson. All Rights Reserved.