All Packages Class Hierarchy This Package Previous Next Index
Class sep.io.Url
java.lang.Object
|
+----sep.io.Url
- public class Url
- extends Object
-
Url()
-
-
getContentSize()
-
-
getContentType()
-
-
getDataType()
-
-
getProtocolType()
-
-
getSource()
-
-
setContentSize(int)
-
-
setContentType(String)
-
-
setDataType(String)
-
-
setProtocolType(String)
-
-
setSource(Object)
-
-
toString()
- Returns a string representation of the object.
Url
public Url()
getContentType
public String getContentType()
getDataType
public String getDataType()
getContentSize
public int getContentSize()
getProtocolType
public String getProtocolType()
getSource
public Object getSource()
setContentType
public void setContentType(String contentType)
setDataType
public void setDataType(String dataType)
setContentSize
public void setContentSize(int size)
setProtocolType
public void setProtocolType(String protocolType)
setSource
public void setSource(Object source)
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index