|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.user.Affiliation
public class Affiliation
Affiliation class that represents an affiliation to which a SigPath User is attached encapsulates the all Affiliation properties.
| Constructor Summary | |
|---|---|
Affiliation()
Constructor (default with no values or parameters). |
|
| Method Summary | |
|---|---|
Address |
getAddress()
Returns the Address of the affiliation represented by this class. |
String |
getDept()
Returns the department of the affiliation represented by this class. |
String |
getInstitution()
Returns the institution of the affiliation represented by this class. |
String |
getPhone()
Returns the phone of the affiliation represented by this class. |
void |
jdoPostLoad()
|
void |
jdoPreClear()
|
void |
jdoPreDelete()
Delete the instance of Address associated with this user from the persistent store. |
void |
jdoPreStore()
|
void |
setAddress(Address address)
Sets the address of the affiliation represented by this class. |
void |
setDept(String dept)
Sets the department of the affiliation represented by this class. |
void |
setInstitution(String institution)
Sets the institution of the affiliation represented by this class. |
void |
setPhone(String phone)
Sets the phone of the affiliation represented by this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Affiliation()
| Method Detail |
|---|
public String getInstitution()
public void setInstitution(String institution)
institution - String value of the institution of the affiliationpublic Address getAddress()
public void setAddress(Address address)
address - Address value of the address of the affiliationpublic String getDept()
public void setDept(String dept)
dept - String value of the department of the affiliationpublic String getPhone()
public void setPhone(String phone)
phone - String value of the phone of the affiliationpublic void jdoPostLoad()
jdoPostLoad in interface InstanceCallbackspublic void jdoPreStore()
jdoPreStore in interface InstanceCallbackspublic void jdoPreClear()
jdoPreClear in interface InstanceCallbackspublic void jdoPreDelete()
jdoPreDelete in interface InstanceCallbacks
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||