Package wt.effectivity
Class _WTProductInstance
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.effectivity._WTProductInstance
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.eff._EffContext,wt.eff._ProductInstance,EffContext,wt.eff.ProductInstance,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc._UniquelyIdentified,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.BusinessInformation,Identified,NetFactor,ObjectMappable,Persistable,UniquelyIdentified,DisplayIdentification,wt.notify._Notifiable,Notifiable
- Direct Known Subclasses:
WTProductInstance
public abstract class _WTProductInstance
extends Simple
implements wt.eff.ProductInstance, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringImplementation of the serial number using a String.Fields inherited from interface wt.eff._ProductInstance
CONFIG_ITEM, CONFIG_ITEM_DESCRIPTION, CONFIG_ITEM_NAME, CONFIG_ITEM_REFERENCE, SOLUTION -
Method Summary
Modifier and TypeMethodDescriptionThe configuration item this instance represents.Derived from_ConfigurationItem.getDescription()Derived from_ConfigurationItem.getName()The configuration item this instance represents.Implementation of the serial number using a String.Derived from_ConfigurationItem.getSolution()voidsetConfigItem(EffConfigurationItem the_configItem) The configuration item this instance represents.voidsetConfigItemReference(ObjectReference the_configItemReference) The configuration item this instance represents.voidsetSerialNumber(Serializable serialNumber) Implementation of the serial number using a String.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.eff.EffContext
getIdentificationObject, setIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
SERIAL_NUMBER
Implementation of the serial number using a String.Supported API: true
- See Also:
-
WTProductInstanceProductInstance- Constant Field Values
-
-
Method Details
-
getSerialNumber
Implementation of the serial number using a String.Supported API: true
- Specified by:
getSerialNumberin interfacewt.eff._ProductInstance- Specified by:
getSerialNumberin interfacewt.eff.ProductInstance- See Also:
-
WTProductInstanceProductInstance
-
setSerialNumber
Implementation of the serial number using a String.Supported API: true
- Specified by:
setSerialNumberin interfacewt.eff._ProductInstance- Specified by:
setSerialNumberin interfacewt.eff.ProductInstance- Throws:
WTPropertyVetoException- See Also:
-
WTProductInstanceProductInstance
-
getConfigItem
The configuration item this instance represents. For example, the configuration item might be 'engine', the instance is a particular serial number (manufactured object) of this engine design.Supported API: true
- Specified by:
getConfigItemin interfacewt.eff._ProductInstance- See Also:
-
WTProductInstanceProductInstance
-
getConfigItemReference
The configuration item this instance represents. For example, the configuration item might be 'engine', the instance is a particular serial number (manufactured object) of this engine design.Supported API: true
- Specified by:
getConfigItemReferencein interfacewt.eff._ProductInstance- See Also:
-
WTProductInstanceProductInstance
-
setConfigItem
public void setConfigItem(EffConfigurationItem the_configItem) throws WTPropertyVetoException, WTException The configuration item this instance represents. For example, the configuration item might be 'engine', the instance is a particular serial number (manufactured object) of this engine design.Supported API: true
- Specified by:
setConfigItemin interfacewt.eff._ProductInstance- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
WTProductInstanceProductInstance
-
setConfigItemReference
public void setConfigItemReference(ObjectReference the_configItemReference) throws WTPropertyVetoException The configuration item this instance represents. For example, the configuration item might be 'engine', the instance is a particular serial number (manufactured object) of this engine design.Supported API: true
- Specified by:
setConfigItemReferencein interfacewt.eff._ProductInstance- Throws:
WTPropertyVetoException- See Also:
-
WTProductInstanceProductInstance
-
getConfigItemName
Derived from_ConfigurationItem.getName()Supported API: true
- Specified by:
getConfigItemNamein interfacewt.eff._ProductInstance- See Also:
-
ProductInstance
-
getConfigItemDescription
Derived from_ConfigurationItem.getDescription()Supported API: true
- Specified by:
getConfigItemDescriptionin interfacewt.eff._ProductInstance- See Also:
-
ProductInstance
-
getSolution
Derived from_ConfigurationItem.getSolution()Supported API: true
- Specified by:
getSolutionin interfacewt.eff._ProductInstance- See Also:
-
ProductInstance
-