|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.vc.config.SetConfigSpecDelegate.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 |
effectivityContextDisplayValue
|
private String |
effectivityContextRef
|
private String |
effectivityDate
|
private String |
effectivityValue
|
private String |
effectivityViewRef
|
private String |
saved
|
private String |
standardShowWip
|
private String |
standardState
|
private String |
standardViewRef
|
Constructor Summary | |
SetConfigSpecDelegate.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. |
EffContext |
getEffectivityContext()
Returns the Configuration Item associated with the effectivity configuration specification. |
Timestamp |
getEffectivityDate()
Returns the effectivity date associated with the effectivity configuration specification. |
String |
getEffectivityValue()
|
View |
getEffectivityView()
Returns the View associated with the Effectivity configuration specification. |
private Object |
getObjectFromReference(String reference)
|
State |
getStandardState()
Returns the Life Cycle State which is associated with the standard configuration specification. |
View |
getStandardView()
Return the View associated with the Standard Configuration Specification, if one has been set. |
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 |
setEffectivityContext(String eff_context_ref)
|
void |
setEffectivityContextDisplayValue(String eff_context_display_value)
|
void |
setEffectivityDate(String date)
|
void |
setEffectivityValue(String effectivity_value)
|
void |
setEffectivityView(String effectivity_view_ref)
|
void |
setSaved(String saved)
|
void |
setShowWorkInProgress(String show)
|
void |
setStandardState(String state)
|
void |
setStandardView(String standard_view_ref)
|
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 standardViewRef
private String standardState
private String standardShowWip
private String baselineRef
private String baselineName
private String effectivityViewRef
private String effectivityDate
private String effectivityContextRef
private String effectivityContextDisplayValue
private String effectivityValue
private String saved
private ConfigSpec configSpec
Constructor Detail |
public SetConfigSpecDelegate.ConfigSpecHolder()
Method Detail |
public int getConfigSpecType()
public void setConfigSpecType(String config_spec_type)
public View getStandardView()
public void setStandardView(String standard_view_ref)
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 View getEffectivityView()
public void setEffectivityView(String effectivity_view_ref)
public Timestamp getEffectivityDate()
public void setEffectivityDate(String date)
public EffContext getEffectivityContext() throws WTException
WTException
public void setEffectivityContext(String eff_context_ref)
public void setEffectivityContextDisplayValue(String eff_context_display_value)
public String getEffectivityValue()
public void setEffectivityValue(String effectivity_value)
public 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 |