com.ptc.netmarkets.project
Class NmProjectCommands.Path

java.lang.Object
  extended bycom.ptc.netmarkets.util.misc.NmModel
      extended bycom.ptc.netmarkets.project.NmProjectCommands.Path
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
NmProjectCommands

public static class NmProjectCommands.Path
extends NmModel

See Also:
Serialized Form

Field Summary
private  NmProject project
           
 
Fields inherited from class com.ptc.netmarkets.util.misc.NmModel
EXTERNALIZATION_VERSION_UID, OLD_FORMAT_VERSION_UID
 
Constructor Summary
NmProjectCommands.Path(NmContext context, javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 NmProject getProject()
           
 
Methods inherited from class com.ptc.netmarkets.util.misc.NmModel
getLastUpdate, getMessage, getModel, getNonSelectableRows, getRowStyles, getRowSytle, getViewMode, isCollapseable, isNonSelectableRow, readExternal, readVersion, setCollapseable, setLastUpdate, setMessage, setNonSelectableRow, setNonSelectableRows, setRowStyles, setRowSytle, setViewMode, updateModel, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

private NmProject project
Constructor Detail

NmProjectCommands.Path

public NmProjectCommands.Path(NmContext context,
                              javax.servlet.http.HttpServletRequest request)
                       throws WTException
Method Detail

getProject

public NmProject getProject()