org.apache.jetspeed.om.registry.base
Class BaseContentURL

java.lang.Object
  extended byorg.apache.jetspeed.om.registry.base.BaseContentURL
All Implemented Interfaces:
ContentURL, java.io.Serializable

public class BaseContentURL
extends java.lang.Object
implements ContentURL

Bean like implementation of the ContentURL interface suitable for Castor serialization.

Version:
$Id: BaseContentURL.java,v 1.4 2004/02/23 03:08:26 jford Exp $
Author:
David Sean Taylor
See Also:
Security, Serialized Form

Constructor Summary
BaseContentURL()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Implements the equals operation so that 2 elements are equal if all their member values are equal.
 boolean getCachedOnURL()
           
 java.lang.String getURL()
           
 boolean isCacheKey()
           
 void setCachedOnURL(boolean cacheKey)
           
 void setURL(java.lang.String value)
          Sets the string URL
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseContentURL

public BaseContentURL()
Method Detail

equals

public boolean equals(java.lang.Object object)
Implements the equals operation so that 2 elements are equal if all their member values are equal.


getURL

public java.lang.String getURL()
Specified by:
getURL in interface ContentURL
Returns:
the string URL

setURL

public void setURL(java.lang.String value)
Sets the string URL

Specified by:
setURL in interface ContentURL
Parameters:
value - the new URL value

isCacheKey

public boolean isCacheKey()
Specified by:
isCacheKey in interface ContentURL

setCachedOnURL

public void setCachedOnURL(boolean cacheKey)
Specified by:
setCachedOnURL in interface ContentURL

getCachedOnURL

public boolean getCachedOnURL()


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.