com.pmease.quickbuild.model
Class PathFacade
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathFacade
public PathFacade()
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.