|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.vc.config.SetProductInstanceConfigSpecDelegate.ConfigSpecHolder2
Helper class for taking in the information passed in the form and converting it into a configuration specification.
Field Summary | |
private ConfigSpec |
configSpec
|
private String |
configSpecType
|
private String |
instanceRef
|
private String |
standartPlannedDate
|
private String |
theDate
|
Constructor Summary | |
SetProductInstanceConfigSpecDelegate.ConfigSpecHolder2()
|
Method Summary | |
ConfigSpec |
getConfigSpec()
Returns the ConfigSpec associated with this ConfigSpecHolder2. |
int |
getConfigSpecType()
Returns an int value indicating the type of Configuration Specification which has been set. |
Timestamp |
getDate()
Returns the date associated with the configuration specification. |
SerialNumberedConfiguredInstanceVersion |
getInstance()
Returns the instance object used in the configuration specification. |
private Object |
getObjectFromReference(String reference)
|
boolean |
isPlannedDate()
Returns a boolean which indicates whether or not planned date is used. |
void |
setConfigSpecType(String config_spec_type)
|
void |
setDate(String date)
|
void |
setInstance(String instance_ref)
|
void |
setPlannedDate(String show)
|
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 instanceRef
private String standartPlannedDate
private ConfigSpec configSpec
private String theDate
Constructor Detail |
public SetProductInstanceConfigSpecDelegate.ConfigSpecHolder2()
Method Detail |
public int getConfigSpecType()
public void setConfigSpecType(String config_spec_type)
public boolean isPlannedDate()
public void setPlannedDate(String show)
public SerialNumberedConfiguredInstanceVersion getInstance() throws WTException
WTException
public void setInstance(String instance_ref)
public Timestamp getDate()
public void setDate(String date)
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 |