|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.portal.wsrp.common.stubs.EmployerInfo
Constructor Summary | |
EmployerInfo()
|
|
EmployerInfo(String employer,
String department,
String jobtitle,
Extension[] extensions)
|
Method Summary | |
String |
getDepartment()
|
String |
getEmployer()
|
Extension[] |
getExtensions()
|
String |
getJobtitle()
|
void |
setDepartment(String department)
|
void |
setEmployer(String employer)
|
void |
setExtensions(Extension[] extensions)
|
void |
setJobtitle(String jobtitle)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmployerInfo()
public EmployerInfo(String employer, String department, String jobtitle, Extension[] extensions)
Method Detail |
public String getEmployer()
public void setEmployer(String employer)
public String getDepartment()
public void setDepartment(String department)
public String getJobtitle()
public void setJobtitle(String jobtitle)
public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |