public class GroupComputerDescriptor extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Class<GroupComputer> |
computerClass |
protected boolean |
enabled |
protected GroupComputer |
groupComputer |
protected String |
name |
Constructor and Description |
---|
GroupComputerDescriptor() |
Modifier and Type | Method and Description |
---|---|
GroupComputer |
getComputer() |
String |
getName() |
boolean |
isEnabled() |
protected Class<GroupComputer> computerClass
protected GroupComputer groupComputer
protected boolean enabled
public GroupComputerDescriptor()
public boolean isEnabled()
public GroupComputer getComputer()
Copyright © 2018 Nuxeo. All rights reserved.