public class

CameraDeploymentImpl

extends Object
implements Serializable CameraDeployment JPAEntity
java.lang.Object
   ↳ vars.annotation.jpa.CameraDeploymentImpl

Class Overview

Created by IntelliJ IDEA. User: brian Date: Nov 10, 2009 Time: 1:01:07 PM To change this template use File | Settings | File Templates.

Summary

[Expand]
Inherited Constants
From interface vars.annotation.CameraDeployment
Public Constructors
CameraDeploymentImpl()
Public Methods
boolean equals(Object obj)
String getChiefScientistName()
Date getEndDate()
Long getId()
Object getPrimaryKey()
Integer getSequenceNumber()
Gets the sequence number (example: Dive Number).
Date getStartDate()
VideoArchiveSet getVideoArchiveSet()
Returns the VideoArchiveSet associated with a CameraPlatformDeployment.
int hashCode()
void setChiefScientistName(String chiefScientistName)
Sets the String name of the chief scientist for this CameraPlatformDeployment.
void setEndDate(Date dtg)
Sets the TimeBound indicating the CameraPlatformDeployment start and end times.
void setId(Long id)
void setSequenceNumber(Integer seqNumber)
Sets the sequence number, a.k.a.
void setStartDate(Date dtg)
Sets the TimeBound indicating the CameraPlatformDeployment start and end times.
[Expand]
Inherited Methods
From class java.lang.Object
From interface vars.VARSObject
From interface vars.annotation.CameraDeployment
From interface vars.jpa.JPAEntity

Public Constructors

public CameraDeploymentImpl ()

Public Methods

public boolean equals (Object obj)

public String getChiefScientistName ()

public Date getEndDate ()

public Long getId ()

public Object getPrimaryKey ()

public Integer getSequenceNumber ()

Gets the sequence number (example: Dive Number).

Returns
  • The sequence number for this CameraPlatformDeployment

public Date getStartDate ()

public VideoArchiveSet getVideoArchiveSet ()

Returns the VideoArchiveSet associated with a CameraPlatformDeployment. Required by Castor

public int hashCode ()

public void setChiefScientistName (String chiefScientistName)

Sets the String name of the chief scientist for this CameraPlatformDeployment. This method is used by Castor to interface with a fake String name instead of a person object.

public void setEndDate (Date dtg)

Sets the TimeBound indicating the CameraPlatformDeployment start and end times. (Example: Dive Start and End Times)

public void setId (Long id)

public void setSequenceNumber (Integer seqNumber)

Sets the sequence number, a.k.a. the dive number.

Parameters
seqNumber The sequential sequence number.

public void setStartDate (Date dtg)

Sets the TimeBound indicating the CameraPlatformDeployment start and end times. (Example: Dive Start and End Times)