|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.fc.IdentificationObject
wt.eff.ProductInstanceIdentificationObject
The identification object to be used by all implementations of product instance.
Use the newProductInstanceIdentificationObject
static factory
method(s), not the ProductInstanceIdentificationObject
constructor,
to construct instances of this class. Instances must be constructed
using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: false
Extendable: false
ProductInstance
,
Serialized FormField Summary | |
private static String |
CLASSNAME
Deprecated. |
private EffConfigurationItem |
configItem
Deprecated. |
static long |
EXTERNALIZATION_VERSION_UID
Deprecated. |
protected static long |
OLD_FORMAT_VERSION_UID
Deprecated. |
private static String |
RESOURCE
Deprecated. |
private Serializable |
serialNumber
Deprecated. |
(package private) static long |
serialVersionUID
Deprecated. |
Fields inherited from class wt.fc.IdentificationObject |
|
Constructor Summary | |
ProductInstanceIdentificationObject()
Deprecated. |
Method Summary | |
String |
getConceptualClassname()
Deprecated. |
EffConfigurationItem |
getConfigItem()
Deprecated. |
String |
getIdentity()
Deprecated. |
protected String |
getKeyClassName()
Deprecated. |
Serializable |
getSerialNumber()
Deprecated. |
protected void |
initialize(ProductInstance productInstance)
Deprecated. |
static ProductInstanceIdentificationObject |
newProductInstanceIdentificationObject(ProductInstance productInstance)
Deprecated. |
void |
readExternal(ObjectInput input)
Deprecated. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Deprecated. Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(ProductInstanceIdentificationObject thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Deprecated. |
private void |
serialNumberValidate(Serializable a_SerialNumber)
Deprecated. |
void |
setConfigItem(EffConfigurationItem a_ConfigItem)
Deprecated. |
void |
setSerialNumber(Serializable a_SerialNumber)
Deprecated. |
protected void |
setToObject(Identified obj)
Deprecated. |
void |
writeExternal(ObjectOutput output)
Deprecated. |
Methods inherited from class wt.fc.IdentificationObject |
changeIdentity, checkIdentity, createKey, getClassInfo, getSemanticKey, initialize, readVersion, setAdditionalKeyAttributes, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private EffConfigurationItem configItem
private Serializable serialNumber
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public ProductInstanceIdentificationObject()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class IdentificationObject
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class IdentificationObject
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ProductInstanceIdentificationObject thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public EffConfigurationItem getConfigItem()
public void setConfigItem(EffConfigurationItem a_ConfigItem) throws WTPropertyVetoException
a_ConfigItem
-
WTPropertyVetoException
public Serializable getSerialNumber()
public void setSerialNumber(Serializable a_SerialNumber) throws WTPropertyVetoException
a_SerialNumber
-
WTPropertyVetoException
private void serialNumberValidate(Serializable a_SerialNumber) throws WTPropertyVetoException
a_SerialNumber
-
WTPropertyVetoException
public static ProductInstanceIdentificationObject newProductInstanceIdentificationObject(ProductInstance productInstance) throws WTException
productInstance
-
WTException
protected void initialize(ProductInstance productInstance) throws WTException
productInstance
-
WTException
protected String getKeyClassName()
getKeyClassName
in class IdentificationObject
public String getIdentity()
getIdentity
in class IdentificationObject
protected void setToObject(Identified obj) throws WTException
setToObject
in class IdentificationObject
obj
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |