|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorca.boot.TicketFactory
public class TicketFactory
This is a factory for creating java physical ticket objects from strings.
| Field Summary | |
|---|---|
static int |
NONE
Integer value for no physical tickets |
static java.lang.String |
NONE_STRING
When used in site.properties specifies that no physical tickets should be issued |
static int |
SHARP
Integer value for SHARP physical tickets |
static java.lang.String |
SHARP_START
Identifying prefix for a SHARP ticket |
static java.lang.String |
SHARP_STRING
When used in site.properties specifies that SHARPphysical tickets should be issued |
| Constructor Summary | |
|---|---|
TicketFactory()
|
|
| Method Summary | |
|---|---|
static ITicket |
getTicket(java.lang.String ticketString)
Parses the string representation of a physical ticket and produces a java ticket object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NONE_STRING
public static final java.lang.String SHARP_STRING
public static final int NONE
public static final int SHARP
public static final java.lang.String SHARP_START
| Constructor Detail |
|---|
public TicketFactory()
| Method Detail |
|---|
public static ITicket getTicket(java.lang.String ticketString)
throws java.lang.Exception
ticketString -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||