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

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

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface EjbRelationshipRole
extends CommonDDBean, DescriptionInterface


Field Summary
static String CASCADE_DELETE
           
static String CASCADEDELETEID
           
static String CMR_FIELD
           
static String EJB_RELATIONSHIP_ROLE_NAME
           
static String EJBRELATIONSHIPROLENAMEID
           
static String MULTIPLICITY
           
static String MULTIPLICITY_MANY
           
static String MULTIPLICITY_ONE
           
static String RELATIONSHIP_ROLE_SOURCE
           
 
Method Summary
 CmrField getCmrField()
           
 String getEjbRelationshipRoleName()
           
 String getEjbRelationshipRoleNameId()
           
 String getMultiplicity()
           
 RelationshipRoleSource getRelationshipRoleSource()
           
 boolean isCascadeDelete()
           
 CmrField newCmrField()
           
 RelationshipRoleSource newRelationshipRoleSource()
           
 void setCascadeDelete(boolean value)
           
 void setCmrField(CmrField value)
           
 void setEjbRelationshipRoleName(String value)
           
 void setEjbRelationshipRoleNameId(String value)
           
 void setMultiplicity(String value)
           
 void setRelationshipRoleSource(RelationshipRoleSource 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_RELATIONSHIP_ROLE_NAME

static final String EJB_RELATIONSHIP_ROLE_NAME
See Also:
Constant Field Values

EJBRELATIONSHIPROLENAMEID

static final String EJBRELATIONSHIPROLENAMEID
See Also:
Constant Field Values

MULTIPLICITY

static final String MULTIPLICITY
See Also:
Constant Field Values

CASCADE_DELETE

static final String CASCADE_DELETE
See Also:
Constant Field Values

CASCADEDELETEID

static final String CASCADEDELETEID
See Also:
Constant Field Values

RELATIONSHIP_ROLE_SOURCE

static final String RELATIONSHIP_ROLE_SOURCE
See Also:
Constant Field Values

CMR_FIELD

static final String CMR_FIELD
See Also:
Constant Field Values

MULTIPLICITY_ONE

static final String MULTIPLICITY_ONE
See Also:
Constant Field Values

MULTIPLICITY_MANY

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

setEjbRelationshipRoleName

void setEjbRelationshipRoleName(String value)

getEjbRelationshipRoleName

String getEjbRelationshipRoleName()

setEjbRelationshipRoleNameId

void setEjbRelationshipRoleNameId(String value)

getEjbRelationshipRoleNameId

String getEjbRelationshipRoleNameId()

setMultiplicity

void setMultiplicity(String value)

getMultiplicity

String getMultiplicity()

setCascadeDelete

void setCascadeDelete(boolean value)

isCascadeDelete

boolean isCascadeDelete()

setRelationshipRoleSource

void setRelationshipRoleSource(RelationshipRoleSource value)

getRelationshipRoleSource

RelationshipRoleSource getRelationshipRoleSource()

newRelationshipRoleSource

RelationshipRoleSource newRelationshipRoleSource()

setCmrField

void setCmrField(CmrField value)

getCmrField

CmrField getCmrField()

newCmrField

CmrField newCmrField()

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

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.