ipworks
Class OdataEntryEvent
java.lang.Object
java.util.EventObject
ipworks.OdataEntryEvent
- All Implemented Interfaces:
- java.io.Serializable
public class OdataEntryEvent
- extends java.util.EventObject
Fired once for each entry retrieved.
The Entry
event is fired once for each entry found in the response.
The entry properties are provided through EntryProperties
.
The entry links are provided through EntryLinks
.
- See Also:
Odata
,
Odata.EntryEvent
,
Serialized Form
Field Summary |
java.lang.String |
ETag
|
java.lang.String |
id
|
java.lang.String |
summary
|
java.lang.String |
title
|
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
id
public java.lang.String id
title
public java.lang.String title
summary
public java.lang.String summary
ETag
public java.lang.String ETag
Copyright (c) 2013 /n software inc. - All rights reserved.