org.deegree.filter
Class ResourceId
java.lang.Object
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 $
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 |
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
- TODOversion
- TODOstartDate
- TODOendDate
- TODO
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.