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

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

public class SupportedGame
extends java.lang.Object

Author:
Matthew Wilson

Constructor Summary
SupportedGame(java.lang.String pk, java.lang.String name)
          Creates a new instance of SupportedGame
 
Method Summary
 java.lang.String getName()
          Getter for property name.
 java.lang.String getPk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportedGame

public SupportedGame(java.lang.String pk,
                     java.lang.String name)
Creates a new instance of SupportedGame

Method Detail

getName

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

Returns:
Value of property name.

getPk

public java.lang.String getPk()


Copyright © 2003 mlavilson. All Rights Reserved.