moos.ssds.model
Interface IX3DLocation

All Superinterfaces:
java.io.Serializable, ValueObject
All Known Implementing Classes:
X3DLocation

public interface IX3DLocation
extends java.io.Serializable, ValueObject

Author:
kgomes To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

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)
           
 

Method Detail

getModelText

public java.lang.String getModelText()

setModelText

public void setModelText(java.lang.String modelText)

getOrientation

public java.lang.String getOrientation()

setOrientation

public void setOrientation(java.lang.String orientation)

getTranslation

public java.lang.String getTranslation()

setTranslation

public void setTranslation(java.lang.String translation)

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