com.pmease.quickbuild.model
Class PathFacade

java.lang.Object
  extended bycom.pmease.quickbuild.model.PathFacade
All Implemented Interfaces:
java.io.Serializable

public class PathFacade
extends java.lang.Object
implements java.io.Serializable

Facade class for Path. 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.

See Also:
Serialized Form

Constructor Summary
PathFacade()
           
 
Method Summary
 int getEntityVersion()
           
 java.lang.Long getId()
          Get identifer of this object.
 java.lang.String getName()
          Get name of this path.
 void setEntityVersion(int entityVersion)
           
 void setId(java.lang.Long id)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathFacade

public PathFacade()
Method Detail

getName

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


setName

public void setName(java.lang.String name)

getId

public java.lang.Long getId()
Get identifer of this object.


setId

public void setId(java.lang.Long id)

getEntityVersion

public int getEntityVersion()

setEntityVersion

public void setEntityVersion(int entityVersion)


Copyright © 2005 PMEase Inc. All Rights Reserved.