com.ptc.windchill.ws
Class ContentHandle

java.lang.Object
  extended bycom.ptc.windchill.ws.ContentHandle
All Implemented Interfaces:
Serializable

public class ContentHandle
extends Object
implements Serializable

The ContentHandle class is a bean class that defines the HTTP method and URL to be used in uploading or downloading a content item to/from a Windchill server.

See Also:
Serialized Form

Field Summary
private  String method
           
private  String url
           
 
Constructor Summary
ContentHandle()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMethod()
           
 String getUrl()
           
 void setMethod(String method)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

private String method

url

private String url
Constructor Detail

ContentHandle

public ContentHandle()
Method Detail

getMethod

public String getMethod()

setMethod

public void setMethod(String method)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

equals

public boolean equals(Object obj)