com.ptc.windchill.cadx.common
Class NewDocumentFolderData

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

public class NewDocumentFolderData
extends Object
implements Externalizable

See Also:
Serialized Form

Field Summary
static long EXTERNALIZATION_VERSION_UID
           
private  String location
           
(package private) static long serialVersionUID
           
 
Constructor Summary
NewDocumentFolderData()
           
NewDocumentFolderData(String location)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLocation()
          Gets the Location
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
 void setLocation(String newLocation)
           
 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

location

private String location

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

NewDocumentFolderData

public NewDocumentFolderData()

NewDocumentFolderData

public NewDocumentFolderData(String location)
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

getLocation

public String getLocation()
Gets the Location


setLocation

public void setLocation(String newLocation)

equals

public boolean equals(Object obj)