fr.cnes.sitools.units.dimension
Class AbstractDimensionApplication

java.lang.Object
  extended by ExtendedWadlApplication
      extended by fr.cnes.sitools.common.application.SitoolsApplication
          extended by fr.cnes.sitools.units.dimension.AbstractDimensionApplication
Direct Known Subclasses:
DimensionAdministration

public abstract class AbstractDimensionApplication
extends SitoolsApplication

Base class for dimension application

Author:
m.marseille (AKKA technologies)

Constructor Summary
AbstractDimensionApplication(org.restlet.Context context)
          Constructor with context
 
Method Summary
 SitoolsStore<SitoolsDimension> getStore()
          Gets the store value
 void setStore(SitoolsStore<SitoolsDimension> store)
          Sets the value of store
 
Methods inherited from class fr.cnes.sitools.common.application.SitoolsApplication
addSecurity, addSecurity, addSecurityFilter, defaultDescribe, getApplicationInfo, getAttachementRef, getAuthenticationRealm, getAuthorizer, getAuthorizer, getAuthorizer, getCategory, getId, getPublicBaseRef, getRepresentationInfoReferences, getSecure, getSettings, getSitoolsApplicationInfo, getType, getUserAuthorizer, isAuthorizationSecure, isUserAuthenticationNeeded, register, setAutoRegistration, setCategory, setId, setSitoolsApplicationInfo, setType, setUserAuthenticationNeeded, sitoolsDescribe, start, stop, unregister, wrapToResource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDimensionApplication

public AbstractDimensionApplication(org.restlet.Context context)
Constructor with context

Parameters:
context - the Restlet context
Method Detail

setStore

public final void setStore(SitoolsStore<SitoolsDimension> store)
Sets the value of store

Parameters:
store - the store to set

getStore

public final SitoolsStore<SitoolsDimension> getStore()
Gets the store value

Returns:
the store


Copyright © 2010-2013 CNES. All Rights Reserved.