org.deegree.filter
Class ResourceId

java.lang.Object
  extended by org.deegree.filter.ResourceId

public class ResourceId
extends Object

Identifies a resource within an IdFilter.

Version:
$Revision: 31655 $, $Date: 2011-08-25 15:13:50 +0200 (Thu, 25 Aug 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
ResourceId(String rid, String previousRid, String version, DateTime startDate, DateTime endDate)
          Creates a new ResourceId instance.
 
Method Summary
 String getRid()
          Returns the id of the resource that shall be selected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceId

public ResourceId(String rid,
                  String previousRid,
                  String version,
                  DateTime startDate,
                  DateTime endDate)
Creates a new ResourceId instance.

Parameters:
rid - the id of the selected resource, must not be null
previousRid - TODO
version - TODO
startDate - TODO
endDate - TODO
Method Detail

getRid

public String getRid()
Returns the id of the resource that shall be selected.

Returns:
the id of the resource, never null


Copyright © 2011. All Rights Reserved.