| |
|
| java.lang.Object com.jcorporate.expresso.services.asyncprocess.DefaultTicket
DefaultTicket | public class DefaultTicket implements AsyncTicket(Code) | | Default implementation of the AsyncTicket. Uses just a simple bean
implementation.
author: Michael Rimov version: $Revision: 1.4 $ on $Date: 2004/11/17 20:48:17 $ |
Field Summary | |
final int | ticketId The ticket id. |
ticketId | final int ticketId(Code) | | The ticket id. Usually countered
|
DefaultTicket | public DefaultTicket(int theTicketId)(Code) | | Construct a DeafultTicket object with the given ticket id
Parameters: theTicketId - the ticket id. |
getTicketId | public int getTicketId()(Code) | | Retrieve the ticket id
integer ticket id |
hashCode | public int hashCode()(Code) | | Custom hash code for this class
integer hash of the ticket id |
toString | public String toString()(Code) | | Custom toString() behavior. Returns the ticket id.
java.lang.String |
|
|
|