|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeptLocal
The Local Interface Business Methods for the Dept CMP Sample.
Method Summary | |
---|---|
int |
add1()
This Local method returns deptno + 1 |
double |
getBudget()
This Local method gets the budget CMP attribute for a Dept. |
java.lang.Integer |
getDeptno()
This Local method gets the deptno CMP attribute for a Dept. |
java.lang.String |
getName()
This Local method gets the name CMP attribute for a Dept. |
void |
setBudget(double budget)
This Local method sets the budget CMP attribute for a Dept. |
void |
setName(java.lang.String name)
This Local method sets the name CMP attribute for a Dept. |
Methods inherited from interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
java.lang.Integer getDeptno()
java.lang.String getName()
void setName(java.lang.String name)
name
- java.lang.Stringdouble getBudget()
void setBudget(double budget)
budget
- doubleint add1()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |