moos.ssds.model
Interface IDeploymentRoles
- All Superinterfaces:
- java.io.Serializable, ValueObject
- All Known Implementing Classes:
- DeploymentRoles
- public interface IDeploymentRoles
- 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
getDescription
public java.lang.String getDescription()
- Returns:
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description -
isDisplayInDeviceTypesPickList
public boolean isDisplayInDeviceTypesPickList()
- Returns:
setDisplayInDeviceTypesPickList
public void setDisplayInDeviceTypesPickList(boolean displayInDeviceTypesPickList)
- Parameters:
displayInDeviceTypesPickList -
isDisplayInPreferredRolePickList
public boolean isDisplayInPreferredRolePickList()
- Returns:
setDisplayInPreferredRolePickList
public void setDisplayInPreferredRolePickList(boolean displayInPreferredRolePickList)
- 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()
- Returns:
setRole
public void setRole(java.lang.String role)
- Parameters:
role -