|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface was originally modeled to support as-built/as-maintained
configurations. It did not meet that objective, however, and could not
be made to do so. The SerialNumberedConfiguredInstanceVersion
class replaces it at the interface level and is implemented as WTProductInstance2
in the wt.part package.
Supported API: false
Extendable: false
Field Summary | |
static String |
BUILD_DATE
Deprecated. |
static String |
CONFIG_ITEM
Deprecated. |
static String |
CONFIG_ITEM_DESCRIPTION
Deprecated. |
static String |
CONFIG_ITEM_NAME
Deprecated. |
static String |
CONFIG_ITEM_REFERENCE
Deprecated. |
static String |
SERIAL_NUMBER
Deprecated. |
static String |
SOLUTION
Deprecated. |
static String |
SOLUTION_REFERENCE
Deprecated. |
Fields inherited from interface wt.eff.EffContext |
IDENTIFICATION_OBJECT |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
Timestamp |
getBuildDate()
Deprecated. |
EffConfigurationItem |
getConfigItem()
Deprecated. |
String |
getConfigItemDescription()
Deprecated. |
String |
getConfigItemName()
Deprecated. |
ObjectReference |
getConfigItemReference()
Deprecated. |
Serializable |
getSerialNumber()
Deprecated. |
ProductSolution |
getSolution()
Deprecated. |
ObjectReference |
getSolutionReference()
Deprecated. |
void |
setBuildDate(Timestamp a_BuildDate)
Deprecated. |
void |
setConfigItem(EffConfigurationItem a_ConfigItem)
Deprecated. |
void |
setConfigItemReference(ObjectReference a_ConfigItemReference)
Deprecated. |
void |
setSerialNumber(Serializable a_SerialNumber)
Deprecated. |
Methods inherited from interface wt.eff.EffContext |
getIdentificationObject, setIdentificationObject |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String SERIAL_NUMBER
public static final String BUILD_DATE
IncorporationDate
,
Constant Field Valuespublic static final String CONFIG_ITEM_NAME
public static final String CONFIG_ITEM_DESCRIPTION
public static final String SOLUTION
public static final String SOLUTION_REFERENCE
public static final String CONFIG_ITEM
public static final String CONFIG_ITEM_REFERENCE
Method Detail |
public Serializable getSerialNumber()
public void setSerialNumber(Serializable a_SerialNumber) throws WTPropertyVetoException
a_SerialNumber
-
WTPropertyVetoException
public Timestamp getBuildDate()
IncorporationDate
public void setBuildDate(Timestamp a_BuildDate) throws WTPropertyVetoException
a_BuildDate
-
WTPropertyVetoException
IncorporationDate
public String getConfigItemName()
public String getConfigItemDescription()
public ProductSolution getSolution()
public ObjectReference getSolutionReference()
public EffConfigurationItem getConfigItem()
public void setConfigItem(EffConfigurationItem a_ConfigItem) throws WTPropertyVetoException, WTException
a_ConfigItem
-
WTPropertyVetoException
WTException
public ObjectReference getConfigItemReference()
public void setConfigItemReference(ObjectReference a_ConfigItemReference) throws WTPropertyVetoException
a_ConfigItemReference
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |