@Deprecated public class DefaultProjectConfig extends Object implements ProjectConfig
Constructor and Description |
---|
DefaultProjectConfig()
Deprecated.
|
DefaultProjectConfig(ProjectConfig request)
Deprecated.
|
DefaultProjectConfig(String configId)
Deprecated.
|
DefaultProjectConfig(String groupId,
String artifactId)
Deprecated.
|
DefaultProjectConfig(String groupId,
String artifactId,
String contextId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Deprecated.
|
String |
getConfigId()
Deprecated.
|
String |
getContextId()
Deprecated.
|
String |
getGroupId()
Deprecated.
|
void |
setArtifactId(String artifactId)
Deprecated.
|
void |
setContextId(String contextId)
Deprecated.
|
void |
setGroupId(String groupId)
Deprecated.
|
String |
toString()
Deprecated.
|
public DefaultProjectConfig()
public DefaultProjectConfig(ProjectConfig request)
public DefaultProjectConfig(String configId)
public DefaultProjectConfig(String groupId, String artifactId)
public DefaultProjectConfig(String groupId, String artifactId, String contextId)
public String getConfigId()
getConfigId
in interface ProjectConfig
public String getGroupId()
getGroupId
in interface ProjectConfig
public void setGroupId(String groupId)
public String getArtifactId()
getArtifactId
in interface ProjectConfig
public void setArtifactId(String artifactId)
public String getContextId()
getContextId
in interface ProjectConfig
public void setContextId(String contextId)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.