public class DeployTargetLoadModule extends Object implements Serializable
Constructor and Description |
---|
DeployTargetLoadModule() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getComponentClass() |
String |
getComponentType() |
String |
getDeployEnvironment() |
String |
getDeployType() |
String |
getLoadLibName() |
String |
getLoadModName() |
String |
getSubenvironment() |
String |
getSystem() |
int |
hashCode() |
void |
setComponentClass(String componentClass) |
void |
setComponentType(String componentType) |
void |
setDeployEnvironment(String deployEnvironment) |
void |
setDeployType(String deployType) |
void |
setLoadLibName(String loadLibName) |
void |
setLoadModName(String loadModName) |
void |
setSubenvironment(String subenvironment) |
void |
setSystem(String system) |
String |
toString()
Returns a json String
|
public String getLoadModName()
public void setLoadModName(String loadModName)
loadModName
- the loadModName to setpublic String getLoadLibName()
public void setLoadLibName(String loadLibName)
loadLibName
- the loadLibName to setpublic String getComponentType()
public void setComponentType(String componentType)
componentType
- the componentType to setpublic String getComponentClass()
public void setComponentClass(String componentClass)
componentClass
- the componentClass to setpublic String getDeployEnvironment()
public void setDeployEnvironment(String deployEnvironment)
deployEnvironment
- the deployEnvironment to setpublic String getSubenvironment()
public void setSubenvironment(String subenvironment)
subenvironment
- the subenvironment to setpublic String getSystem()
public void setSystem(String system)
system
- the system to setpublic String getDeployType()
public void setDeployType(String deployType)
deployType
- the deployType to setCopyright © 2016–2025. All rights reserved.