
Classes | |
| class | Transaction |
Public Member Functions | |
| int | maxSeqId () |
| ERXBatchingDisplayGroup< Movie > | movieDisplayGroup () |
| int | previousSeqId () |
| ChronicFormatter | releaseDateFormatter () |
| Session () | |
| void | setMaxSeqId (int seqId) |
| void | setPreviousSeqId (int previousSeqId) |
| void | setTransactions (NSMutableArray< Transaction > transactions) |
| NSMutableArray< Transaction > | transactions () |
Private Attributes | |
| int | maxSeqId |
| ERXBatchingDisplayGroup< Movie > | movieDisplayGroup |
| int | previousSeqId |
| ChronicFormatter | releaseDateFormatter |
| NSMutableArray< Transaction > | transactions |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| Session | ( | ) |
| int maxSeqId | ( | ) |
| ERXBatchingDisplayGroup<Movie> movieDisplayGroup | ( | ) |
| int previousSeqId | ( | ) |
| void setMaxSeqId | ( | int | seqId | ) |
| void setPreviousSeqId | ( | int | previousSeqId | ) |
| void setTransactions | ( | NSMutableArray< Transaction > | transactions | ) |
int maxSeqId [private] |
ERXBatchingDisplayGroup<Movie> movieDisplayGroup [private] |
int previousSeqId [private] |
ChronicFormatter releaseDateFormatter [private] |
final long serialVersionUID = 1L [static, private] |
NSMutableArray<Transaction> transactions [private] |
1.5.8