Serialized Form


Package moos.ssds.model

Class moos.ssds.model.CommentTag extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
This is the unique identifier of the CommentTag


headerDescriptionId

java.lang.Long headerDescriptionId
This is the ID of the header description this comment tag is associated with


tagString

java.lang.String tagString
This is the String that represents the comments text for this CommentTag


headerDescription

IHeaderDescription headerDescription
The HeaderDescription that this CommentTag is associated with. It is declared as an interface because whatever object is actually stored here must implement the IHeaderDescription interface.

Class moos.ssds.model.DataContainer extends java.lang.Object implements Serializable

Serialized Fields

ojbConcreteClass

java.lang.String ojbConcreteClass
Description of the Field


contact

IPerson contact
Description of the Field


creator

IDataProducer creator
The Producer that created the data in this container.


dateRange

IDateRange dateRange

description

java.lang.String description

original

boolean original
Flag to indicate if this instance was an 'original' dataset.


consumers

java.util.Collection consumers
A collection of Producers that used this DataContainer to create other DataContainers.


dataProducerId

java.lang.Long dataProducerId
Description of the Field


endDate

java.util.Date endDate
Description of the Field


id

java.lang.Long id
Description of the Field


name

java.lang.String name
Description of the Field


person

IPerson person
Description of the Field


personId

java.lang.Long personId
Description of the Field


resources

java.util.Collection resources
Description of the Field


startDate

java.util.Date startDate
Description of the Field


recordDescriptions

java.util.Collection recordDescriptions

Class moos.ssds.model.DataFile extends DataContainer implements Serializable

Serialized Fields

url

java.net.URL url

dodsAccessible

boolean dodsAccessible

webAccessible

boolean webAccessible

fileName

java.lang.String fileName

ojbConcreteClass

java.lang.String ojbConcreteClass

headerDescription

IHeaderDescription headerDescription

contentType

java.lang.String contentType

headerDescriptionId

java.lang.Long headerDescriptionId

Class moos.ssds.model.DataPacket extends org.mbari.isi.interfaces.SensorDataPacket implements Serializable

serialVersionUID: 680021341142244258l

Serialized Fields

metadataId

long metadataId

platformId

long platformId

recordType

long recordType

Class moos.ssds.model.DataProducer extends java.lang.Object implements Serializable

Serialized Fields

ojbConcreteClass

java.lang.String ojbConcreteClass
Description of the Field


dateRange

IDateRange dateRange
Description of the Field


description

java.lang.String description
Description of the Field


contact

IPerson contact
Description of the Field


contactId

java.lang.Long contactId

endDate

java.util.Date endDate
Description of the Field


events

java.util.Collection events

id

java.lang.Long id

inputs

java.util.Collection inputs

name

java.lang.String name
Description of the Field


outputs

java.util.Collection outputs

resources

java.util.Collection resources

startDate

java.util.Date startDate
Description of the Field

Class moos.ssds.model.DataStream extends DataContainer implements Serializable

Serialized Fields

url

java.net.URL url

webAccessible

boolean webAccessible

Class moos.ssds.model.DateRange extends java.lang.Object implements Serializable

Serialized Fields

endDate

java.util.Date endDate

startDate

java.util.Date startDate

iDateRange

IDateRange iDateRange

proxy

boolean proxy

Class moos.ssds.model.Deployment extends DataProducer implements Serializable

Serialized Fields

childDeployments

java.util.Collection childDeployments
Description of the Field


device

IDevice device
Description of the Field


deviceId

java.lang.Long deviceId
Description of the Field


metadataId

java.lang.Long metadataId
Description of the Field


nominalDepth

java.lang.Float nominalDepth
Description of the Field


nominalLatitude

java.lang.Double nominalLatitude
Description of the Field


nominalLongitude

java.lang.Double nominalLongitude
Description of the Field


ojbConcreteClass

java.lang.String ojbConcreteClass
Description of the Field


parentDeployment

IDeployment parentDeployment

parentId

java.lang.Long parentId
Description of the Field


role

java.lang.String role
Description of the Field


x3DLocation

IX3DLocation x3DLocation
Description of the Field

Class moos.ssds.model.DeploymentRoles extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

role

java.lang.String role

displayInPreferredRolePickList

boolean displayInPreferredRolePickList

displayInDeviceTypesPickList

boolean displayInDeviceTypesPickList

description

java.lang.String description

Class moos.ssds.model.Device extends java.lang.Object implements Serializable

Serialized Fields

deployments

java.util.Collection deployments
Description of the Field


contact

IPerson contact
Description of the Field


description

java.lang.String description

id

java.lang.Long id
Description of the Field


mfgModel

java.lang.String mfgModel
Description of the Field


mfgName

java.lang.String mfgName
Description of the Field


mfgSerialNumber

java.lang.String mfgSerialNumber
Description of the Field


name

java.lang.String name
Description of the Field


person

IPerson person
Description of the Field


personId

java.lang.Long personId
Description of the Field


preferredDeploymentRole

java.lang.String preferredDeploymentRole
See Also:
Deployment

resources

java.util.Collection resources

type

java.lang.String type
The type of the device, i.e. CTD, Fluorometer, ADCP, etc.

Class moos.ssds.model.DeviceTypes extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.String type

defaultDeploymentRole

java.lang.String defaultDeploymentRole

displayInDeviceTypesPicklist

boolean displayInDeviceTypesPicklist

description

java.lang.String description

id

java.lang.Long id
Description of the Field

Class moos.ssds.model.Event extends java.lang.Object implements Serializable

Serialized Fields

dateRange

IDateRange dateRange

description

java.lang.String description

dataProducer

IDataProducer dataProducer

startDate

java.util.Date startDate

endDate

java.util.Date endDate

name

java.lang.String name

id

java.lang.Long id

dataProducerId

java.lang.Long dataProducerId

Class moos.ssds.model.HeaderDescription extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
This is the unique identifier for the HeaderDescription


description

java.lang.String description
This is a string that describes the HeaderDescription


byteOffset

long byteOffset
This is the number of bytes that the header is offset in the DataFile


numHeaderLines

int numHeaderLines
This is the number of lines that make up the header section of the DataFile.


dataFile

IDataFile dataFile
This is the DataFile that the HeaderDescription belongs to.


commentTags

java.util.Collection commentTags
This is a collection that contains all the tags that signify comments in the header description

Class moos.ssds.model.HumanIntervention extends DataProducer implements Serializable

Class moos.ssds.model.MetadataException extends java.lang.Exception implements Serializable

Class moos.ssds.model.NominalLocation extends java.lang.Object implements Serializable

Serialized Fields

depth

java.lang.Float depth

latitude

java.lang.Double latitude

longitude

java.lang.Double longitude

id

java.lang.Long id

Class moos.ssds.model.Person extends java.lang.Object implements Serializable

Serialized Fields

firstname

java.lang.String firstname

surname

java.lang.String surname

organization

java.lang.String organization

email

java.lang.String email

phone

java.lang.String phone

address1

java.lang.String address1

address2

java.lang.String address2

city

java.lang.String city

state

java.lang.String state

zipcode

java.lang.String zipcode

id

java.lang.Long id

status

java.lang.String status

displayInPersonPicklist

boolean displayInPersonPicklist

Class moos.ssds.model.ProcessRun extends DataProducer implements Serializable

Serialized Fields

software

ISoftware software

softwareId

java.lang.Long softwareId

hostName

java.lang.String hostName

Class moos.ssds.model.RecordDescription extends java.lang.Object implements Serializable

Serialized Fields

recordVariables

java.util.Collection recordVariables

bufferStyle

java.lang.String bufferStyle

endian

java.lang.String endian

bufferItemSeparator

java.lang.String bufferItemSeparator

recordTerminator

java.lang.String recordTerminator

bufferLengthType

java.lang.String bufferLengthType

parseable

boolean parseable

id

java.lang.Long id

dataContainer

IDataContainer dataContainer

recordType

java.lang.Long recordType

dataContainerId

java.lang.Long dataContainerId

Class moos.ssds.model.RecordVariable extends java.lang.Object implements Serializable

Serialized Fields

description

java.lang.String description

columnIndex

long columnIndex
1-based (i.e NOT 0-based like Java) index into the order of the variable in a record


format

java.lang.String format
Description of the Field


id

java.lang.Long id
Description of the Field


longName

java.lang.String longName
Description of the Field


missingValue

java.lang.String missingValue
Description of the Field


name

java.lang.String name
Description of the Field


recordDescription

IRecordDescription recordDescription
Description of the Field


recordDescriptionId

java.lang.Long recordDescriptionId
Description of the Field


units

java.lang.String units
Description of the Field


validMax

java.lang.String validMax
Description of the Field


validMin

java.lang.String validMin
Description of the Field


parseRegExp

java.lang.String parseRegExp
A regular expression used to parse the variable


standardVariable

IStandardVariable standardVariable
Description of the Field


standardVariableId

java.lang.Long standardVariableId
Description of the Field


standardUnitId

java.lang.Long standardUnitId
Description of the Field


standardUnit

IStandardUnit standardUnit
Description of the Field

Class moos.ssds.model.Resource extends java.lang.Object implements Serializable

Serialized Fields

resourceOwner

ResourceOwner resourceOwner

url

java.net.URL url

dateRange

IDateRange dateRange

description

java.lang.String description

startDate

java.util.Date startDate

endDate

java.util.Date endDate

name

java.lang.String name

id

java.lang.Long id

resourceType

java.lang.String resourceType
resourceType is a way to distinguish different categories of Resources


personId

java.lang.Long personId

devices

java.util.Collection devices

dataContainers

java.util.Collection dataContainers

dataProducers

java.util.Collection dataProducers

person

IPerson person

softwares

java.util.Collection softwares

Class moos.ssds.model.SerializedPackets extends DataFile implements Serializable

Class moos.ssds.model.Software extends java.lang.Object implements Serializable

Serialized Fields

contact

IPerson contact
Description of the Field


description

java.lang.String description
Description of the Field


id

java.lang.Long id
Description of the Field


name

java.lang.String name
Description of the Field


person

IPerson person
Description of the Field


personId

java.lang.Long personId
Description of the Field


processRuns

java.util.Collection processRuns
Description of the Field


resources

java.util.Collection resources
Description of the Field


version

java.lang.String version
Description of the Field


url

java.net.URL url
Path to where the software resides, typically a CVSWeb link

Class moos.ssds.model.StandardUnit extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

name

java.lang.String name

longName

java.lang.String longName

description

java.lang.String description

symbol

java.lang.String symbol

displayInPickList

boolean displayInPickList

standardVariables

java.util.Collection standardVariables

Class moos.ssds.model.StandardVariable extends java.lang.Object implements Serializable

Serialized Fields

referenceScale

java.lang.String referenceScale

name

java.lang.String name

id

java.lang.Long id

description

java.lang.String description

displayInPickList

boolean displayInPickList

standardUnits

java.util.Collection standardUnits

Class moos.ssds.model.X3DLocation extends java.lang.Object implements Serializable

Serialized Fields

orientation

java.lang.String orientation

translation

java.lang.String translation

modelText

java.lang.String modelText

id

java.lang.Long id