org.apache.jetspeed.om.impl
Class JetspeedServiceReferenceImpl

java.lang.Object
  extended by org.apache.jetspeed.om.impl.JetspeedServiceReferenceImpl
All Implemented Interfaces:
java.io.Serializable, JetspeedServiceReference

public class JetspeedServiceReferenceImpl
extends java.lang.Object
implements JetspeedServiceReference

Defines Jetspeed services supported by a portlet application.

Author:
David Sean Taylor
See Also:
Serialized Form

Constructor Summary
JetspeedServiceReferenceImpl()
           
JetspeedServiceReferenceImpl(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
          The name of the Jetspeed Component Service as defined in the component assembly.
 void setName(java.lang.String name)
          The name of the Jetspeed Component Service as defined in the component assembly.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedServiceReferenceImpl

public JetspeedServiceReferenceImpl()

JetspeedServiceReferenceImpl

public JetspeedServiceReferenceImpl(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: JetspeedServiceReference
The name of the Jetspeed Component Service as defined in the component assembly.

Specified by:
getName in interface JetspeedServiceReference
Returns:

setName

public void setName(java.lang.String name)
Description copied from interface: JetspeedServiceReference
The name of the Jetspeed Component Service as defined in the component assembly.

Specified by:
setName in interface JetspeedServiceReference


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.