public interface EjbRelation extends CommonDDBean, DescriptionInterface
Modifier and Type | Field and Description |
---|---|
static String |
EJB_RELATION_NAME |
static String |
EJB_RELATIONSHIP_ROLE |
static String |
EJB_RELATIONSHIP_ROLE2 |
static String |
EJBRELATIONNAMEID |
Modifier and Type | Method and Description |
---|---|
String |
getEjbRelationName() |
String |
getEjbRelationNameId() |
EjbRelationshipRole |
getEjbRelationshipRole() |
EjbRelationshipRole |
getEjbRelationshipRole2() |
EjbRelationshipRole |
newEjbRelationshipRole() |
void |
setEjbRelationName(String value) |
void |
setEjbRelationNameId(String value) |
void |
setEjbRelationshipRole(EjbRelationshipRole value) |
void |
setEjbRelationshipRole2(EjbRelationshipRole value) |
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
static final String EJB_RELATION_NAME
static final String EJBRELATIONNAMEID
static final String EJB_RELATIONSHIP_ROLE
static final String EJB_RELATIONSHIP_ROLE2
void setEjbRelationName(String value)
String getEjbRelationName()
void setEjbRelationNameId(String value)
String getEjbRelationNameId()
void setEjbRelationshipRole(EjbRelationshipRole value)
EjbRelationshipRole getEjbRelationshipRole()
EjbRelationshipRole newEjbRelationshipRole()
void setEjbRelationshipRole2(EjbRelationshipRole value)
EjbRelationshipRole getEjbRelationshipRole2()