org.duracloud.duraservice.domain
Class Store

java.lang.Object
  extended by org.duracloud.duraservice.domain.Store
Direct Known Subclasses:
ServiceStore, UserStore

public class Store
extends Object

Contains the information necessary to connect to a DuraCloud store.

Author:
Andrew Woods Date: Mar 30, 2010

Constructor Summary
Store()
           
 
Method Summary
 String getContext()
           
 String getHost()
           
 String getPort()
           
 void setContext(String context)
           
 void setHost(String host)
           
 void setPort(String port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Store

public Store()
Method Detail

getHost

public String getHost()

setHost

public void setHost(String host)

getPort

public String getPort()

setPort

public void setPort(String port)

getContext

public String getContext()

setContext

public void setContext(String context)


Copyright © 2009-2011 DuraSpace. All Rights Reserved.