Method Summary |
|
public Object | clone() Creates a deep 'bean' clone of the object. |
public void | copyFrom(Object obj) |
public boolean | equals(Object other) Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
Parameters: other - he reference object with which to compare. |
public Class | getInterface() |
public long | getLength() Returns the enclosure length. |
public String | getType() Returns the enclosure type. |
public String | getUrl() Returns the enclosure URL. |
public int | hashCode() Returns a hashcode value for the object. |
public void | setLength(long length) Sets the enclosure length. |
public void | setType(String type) Sets the enclosure type. |
public void | setUrl(String url) Sets the enclosure URL. |
public String | toString() Returns the String representation for the object. |