@Entity public class TrainingProject extends Object implements Serializable
Constructor and Description |
---|
TrainingProject()
Instantiates a new training project.
|
TrainingProject(long internalId,
String title,
String folderName,
String description)
Instantiates a new training project.
|
TrainingProject(long internalId,
String title,
String description,
String commitment,
String languages,
String scope,
String ownerLogin,
String workspaceFolderId,
String workspaceFolderName,
String createdBy,
boolean isCourseActive,
String sharedWith)
Instantiates a new training project.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommitment()
Gets the commitment.
|
String |
getCreatedBy()
Gets the created by.
|
String |
getDescription()
Gets the description.
|
long |
getInternalId()
Gets the internal id.
|
String |
getLanguages()
Gets the languages.
|
String |
getOwnerLogin()
Gets the owner login.
|
String |
getScope()
Gets the scope.
|
String |
getSharedWith()
Gets the shared with.
|
String |
getTitle()
Gets the title.
|
String |
getWorkspaceFolderId()
Gets the workspace folder id.
|
String |
getWorkspaceFolderName()
Gets the workspace folder name.
|
boolean |
isCourseActive() |
void |
setCommitment(String commitment)
Sets the commitment.
|
void |
setCourseActive(Boolean courseActive) |
void |
setCreatedBy(String createdBy)
Sets the created by.
|
void |
setDescription(String description)
Sets the description.
|
void |
setLanguages(String languages)
Sets the languages.
|
void |
setOwnerLogin(String ownerLogin)
Sets the owner login.
|
void |
setScope(String scope)
Sets the scope.
|
void |
setSharedWith(String sharedWith)
Sets the shared with.
|
void |
setTitle(String title)
Sets the title.
|
void |
setWorkspaceFolderId(String workspaceFolderId)
Sets the workspace folder id.
|
void |
setWorkspaceFolderName(String workspaceFolderName)
Sets the workspace folder name.
|
String |
toString() |
public TrainingProject()
public TrainingProject(long internalId, String title, String folderName, String description)
internalId
- the internal idtitle
- the titlefolderName
- the folder namedescription
- the descriptionpublic TrainingProject(long internalId, String title, String description, String commitment, String languages, String scope, String ownerLogin, String workspaceFolderId, String workspaceFolderName, String createdBy, boolean isCourseActive, String sharedWith)
internalId
- the internal idtitle
- the titledescription
- the descriptioncommitment
- the commitmentlanguages
- the languagesscope
- the scopeownerLogin
- the owner loginworkspaceFolderId
- the workspace folder idworkspaceFolderName
- the workspace folder namecreatedBy
- the created byisCourseActive
- the is course activesharedWith
- the shared withpublic String getTitle()
public void setTitle(String title)
title
- the new titlepublic String getDescription()
public void setDescription(String description)
description
- the new descriptionpublic String getCommitment()
public void setCommitment(String commitment)
commitment
- the new commitmentpublic String getLanguages()
public void setLanguages(String languages)
languages
- the new languagespublic String getScope()
public void setScope(String scope)
scope
- the new scopepublic String getOwnerLogin()
public void setOwnerLogin(String ownerLogin)
ownerLogin
- the new owner loginpublic String getWorkspaceFolderId()
public void setWorkspaceFolderId(String workspaceFolderId)
workspaceFolderId
- the new workspace folder idpublic String getWorkspaceFolderName()
public void setWorkspaceFolderName(String workspaceFolderName)
workspaceFolderName
- the new workspace folder namepublic String getSharedWith()
public void setSharedWith(String sharedWith)
sharedWith
- the new shared withpublic long getInternalId()
public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy
- the new created bypublic boolean isCourseActive()
public void setCourseActive(Boolean courseActive)
Copyright © 2019. All Rights Reserved.