com.teraspaces.qwfix
Class FIXObjectInfo

java.lang.Object
  extended by com.teraspaces.qwfix.FIXObjectInfo

public final class FIXObjectInfo
extends Object

Represents information about a QWFIX configuration file.


Constructor Summary
FIXObjectInfo(String documentType, QWVersion version, UUID guid)
          Instantiates a new FIXObjectInfo.
 
Method Summary
 String getDocumentType()
          Gets the document type.
 UUID getGuid()
          Gets the guid.
 QWVersion getVersion()
          Gets the version.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXObjectInfo

public FIXObjectInfo(String documentType,
                     QWVersion version,
                     UUID guid)
Instantiates a new FIXObjectInfo.

Parameters:
documentType - the document type
version - the version
guid - the guid
Method Detail

getDocumentType

public String getDocumentType()
Gets the document type.

Returns:
the document type

getVersion

public QWVersion getVersion()
Gets the version.

Returns:
the version

getGuid

public UUID getGuid()
Gets the guid.

Returns:
the guid