org.netbeans.modules.j2ee.dd.api.ejb
Interface EjbRelation
- All Superinterfaces:
- CommonDDBean, DescriptionInterface
public interface EjbRelation
- extends CommonDDBean, DescriptionInterface
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
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()