org.kuali.common.util.config
Class ContextConfig

java.lang.Object
  extended by org.kuali.common.util.config.ContextConfig

Deprecated.

@Deprecated
public class ContextConfig
extends Object


Constructor Summary
ContextConfig()
          Deprecated.  
ContextConfig(ContextConfig config)
          Deprecated.  
ContextConfig(String name)
          Deprecated.  
ContextConfig(String name, List<Location> locations)
          Deprecated.  
 
Method Summary
 List<ContextConfig> getContexts()
          Deprecated.  
 String getId()
          Deprecated.  
 List<Location> getLocations()
          Deprecated.  
 void setContexts(List<ContextConfig> children)
          Deprecated.  
 void setId(String name)
          Deprecated.  
 void setLocations(List<Location> locations)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextConfig

public ContextConfig(ContextConfig config)
Deprecated. 

ContextConfig

public ContextConfig()
Deprecated. 

ContextConfig

public ContextConfig(String name)
Deprecated. 

ContextConfig

public ContextConfig(String name,
                     List<Location> locations)
Deprecated. 
Method Detail

getId

public String getId()
Deprecated. 

getLocations

public List<Location> getLocations()
Deprecated. 

getContexts

public List<ContextConfig> getContexts()
Deprecated. 

setLocations

public void setLocations(List<Location> locations)
Deprecated. 

setContexts

public void setContexts(List<ContextConfig> children)
Deprecated. 

setId

public void setId(String name)
Deprecated. 


Copyright © 2010–2014 The Kuali Foundation. All rights reserved.