org.eclipse.jst.j2ee.ejb
Interface CommonRelationship

All Known Subinterfaces:
EJBRelation

public interface CommonRelationship

Insert the type's description here. Creation date: (10/26/2001 9:24:27 AM)

Since:
1.0

Method Summary
 EList getCommonRoles()
          Returns the EList of the common roles
 CommonRelationshipRole getFirstCommonRole()
          Gets the first common role
 java.lang.String getName()
          Returns the name of the CommonRelationship
 CommonRelationshipRole getSecondCommonRole()
          Gets the second common role
 void setName(java.lang.String value)
          Sets the name of the CommonRelationship
 

Method Detail

getCommonRoles

public EList getCommonRoles()
Returns the EList of the common roles

Returns:
EList reference

getFirstCommonRole

public CommonRelationshipRole getFirstCommonRole()
Gets the first common role

Returns:
CommonRelationshipRole reference

getSecondCommonRole

public CommonRelationshipRole getSecondCommonRole()
Gets the second common role

Returns:
CommonRelationshipRole

getName

public java.lang.String getName()
Returns the name of the CommonRelationship

Returns:
String value

setName

public void setName(java.lang.String value)
Sets the name of the CommonRelationship

Parameters:
value - the String value of the name