| |
|
| java.lang.Object jtaDiscRack.business.XaTransactionSupport jtaDiscRack.business.person.Person
Constructor Summary | |
public | Person() The public constructor. | public | Person(PersonDO thePerson) The public constructor
thePerson. |
getFirstname | public String getFirstname() throws JtaDiscRackBusinessException(Code) | | Gets the firstname for the person
the firstname. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror). |
getHandle | public String getHandle() throws JtaDiscRackBusinessException(Code) | | Gets the object id for the person
the object id. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror). |
getLastname | public String getLastname() throws JtaDiscRackBusinessException(Code) | | Gets the lastname for the person
the lastname. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror). |
getLogin | public String getLogin() throws JtaDiscRackBusinessException(Code) | | Gets the login name for the person
the login name. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror). |
getPassword | public String getPassword() throws JtaDiscRackBusinessException(Code) | | Gets the password for the person
the password. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror). |
save | public void save() throws JtaDiscRackBusinessException, AssertionDataObjectException(Code) | | Commits all changes to the database.
exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror). |
setFirstname | public void setFirstname(String firstname) throws JtaDiscRackBusinessException(Code) | | Sets the firstname for the person.
Parameters: the - firstname. exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror). |
setLastname | public void setLastname(String lastname) throws JtaDiscRackBusinessException(Code) | | Sets the lastname for the person.
Parameters: the - lastname. exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror). |
setLogin | public void setLogin(String login) throws JtaDiscRackBusinessException(Code) | | Sets the login name for the person.
Parameters: the - login name. exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror). |
setPassword | public void setPassword(String password) throws JtaDiscRackBusinessException(Code) | | Sets the password for the person.
Parameters: the - password. exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror). |
Fields inherited from jtaDiscRack.business.XaTransactionSupport | protected UserTransaction transaction(Code)(Java Doc)
|
|
|
|