com.blinksale.resource
Class BaseResource

java.lang.Object
  extended by com.blinksale.resource.BaseResource
Direct Known Subclasses:
ClientResource, ClientsResource

public class BaseResource
extends java.lang.Object

Base resource corresponding giving access to the parent BlinkSale user account.

Author:
Jerome Louvel (contact@noelios.com)

Constructor Summary
BaseResource()
           
 
Method Summary
 Account getAccount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseResource

public BaseResource()
Method Detail

getAccount

public Account getAccount()