| Package | Description |
|---|---|
| org.eclipse.modisco.jee.ejbjar.EjbJar20 |
| Modifier and Type | Method and Description |
|---|---|
LocalHomeType |
EjbJar20Factory.createLocalHomeType()
Returns a new object of class 'Local Home Type'.
|
LocalHomeType |
DocumentRoot.getLocalHome()
Returns the value of the 'Local Home' containment reference.
|
LocalHomeType |
EjbLocalRefType.getLocalHome()
Returns the value of the 'Local Home' containment reference.
|
LocalHomeType |
EntityType.getLocalHome()
Returns the value of the 'Local Home' containment reference.
|
LocalHomeType |
SessionType.getLocalHome()
Returns the value of the 'Local Home' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentRoot.setLocalHome(LocalHomeType value)
Sets the value of the '
Local Home' containment reference. |
void |
EjbLocalRefType.setLocalHome(LocalHomeType value)
Sets the value of the '
Local Home' containment reference. |
void |
EntityType.setLocalHome(LocalHomeType value)
Sets the value of the '
Local Home' containment reference. |
void |
SessionType.setLocalHome(LocalHomeType value)
Sets the value of the '
Local Home' containment reference. |