Package dev.getelements.elements.rt
Class SimpleResourceServiceListing
java.lang.Object
dev.getelements.elements.rt.SimpleResourceServiceListing
- All Implemented Interfaces:
ResourceService.Listing
,Serializable
public class SimpleResourceServiceListing
extends Object
implements ResourceService.Listing, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getPath()
Returns thePath
of thisResourceService.Listing
Returns theResourceId
at the suppliedResourceId
.int
hashCode()
void
void
setResourceId
(ResourceId resourceId) toString()
-
Constructor Details
-
SimpleResourceServiceListing
public SimpleResourceServiceListing()
-
-
Method Details
-
getPath
Description copied from interface:ResourceService.Listing
Returns thePath
of thisResourceService.Listing
- Specified by:
getPath
in interfaceResourceService.Listing
- Returns:
- the
Path
-
setPath
-
getResourceId
Description copied from interface:ResourceService.Listing
Returns theResourceId
at the suppliedResourceId
.- Specified by:
getResourceId
in interfaceResourceService.Listing
- Returns:
- the
ResourceId
-
setResourceId
-
equals
-
hashCode
public int hashCode() -
toString
-