taylor 01/05/19 10:11:01
Modified: src/java/org/apache/jetspeed/om/newregistry/base
BasePortletInfoEntry.java
Log:
temp. fix to get things compiling. Raphael will clean this up later...
Revision Changes Path
1.8 +11 -1
jakarta-jetspeed/src/java/org/apache/jetspeed/om/newregistry/base/BasePortletInfoEntry.java
Index: BasePortletInfoEntry.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/om/newregistry/base/BasePortletInfoEntry.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- BasePortletInfoEntry.java 2001/05/17 19:31:20 1.7
+++ BasePortletInfoEntry.java 2001/05/19 17:11:01 1.8
@@ -65,7 +65,7 @@
*
* @see org.apache.jetspeed.om.newregistry.PortletInfoEntry
* @author <a href="mailto:[EMAIL PROTECTED]">Rapha�l Luta</a>
- * @version $Id: BasePortletInfoEntry.java,v 1.7 2001/05/17 19:31:20 raphael Exp $
+ * @version $Id: BasePortletInfoEntry.java,v 1.8 2001/05/19 17:11:01 taylor Exp $
*/
public abstract class BasePortletInfoEntry extends BaseRegistryEntry
{
@@ -302,6 +302,16 @@
public Vector getParameters()
{
return this.parameter;
+ }
+
+ public void setParameters(Vector parameters)
+ {
+ this.parameter = parameters;
+ }
+
+ public void setMediaTypes(Vector mediaTypes)
+ {
+ this.medias = mediaTypes;
}
/** Needed for Castor 0.8.11 XML serialization for retrieving the
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]