Package com.morpheusdata.model
Class AccountDiscoveryType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.AccountDiscoveryType
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected String
protected String
protected String
protected Boolean
protected String
protected String
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
getTitle()
void
setCanExecute
(Boolean canExecute) void
setCategory
(String category) void
void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
void
Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
name
-
code
-
category
-
title
-
description
-
enabled
-
canExecute
-
-
Constructor Details
-
AccountDiscoveryType
public AccountDiscoveryType()
-
-
Method Details
-
getName
-
setName
-
getCode
-
setCode
-
getCategory
-
setCategory
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getEnabled
-
setEnabled
-
getCanExecute
-
setCanExecute
-