Implementation of {@link ResourceId} used for Query.
This class is mutable under one condition only; during a commit a datastore can update the internal fid to reflect the real identify assigned by the database or wfs.
@author Justin Deoliveira, The Open Planning Project
@since 8.0
@source $URL$
This represent a resource id. This keep the path which used to identify that resource in the present state in a unique way. In addition to that it keep the more drilled down details of the path, the path id and resource name. If the resource is a collection pathID = REG_PATH_ID(path) name = null If the resource is not a collection pathId = REG_PATH_ID(parentPath(path)) name = the name component of the path id so path = parentPath(path) + "/" + name component of the path.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.