moos.ssds.model
Class DeviceTypes

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

public class DeviceTypes
extends java.lang.Object
implements java.io.Serializable, ValueObject, IDeviceTypes

Version:
$Id: DeviceTypes.java,v 1.5 2003/10/31 22:01:10 kgomes Exp $
Author:
Mike McCann (MBARI)
See Also:
Serialized Form

Constructor Summary
DeviceTypes()
           
 
Method Summary
 java.lang.String getDefaultDeploymentRole()
           
 java.lang.String getDescription()
           
 java.lang.Long getId()
          Gets the id attribute of the Device object
 java.lang.String getType()
           
 boolean isDisplayInDeviceTypesPicklist()
           
 void setDefaultDeploymentRole(java.lang.String defaultDeploymentRole)
           
 void setDescription(java.lang.String description)
           
 void setDisplayInDeviceTypesPicklist(boolean displayInDeviceTypesPicklist)
           
 void setId(long id)
          Sets the id attribute of the DeviceTypes object
 void setId(java.lang.Long id)
          Sets the id attribute of the DeviceTypes object
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceTypes

public DeviceTypes()
Method Detail

getId

public java.lang.Long getId()
Gets the id attribute of the Device object

Specified by:
getId in interface ValueObject
Returns:
The id value

setId

public void setId(java.lang.Long id)
Sets the id attribute of the DeviceTypes object

Specified by:
setId in interface ValueObject
Parameters:
id - The new id value

setId

public void setId(long id)
Sets the id attribute of the DeviceTypes object

Specified by:
setId in interface IDeviceTypes
Parameters:
id - The new id value

getType

public java.lang.String getType()
Specified by:
getType in interface IDeviceTypes

setType

public void setType(java.lang.String type)
Specified by:
setType in interface IDeviceTypes

getDefaultDeploymentRole

public java.lang.String getDefaultDeploymentRole()
Specified by:
getDefaultDeploymentRole in interface IDeviceTypes

setDefaultDeploymentRole

public void setDefaultDeploymentRole(java.lang.String defaultDeploymentRole)
Specified by:
setDefaultDeploymentRole in interface IDeviceTypes

isDisplayInDeviceTypesPicklist

public boolean isDisplayInDeviceTypesPicklist()
Specified by:
isDisplayInDeviceTypesPicklist in interface IDeviceTypes

setDisplayInDeviceTypesPicklist

public void setDisplayInDeviceTypesPicklist(boolean displayInDeviceTypesPicklist)
Specified by:
setDisplayInDeviceTypesPicklist in interface IDeviceTypes

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface IDeviceTypes

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface IDeviceTypes