com.ptc.windchill.cadx.common
Class NewDocumentFolderData
java.lang.Object
com.ptc.windchill.cadx.common.NewDocumentFolderData
- All Implemented Interfaces:
- Externalizable, Serializable
- public class NewDocumentFolderData
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
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
NewDocumentFolderData
public NewDocumentFolderData()
NewDocumentFolderData
public NewDocumentFolderData(String location)
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)