Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


oracle.sdp.jsr309.configuration.beans
Interface Jsr309BaseBean

All Superinterfaces:
weblogic.descriptor.DescriptorBean, weblogic.descriptor.SettableBean
All Known Subinterfaces:
Jsr309ConfigurationBean, MsFactoryPropertyBean

public interface Jsr309BaseBean
extends weblogic.descriptor.DescriptorBean

Jsr309BaseBean.


Method Summary
 java.lang.String getName()
          The name of the bean.
 void setName(java.lang.String name)
          Sets the value of the Name attribute.

 

Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener

 

Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet

 

Method Detail

getName

java.lang.String getName()

The name of the bean.

Returns:
name

setName

void setName(java.lang.String name)

Sets the value of the Name attribute.

Parameters:
name - bean name
See Also:
getName()

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.