java.lang.Object | |
↳ | vars.annotation.jpa.VideoArchiveSetImpl |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add to the
CameraPlatformDeployment collection. | |||||||||||
Add an
VideoArchive . | |||||||||||
Gets the cameraPlatformDeploymentColl attribute of the VideoArchiveSet object
| |||||||||||
Gets the endDTG attribute of the VideoArchiveSet object
| |||||||||||
Get the char Format Code for this
VideoArchiveSet . | |||||||||||
Get the String platform name for this
VideoArchiveSet . | |||||||||||
Get the String ship name for this
VideoArchiveSet . | |||||||||||
Gets the startDTG attribute of the VideoArchiveSet object
| |||||||||||
Gets the trackingNumber attribute of the VideoArchiveSet object
| |||||||||||
Retrieve a child VideoArchive with the matching videoArchiveName (which
is a unique key)
| |||||||||||
Gets the videoArchiveColl attribute of the VideoArchiveSet object
| |||||||||||
This is a convience method to retrieve all
VideoFrames that are
stored in all the child VideoArchives. | |||||||||||
Sets the ending date of the time period that a VideoArchiveSet represents
| |||||||||||
Required by Castor.
| |||||||||||
Set the name of the platform that the Camera was mounted onto.
| |||||||||||
Set the ship name that produces this VideoArchiveSet
| |||||||||||
Sets the starting date of the time period that a VideoArchiveSet was recorded over attribute of the VideoArchiveSet object
| |||||||||||
Set the trackingNumber
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Add to the CameraPlatformDeployment
collection.
CameraPlatformDeployment
object if added, the matching
CameraPlatformDeployment
object otherwise.Add an VideoArchive
.
VideoArchive
object if added, the matching
VideoArchive
object otherwise.Gets the cameraPlatformDeploymentColl attribute of the VideoArchiveSet object
CameraPlatformDeployment
objects. Remember to synchronize on it before using it's iterator.Gets the endDTG attribute of the VideoArchiveSet object
Get the char Format Code for this VideoArchiveSet
.
VideoArchiveSet
.Get the String platform name for this VideoArchiveSet
.
VideoArchiveSet
.Get the String ship name for this VideoArchiveSet
.
VideoArchiveSet
.Gets the startDTG attribute of the VideoArchiveSet object
Gets the trackingNumber attribute of the VideoArchiveSet object
Retrieve a child VideoArchive with the matching videoArchiveName (which is a unique key)
videoArchiveName | The videoArchiveName to search for. If null is supplied then the return will always be null. |
---|
Gets the videoArchiveColl attribute of the VideoArchiveSet object
This is a convience method to retrieve all VideoFrames
that are
stored in all the child VideoArchives.
Sets the ending date of the time period that a VideoArchiveSet represents
endDTG | The new endDTG value |
---|
Required by Castor.
formatCode | The new formatCode value |
---|
Set the name of the platform that the Camera was mounted onto. Typically this will be the ROV name
platformName | The ROV name. It can be up to 4 characters long. |
---|
Set the ship name that produces this VideoArchiveSet
shipName | Can only be up to 4 characcters long |
---|
Sets the starting date of the time period that a VideoArchiveSet was recorded over attribute of the VideoArchiveSet object
startDTG | The new startDTG value |
---|
Set the trackingNumber
trackingNumber | It can be up to 7 characters long |
---|