com.goldenhammer.modality
Class ModalityStats

java.lang.Object
  extended bycom.goldenhammer.modality.ModalityStats
All Implemented Interfaces:
java.io.Serializable

public class ModalityStats
extends java.lang.Object
implements java.io.Serializable

This class represents the statistics of a Modality.

See Also:
Serialized Form

Constructor Summary
ModalityStats(java.lang.String modalityName, java.lang.String aeTitle)
          Creates a new ModalityStats object with the provided modality name and AE title information.
 
Method Summary
 void addImageStats(ImageStats newStats)
          Adds a new ImageStats object to this object.
 long getFirstDate()
           
 java.util.Collection getImageStats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModalityStats

public ModalityStats(java.lang.String modalityName,
                     java.lang.String aeTitle)
Creates a new ModalityStats object with the provided modality name and AE title information.

Parameters:
aeTitle - The application entity title of the target system.
Method Detail

addImageStats

public void addImageStats(ImageStats newStats)
Adds a new ImageStats object to this object.

Parameters:
newStats - The new ImageStats to add to this modality stats.

getImageStats

public java.util.Collection getImageStats()

getFirstDate

public long getFirstDate()