moos.ssds.model
Class DeploymentRoles

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

public class DeploymentRoles
extends java.lang.Object
implements java.io.Serializable, ValueObject, IDeploymentRoles

Pick list for deployment configuration forms.


Version:
: $Revision: 1.4 $

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
DeploymentRoles()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
 java.lang.String getRole()
           
 boolean isDisplayInDeviceTypesPickList()
           
 boolean isDisplayInPreferredRolePickList()
           
 void setDescription(java.lang.String description)
           
 void setDisplayInDeviceTypesPickList(boolean displayInDeviceTypesPickList)
           
 void setDisplayInPreferredRolePickList(boolean displayInPreferredRolePickList)
           
 void setId(java.lang.Long id)
           
 void setRole(java.lang.String role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentRoles

public DeploymentRoles()
Method Detail

getDescription

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

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface IDeploymentRoles
Parameters:
description -

isDisplayInDeviceTypesPickList

public boolean isDisplayInDeviceTypesPickList()
Specified by:
isDisplayInDeviceTypesPickList in interface IDeploymentRoles
Returns:

setDisplayInDeviceTypesPickList

public void setDisplayInDeviceTypesPickList(boolean displayInDeviceTypesPickList)
Specified by:
setDisplayInDeviceTypesPickList in interface IDeploymentRoles
Parameters:
displayInDeviceTypesPickList -

isDisplayInPreferredRolePickList

public boolean isDisplayInPreferredRolePickList()
Specified by:
isDisplayInPreferredRolePickList in interface IDeploymentRoles
Returns:

setDisplayInPreferredRolePickList

public void setDisplayInPreferredRolePickList(boolean displayInPreferredRolePickList)
Specified by:
setDisplayInPreferredRolePickList in interface IDeploymentRoles
Parameters:
displayInPreferredRolePickList -

getId

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

setId

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

getRole

public java.lang.String getRole()
Specified by:
getRole in interface IDeploymentRoles
Returns:

setRole

public void setRole(java.lang.String role)
Specified by:
setRole in interface IDeploymentRoles
Parameters:
role -