com.pmease.quickbuild.model
Class Path

java.lang.Object
  extended bycom.pmease.quickbuild.model.Persistent
      extended bycom.pmease.quickbuild.model.Path

public class Path
extends Persistent

This class is created to map a path to a integer, this is useful for create view name, or reference tree which corresponds to a particular working directory.

Author:
robin shine

Constructor Summary
Path()
           
 
Method Summary
 java.lang.String getName()
          Get name of this path.
 void setName(java.lang.String name)
           
 
Methods inherited from class com.pmease.quickbuild.model.Persistent
equals, getEntityVersion, getId, hashCode, setEntityVersion, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

public Path()
Method Detail

getName

public java.lang.String getName()
Get name of this path.

Returns:

setName

public void setName(java.lang.String name)


Copyright © 2005 PMEase Inc. All Rights Reserved.