Package com.morpheusdata.model
Class Workspace
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.Workspace
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected Account
protected String
protected String
protected Boolean
protected String
protected Workspace.TargetType
protected String
protected WorkspaceType
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
getUuid()
void
setAccount
(Account account) void
void
setDescription
(String description) void
setEnabled
(Boolean enabled) void
void
setTargetType
(Workspace.TargetType targetType) void
void
setWorkspaceType
(WorkspaceType workspaceType) 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
-
account
-
code
-
name
-
description
-
targetType
-
workspaceType
-
uuid
-
enabled
-
-
Constructor Details
-
Workspace
public Workspace()
-
-
Method Details
-
getAccount
-
setAccount
-
getCode
-
setCode
-
getName
-
setName
-
getDescription
-
setDescription
-
getTargetType
-
setTargetType
-
getWorkspaceType
-
setWorkspaceType
-
getUuid
-
setUuid
-
getEnabled
-
setEnabled
-