Gets the firstname for the person
the firstname. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the object id for the person
the object id. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the lastname for the person
the lastname. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the login name for the person
the login name. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Gets the password for the person
the password. exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Commits all changes to the database.
exception: DiscRackBusinessException - if an error occursretrieving data (usually due to an underlying data layererror).
Sets the firstname for the person.
Parameters: firstname - exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the lastname for the person.
Parameters: lastname - exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the login name for the person.
Parameters: login - login name. exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).
Sets the password for the person.
Parameters: password - exception: DiscRackBusinessException - if an error occurssetting the data (usually due to an underlying data layererror).