moos.ssds.model
Interface IDeviceTypes

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

public interface IDeviceTypes
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.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)
           
 

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

Parameters:
id - The new id value

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getDefaultDeploymentRole

public java.lang.String getDefaultDeploymentRole()

setDefaultDeploymentRole

public void setDefaultDeploymentRole(java.lang.String defaultDeploymentRole)

isDisplayInDeviceTypesPicklist

public boolean isDisplayInDeviceTypesPicklist()

setDisplayInDeviceTypesPicklist

public void setDisplayInDeviceTypesPicklist(boolean displayInDeviceTypesPicklist)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)