|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.core.task.DefaultTaskObject
wt.dataops.delete.DeleteTaskObject
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
private String |
modelName
|
private String |
name
|
private String |
number
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private Persistable |
p
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private String |
type
|
Fields inherited from class com.ptc.core.task.DefaultTaskObject |
|
Fields inherited from interface com.ptc.core.task.TaskObject |
OBJECT, OID |
Constructor Summary | |
DeleteTaskObject()
|
Method Summary | |
String |
getModelName()
Supported API: false |
String |
getName()
Supported API: false |
String |
getNumber()
Supported API: false |
Object |
getObject()
Supported API: false |
private static String |
getObjectStringAttribute(Object obj,
String getMethodName)
|
String |
getType()
Supported API: false |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(DeleteTaskObject thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
private void |
setIdentityAttributes()
|
void |
setOid(String a_oid)
Supported API: false |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class com.ptc.core.task.DefaultTaskObject |
addAttribute, getAttribute, getAttributes, getOid, readVersion, setAttributes, setObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String name
private String number
private String modelName
private String type
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private Persistable p
Constructor Detail |
public DeleteTaskObject()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class DefaultTaskObject
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class DefaultTaskObject
input
-
IOException
ClassNotFoundException
protected boolean readVersion(DeleteTaskObject 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 void setOid(String a_oid) throws WTPropertyVetoException
setOid
in interface TaskObject
setOid
in class DefaultTaskObject
a_oid
-
WTPropertyVetoException
public Object getObject()
getObject
in interface TaskObject
getObject
in class DefaultTaskObject
public String getName()
getName
in interface TaskObject
getName
in class DefaultTaskObject
public String getNumber()
getNumber
in interface TaskObject
getNumber
in class DefaultTaskObject
public String getModelName()
getModelName
in interface TaskObject
getModelName
in class DefaultTaskObject
public String getType()
getType
in interface TaskObject
getType
in class DefaultTaskObject
private void setIdentityAttributes() throws WTException
WTException
private static String getObjectStringAttribute(Object obj, String getMethodName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |