|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Designates the source of a role that participates in a relationship. A relationship-role-source element uniquely identifies an entity bean.
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
EList |
getDescriptions()
Returns the value of the 'Descriptions' containment reference list. |
ContainerManagedEntity |
getEntityBean()
|
EJBRelationshipRole |
getRole()
|
void |
setDescription(java.lang.String value)
|
void |
setEntityBean(ContainerManagedEntity value)
Sets the value of the ' Entity Bean ' reference |
void |
setRole(EJBRelationshipRole value)
|
Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
value
- The new value of the Description attributepublic EJBRelationshipRole getRole()
public void setRole(EJBRelationshipRole value)
value
- The new value of the Role referencepublic ContainerManagedEntity getEntityBean()
public void setEntityBean(ContainerManagedEntity value)
Entity Bean
' reference.
value
- the new value of the 'Entity Bean' reference.getEntityBean()
public EList getDescriptions()
Description
.
If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...
EjbPackage.getRoleSource_Descriptions()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |