moos.ssds.model
Class X3DLocation

java.lang.Object
  extended bymoos.ssds.model.X3DLocation
All Implemented Interfaces:
IX3DLocation, java.io.Serializable, ValueObject

public class X3DLocation
extends java.lang.Object
implements java.io.Serializable, ValueObject, IX3DLocation


Version:
: $Revision: 1.3 $

The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement. This information should not be published or distributed to third parties without specific written permission from MBARI.


Copyright 2002 MBARI.
MBARI Proprietary Information. All rights reserved.



Author:
: $Author: kgomes $
See Also:
Serialized Form

Constructor Summary
X3DLocation()
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.String getModelText()
           
 java.lang.String getOrientation()
           
 java.lang.String getTranslation()
           
 void setId(java.lang.Long id)
           
 void setModelText(java.lang.String modelText)
           
 void setOrientation(java.lang.String orientation)
           
 void setTranslation(java.lang.String translation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X3DLocation

public X3DLocation()
Method Detail

getModelText

public java.lang.String getModelText()
Specified by:
getModelText in interface IX3DLocation

setModelText

public void setModelText(java.lang.String modelText)
Specified by:
setModelText in interface IX3DLocation

getOrientation

public java.lang.String getOrientation()
Specified by:
getOrientation in interface IX3DLocation

setOrientation

public void setOrientation(java.lang.String orientation)
Specified by:
setOrientation in interface IX3DLocation

getTranslation

public java.lang.String getTranslation()
Specified by:
getTranslation in interface IX3DLocation

setTranslation

public void setTranslation(java.lang.String translation)
Specified by:
setTranslation in interface IX3DLocation

getId

public java.lang.Long getId()
Specified by:
getId in interface ValueObject

setId

public void setId(java.lang.Long id)
Specified by:
setId in interface ValueObject