org.odata4j.core
Interface OAtomEntity

All Superinterfaces:
OExtension<OEntity>

public interface OAtomEntity
extends OExtension<OEntity>

Interface providing information for ATOM serialization.

Enables feed customization of ATOM entries for certain properties instead of using <m:Properties>


Method Summary
 String getAtomEntityAuthor()
           
 String getAtomEntitySummary()
          If null returned, there will be no <summary> element in the response
 String getAtomEntityTitle()
           
 LocalDateTime getAtomEntityUpdated()
           
 

Method Detail

getAtomEntityAuthor

String getAtomEntityAuthor()
Returns:
Atom Entity author value or null

getAtomEntitySummary

String getAtomEntitySummary()
If null returned, there will be no <summary> element in the response

Returns:
Atom Entity title or null

getAtomEntityTitle

String getAtomEntityTitle()
Returns:
Atom Entity title or null

getAtomEntityUpdated

LocalDateTime getAtomEntityUpdated()
Returns:
Atom Entity updated value or null to use current date


http://odata4j.org