public class PlanScriptArtifact extends Object implements Serializable
Constructor and Description |
---|
PlanScriptArtifact() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getPlanScriptName() |
String |
getPsID() |
int |
hashCode() |
boolean |
isReadOnly() |
void |
setDescription(String description) |
void |
setPlanScriptName(String planScriptName) |
void |
setPsID(String psID) |
void |
setReadOnly(boolean readOnly) |
String |
toString() |
public String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getPlanScriptName()
public void setPlanScriptName(String planScriptName)
planScriptName
- the planScriptName to setpublic String getPsID()
public void setPsID(String psID)
psID
- the psID to setpublic boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly
- the readOnly to setCopyright © 2017. All rights reserved.