org.ow2.util.ee.metadata.ejbjar.api.struct
Interface IJCommonBean

All Superinterfaces:
Serializable
All Known Subinterfaces:
IJMessageDriven, IJSingleton, IJStateful, IJStateless

public interface IJCommonBean
extends Serializable

IJCommonBean.

Author:
Gael Lalire

Method Summary
 String getDescription()
           
 String getMappedName()
           
 String getName()
           
 void setDescription(String description)
          Sets the description.
 void setMappedName(String mappedName)
          Sets the mapped name.
 void setName(String name)
          Sets the bean name.
 

Method Detail

getDescription

String getDescription()
Returns:
the description.

setDescription

void setDescription(String description)
Sets the description.

Parameters:
description - value of description

getMappedName

String getMappedName()
Returns:
the mapped name (JNDI ?)

setMappedName

void setMappedName(String mappedName)
Sets the mapped name.

Parameters:
mappedName - the value to set

getName

String getName()
Returns:
name of the bean.

setName

void setName(String name)
Sets the bean name.

Parameters:
name - the bean's name


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.