org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.ejb
Interface EjbRelation

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface EjbRelation
extends CommonDDBean, DescriptionInterface


Field Summary
static String EJB_RELATION_NAME
           
static String EJB_RELATIONSHIP_ROLE
           
static String EJB_RELATIONSHIP_ROLE2
           
static String EJBRELATIONNAMEID
           
 
Method Summary
 String getEjbRelationName()
           
 String getEjbRelationNameId()
           
 EjbRelationshipRole getEjbRelationshipRole()
           
 EjbRelationshipRole getEjbRelationshipRole2()
           
 EjbRelationshipRole newEjbRelationshipRole()
           
 void setEjbRelationName(String value)
           
 void setEjbRelationNameId(String value)
           
 void setEjbRelationshipRole(EjbRelationshipRole value)
           
 void setEjbRelationshipRole2(EjbRelationshipRole value)
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 

Field Detail

EJB_RELATION_NAME

static final String EJB_RELATION_NAME
See Also:
Constant Field Values

EJBRELATIONNAMEID

static final String EJBRELATIONNAMEID
See Also:
Constant Field Values

EJB_RELATIONSHIP_ROLE

static final String EJB_RELATIONSHIP_ROLE
See Also:
Constant Field Values

EJB_RELATIONSHIP_ROLE2

static final String EJB_RELATIONSHIP_ROLE2
See Also:
Constant Field Values
Method Detail

setEjbRelationName

void setEjbRelationName(String value)

getEjbRelationName

String getEjbRelationName()

setEjbRelationNameId

void setEjbRelationNameId(String value)

getEjbRelationNameId

String getEjbRelationNameId()

setEjbRelationshipRole

void setEjbRelationshipRole(EjbRelationshipRole value)

getEjbRelationshipRole

EjbRelationshipRole getEjbRelationshipRole()

newEjbRelationshipRole

EjbRelationshipRole newEjbRelationshipRole()

setEjbRelationshipRole2

void setEjbRelationshipRole2(EjbRelationshipRole value)

getEjbRelationshipRole2

EjbRelationshipRole getEjbRelationshipRole2()

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on November 20 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.