| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar30 |
| Modifier and Type | Method and Description |
|---|---|
HomeType |
EjbJar30Factory.createHomeType()
Returns a new object of class 'Home Type'.
|
HomeType |
EjbRefType.getHome()
Returns the value of the 'Home' containment reference.
|
HomeType |
EntityBeanType.getHome()
Returns the value of the 'Home' containment reference.
|
HomeType |
SessionBeanType.getHome()
Returns the value of the 'Home' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EjbRefType.setHome(HomeType value)
Sets the value of the '
Home' containment reference. |
void |
EntityBeanType.setHome(HomeType value)
Sets the value of the '
Home' containment reference. |
void |
SessionBeanType.setHome(HomeType value)
Sets the value of the '
Home' containment reference. |