com.jalios.util
Class Enclosure

java.lang.Object
  extended by com.jalios.util.Enclosure

public class Enclosure
extends Object

abstraction of RSS enclosure

Author:
Ludovic SMADJA

Field Summary
static String REVISION
           
 
Constructor Summary
Enclosure(long length, String type, String uRL)
           
 
Method Summary
 long getLength()
           
 String getType()
           
 String getURL()
           
 void setLength(long length)
           
 void setType(String type)
           
 void setURL(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

Enclosure

public Enclosure(long length,
                 String type,
                 String uRL)
Method Detail

getLength

public long getLength()
Returns:
the length

setLength

public void setLength(long length)
Parameters:
length - the length to set

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

getURL

public String getURL()
Returns:
the url

setURL

public void setURL(String url)
Parameters:
url - the url to set


Copyright © 2001-2010 Jalios SA. All Rights Reserved.