Package network.oxalis.statistics.model
Class DefaultRawStatistics
- java.lang.Object
-
- network.oxalis.statistics.model.DefaultRawStatistics
-
- All Implemented Interfaces:
RawStatistics
public class DefaultRawStatistics extends Object implements RawStatistics
Holds a raw statistics entry, which represents a single receipt or transmit operation.User: steinar Date: 30.01.13 Time: 20:35
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultRawStatistics.RawStatisticsBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description network.oxalis.api.model.AccessPointIdentifiergetAccessPointIdentifier()ChannelIdgetChannelId()DategetDate()network.oxalis.api.model.DirectiongetDirection()network.oxalis.vefa.peppol.common.model.DocumentTypeIdentifiergetDocumentTypeIdentifier()network.oxalis.vefa.peppol.common.model.ProcessIdentifiergetProcessIdentifier()network.oxalis.vefa.peppol.common.model.ParticipantIdentifiergetReceiver()network.oxalis.vefa.peppol.common.model.ParticipantIdentifiergetSender()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface network.oxalis.statistics.api.RawStatistics
getAccessPointIdentifier, getChannelId, getDate, getDirection, getDocumentTypeIdentifier, getProcessIdentifier
-
-
-
-
Method Detail
-
getSender
public network.oxalis.vefa.peppol.common.model.ParticipantIdentifier getSender()
- Specified by:
getSenderin interfaceRawStatistics
-
getReceiver
public network.oxalis.vefa.peppol.common.model.ParticipantIdentifier getReceiver()
- Specified by:
getReceiverin interfaceRawStatistics
-
getDirection
public network.oxalis.api.model.Direction getDirection()
- Specified by:
getDirectionin interfaceRawStatistics
-
getDate
public Date getDate()
- Specified by:
getDatein interfaceRawStatistics
-
getAccessPointIdentifier
public network.oxalis.api.model.AccessPointIdentifier getAccessPointIdentifier()
- Specified by:
getAccessPointIdentifierin interfaceRawStatistics
-
getDocumentTypeIdentifier
public network.oxalis.vefa.peppol.common.model.DocumentTypeIdentifier getDocumentTypeIdentifier()
- Specified by:
getDocumentTypeIdentifierin interfaceRawStatistics
-
getChannelId
public ChannelId getChannelId()
- Specified by:
getChannelIdin interfaceRawStatistics
-
getProcessIdentifier
public network.oxalis.vefa.peppol.common.model.ProcessIdentifier getProcessIdentifier()
- Specified by:
getProcessIdentifierin interfaceRawStatistics
-
-