Uses of Class
com.pff.PSTTable7CItem
-
Packages that use PSTTable7CItem Package Description com.pff -
-
Uses of PSTTable7CItem in com.pff
Fields in com.pff with type parameters of type PSTTable7CItem Modifier and Type Field Description private java.util.HashMap<java.lang.Integer,PSTTable7CItem>
PSTRecipient. details
private java.util.List<java.util.HashMap<java.lang.Integer,PSTTable7CItem>>
PSTTable7C. items
Methods in com.pff that return types with arguments of type PSTTable7CItem Modifier and Type Method Description (package private) java.util.List<java.util.HashMap<java.lang.Integer,PSTTable7CItem>>
PSTTable7C. getItems()
get all the items parsed out of this table.(package private) java.util.List<java.util.HashMap<java.lang.Integer,PSTTable7CItem>>
PSTTable7C. getItems(int startAtRecord, int numberOfRecordsToReturn)
Constructor parameters in com.pff with type arguments of type PSTTable7CItem Constructor Description PSTRecipient(java.util.HashMap<java.lang.Integer,PSTTable7CItem> recipientDetails)
-