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 class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc.adminlock._AdministrativelyLockable
ADMINISTRATIVE_LOCKFields inherited from interface wt.admin._DomainAdministered
DOMAIN_REF, INHERITED_DOMAINFields inherited from interface wt.notify._Notifiable
EVENT_SETFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.eff._ProductInstance
BUILD_DATE, CONFIG_ITEM, CONFIG_ITEM_DESCRIPTION, CONFIG_ITEM_NAME, CONFIG_ITEM_REFERENCE, SOLUTION, SOLUTION_REFERENCEFields inherited from interface wt.access._SecurityLabeled
SECURITY_LABELSFields inherited from interface wt.fc.BusinessInformation
BUSINESS_TYPE, IDENTITYFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.access.SecurityLabeled
SECURITY_LABELS_INTERNAL_VALUE -
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.enterprise.Simple
getBusinessType, getIdentity, initializeMethods inherited from class wt.enterprise._Simple
getAdministrativeLock, getDomainRef, getEventSet, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setEventSet, setInheritedDomain, setSecurityLabels, super_readExternal_Simple, super_readVersion_Simple, super_writeExternal_SimpleMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.eff.EffContext
getIdentificationObject, setIdentificationObjectMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Field Details
-
SERIAL_NUMBER
Implementation of the serial number using a String.Supported API: true
- See Also:
-
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
getConfigItemName
Derived from_ConfigurationItem.getName()Supported API: true
- Specified by:
getConfigItemNamein interfacewt.eff._ProductInstance- See Also:
-
getConfigItemDescription
Derived from_ConfigurationItem.getDescription()Supported API: true
- Specified by:
getConfigItemDescriptionin interfacewt.eff._ProductInstance- See Also:
-
getSolution
Derived from_ConfigurationItem.getSolution()Supported API: true
- Specified by:
getSolutionin interfacewt.eff._ProductInstance- See Also:
-