|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.doc.SetDocConfigSpecDelegate.ConfigSpecHolder
Helper class for taking in the information passed in the form and converting it into a configuration specification.
Field Summary | |
private String |
baselineName
|
private String |
baselineRef
|
private ConfigSpec |
configSpec
|
private String |
configSpecType
|
private String |
saved
|
private String |
standardShowWip
|
private String |
standardState
|
Constructor Summary | |
SetDocConfigSpecDelegate.ConfigSpecHolder()
|
Method Summary | |
Baseline |
getBaseline()
Returns the Baseline object used in the baseline configuration specification. |
ConfigSpec |
getConfigSpec()
Returns the ConfigSpec associated with this ConfigSpecHolder. |
int |
getConfigSpecType()
Returns an int value indicating the type of Configuration Specification which has been set. |
private Object |
getObjectFromReference(String reference)
|
State |
getStandardState()
Returns the Life Cycle State which is associated with the standard configuration specification. |
boolean |
isSaved()
|
boolean |
isShowWorkInProgress()
Returns a boolean which indicates whether or not objects in the user's personal cabinet are included in the configuration specification. |
void |
setBaseline(String baseline_ref)
|
void |
setBaselineName(String name)
Sets the name of the baseline to the given String. |
void |
setConfigSpecType(String config_spec_type)
|
void |
setSaved(String saved)
|
void |
setShowWorkInProgress(String show)
|
void |
setStandardState(String state)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private String configSpecType
private String standardState
private String standardShowWip
private String baselineRef
private String baselineName
private String saved
private ConfigSpec configSpec
Constructor Detail |
public SetDocConfigSpecDelegate.ConfigSpecHolder()
Method Detail |
public int getConfigSpecType()
public void setConfigSpecType(String config_spec_type)
public State getStandardState()
public void setStandardState(String state)
public boolean isShowWorkInProgress()
public void setShowWorkInProgress(String show)
public Baseline getBaseline() throws WTException
WTException
public void setBaseline(String baseline_ref)
public void setBaselineName(String name)
name
- the String name of the baselinepublic boolean isSaved()
public void setSaved(String saved)
public String toString()
public ConfigSpec getConfigSpec() throws WTPropertyVetoException, WTException
WTPropertyVetoException
WTException
private Object getObjectFromReference(String reference) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |