public class Program extends Object implements Serializable
Constructor and Description |
---|
Program() |
Modifier and Type | Method and Description |
---|---|
void |
addDeployTargetLoadModule(DeployTargetLoadModule deployTargetLoadModule)
Adds the given deploy target load library name to the list
|
void |
addLifeCycleLoadModule(LifeCycleLoadModule loadModule)
Add a load module to the list.
|
boolean |
equals(Object obj) |
String |
getApplication() |
List<DeployTargetLoadModule> |
getDeployTargetLoadModules()
Returns the list of deploy target load libraries.
|
Boolean |
getIsImpact() |
String |
getLevel() |
List<LifeCycleLoadModule> |
getLifeCycleLoadModules()
Returns the list of load modules.
|
String |
getProgramLanguage() |
String |
getProgramName() |
String |
getStream() |
String |
getSubAppl() |
int |
hashCode() |
void |
removeDeployTargetLoadModule(DeployTargetLoadModule deployTargetLoadModule)
Removes the given deploy target load library name from the list
|
void |
removeLifeCycleLoadModule(LifeCycleLoadModule loadModule)
Remove a load module from the list
|
void |
setApplication(String application) |
void |
setIsImpact(Boolean isImpact) |
void |
setLevel(String level) |
void |
setProgramLanguage(String programLanguage) |
void |
setProgramName(String programName) |
void |
setStream(String stream) |
void |
setSubAppl(String subAppl) |
String |
toString()
Returns a json String
|
public String getProgramName()
public void setProgramName(String programName)
programName
- the programName to setpublic String getProgramLanguage()
public void setProgramLanguage(String programLanguage)
programLanguage
- the programLanguage to setpublic Boolean getIsImpact()
public void setIsImpact(Boolean isImpact)
isImpact
- the isImpact to setpublic String getApplication()
public void setApplication(String application)
application
- the application to setpublic String getStream()
public void setStream(String stream)
stream
- the stream to setpublic String getLevel()
public void setLevel(String level)
level
- the level to setpublic String getSubAppl()
public void setSubAppl(String subAppl)
public List<LifeCycleLoadModule> getLifeCycleLoadModules()
public void addLifeCycleLoadModule(LifeCycleLoadModule loadModule)
loadModule
- the load modulepublic void removeLifeCycleLoadModule(LifeCycleLoadModule loadModule)
loadModule
- the load modulepublic List<DeployTargetLoadModule> getDeployTargetLoadModules()
public void addDeployTargetLoadModule(DeployTargetLoadModule deployTargetLoadModule)
deployTargetLoadModule
- deploy target load modulepublic void removeDeployTargetLoadModule(DeployTargetLoadModule deployTargetLoadModule)
deployTargetLoadModule
- deploy target load moduleCopyright © 2016–2025. All rights reserved.