org.duracloud.duradmin.domain
Class AdminInit

java.lang.Object
  extended by org.duracloud.duradmin.domain.AdminInit

public class AdminInit
extends Object


Constructor Summary
AdminInit()
           
 
Method Summary
 String getAmaUrl()
           
 String getDuraBossContext()
           
 String getDuraServiceContext()
           
 String getDuraServiceHost()
           
 String getDuraServicePort()
           
 String getDuraStoreContext()
           
 String getDuraStoreHost()
           
 String getDuraStorePort()
           
 void setAmaUrl(String amaUrl)
           
 void setDuraBossContext(String durabossContext)
           
 void setDuraServiceContext(String duraServiceContext)
           
 void setDuraServiceHost(String duraServiceHost)
           
 void setDuraServicePort(String duraServicePort)
           
 void setDuraStoreContext(String duraStoreContext)
           
 void setDuraStoreHost(String duraStoreHost)
           
 void setDuraStorePort(String duraStorePort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminInit

public AdminInit()
Method Detail

getDuraStoreHost

public String getDuraStoreHost()

setDuraStoreHost

public void setDuraStoreHost(String duraStoreHost)

getDuraStorePort

public String getDuraStorePort()

setDuraStorePort

public void setDuraStorePort(String duraStorePort)

getDuraStoreContext

public String getDuraStoreContext()

setDuraStoreContext

public void setDuraStoreContext(String duraStoreContext)

getDuraServiceHost

public String getDuraServiceHost()

setDuraServiceHost

public void setDuraServiceHost(String duraServiceHost)

getDuraServicePort

public String getDuraServicePort()

setDuraServicePort

public void setDuraServicePort(String duraServicePort)

getDuraServiceContext

public String getDuraServiceContext()

setDuraServiceContext

public void setDuraServiceContext(String duraServiceContext)

getAmaUrl

public String getAmaUrl()

setAmaUrl

public void setAmaUrl(String amaUrl)

setDuraBossContext

public void setDuraBossContext(String durabossContext)

getDuraBossContext

public String getDuraBossContext()


Copyright © 2009-2012 DuraSpace. All Rights Reserved.