Package org.openas2.message
Class DataHistory
- java.lang.Object
-
- org.openas2.message.DataHistory
-
- All Implemented Interfaces:
java.io.Serializable
public class DataHistory extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<DataHistoryItem>
items
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description DataHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
contains(javax.mail.internet.ContentType type)
java.util.List<DataHistoryItem>
getItems()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
items
private java.util.List<DataHistoryItem> items
-
-
Method Detail
-
getItems
public java.util.List<DataHistoryItem> getItems()
-
contains
boolean contains(javax.mail.internet.ContentType type)
-
-