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