GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions | Private Attributes

de.zib.gndms.common.rest.Facet Class Reference

Class representing a facet of a rest resource. More...

List of all members.

Public Member Functions

 Facet ()
 The constructor.
 Facet (final String name, final String url)
 The constructor, setting name and url of the facet.
final String getName ()
 Returns the name of the facet.
final void setName (final String name)
 Sets the name of the facet.
final String getUrl ()
 Returns the url of the facet.
final void setUrl (final String url)
 Sets the url of the facet.

Private Attributes

String name
 The short name of the facet.
String url
 The complete url.

Detailed Description

Class representing a facet of a rest resource.

Author:
try ma ik jo rr a zib
Version:
$Id$

Date: 26.01.11, Time: 12:29


Constructor & Destructor Documentation

de.zib.gndms.common.rest.Facet.Facet ( final String  name,
final String  url 
)

The constructor, setting name and url of the facet.

Parameters:
nameThe name.
urlThe url.

Member Function Documentation

final String de.zib.gndms.common.rest.Facet.getName ( )

Returns the name of the facet.

Returns:
The name.
final String de.zib.gndms.common.rest.Facet.getUrl ( )

Returns the url of the facet.

Returns:
The url.
final void de.zib.gndms.common.rest.Facet.setName ( final String  name)

Sets the name of the facet.

Parameters:
nameThe name.
final void de.zib.gndms.common.rest.Facet.setUrl ( final String  url)

Sets the url of the facet.

Parameters:
urlThe url.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations