com.ptc.windchill.cadx.common.util
Class CheckoutMetadata

java.lang.Object
  extended bycom.ptc.windchill.cadx.common.util.CheckoutMetadata
All Implemented Interfaces:
Externalizable, Serializable

public class CheckoutMetadata
extends Object
implements Externalizable

See Also:
Serialized Form

Field Summary
static long EXTERNALIZATION_VERSION_UID
           
private  String objOid
           
(package private) static long serialVersionUID
           
 
Constructor Summary
CheckoutMetadata()
           
CheckoutMetadata(EPMDocument doc)
           
CheckoutMetadata(String objOid)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getObjOid()
          Gets the Name
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
 void setObjOid(String newObjOid)
           
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objOid

private String objOid

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

CheckoutMetadata

public CheckoutMetadata()

CheckoutMetadata

public CheckoutMetadata(String objOid)

CheckoutMetadata

public CheckoutMetadata(EPMDocument doc)
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

getObjOid

public String getObjOid()
Gets the Name


setObjOid

public void setObjOid(String newObjOid)

equals

public boolean equals(Object obj)