Class BasicInformation
java.lang.Object
org.gcube.resourcemanagement.contexts.impl.properties.BasicInformation
Basic Information about a GCube Context
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDesigner(String designer) Add a designer to the ContextvoidaddManager(String manager) Add a manager to the ContextDescription of the ContextDesigners of the ContextgetFrom()Start date of the ContextManagers of the ContextgetTo()End date of the ContextvoidsetDescription(String description) Description of the ContextvoidsetDesigners(Set<String> designers) Designers of the ContextvoidStart date of the ContextvoidsetManagers(Set<String> managers) Managers of the ContextvoidEnd date of the Context
-
Field Details
-
description
Description of the Context -
designers
Designers of the Context -
managers
Managers of the Context -
from
Start date of the Context -
to
Can be null. It means no end date defined.
-
-
Constructor Details
-
BasicInformation
public BasicInformation()
-
-
Method Details
-
getDescription
Description of the Context- Returns:
- the description
-
setDescription
Description of the Context- Parameters:
description- the description to set
-
getDesigners
Designers of the Context- Returns:
- the designers
-
setDesigners
Designers of the Context- Parameters:
designers- the designers to set
-
addDesigner
Add a designer to the Context- Parameters:
designer- the designer to add
-
getManagers
Managers of the Context- Returns:
- the managers
-
setManagers
Managers of the Context- Parameters:
managers- the managers to set
-
addManager
Add a manager to the Context- Parameters:
manager- the manager to add
-
getFrom
Start date of the Context- Returns:
- the start date
-
setFrom
Start date of the Context- Parameters:
from- the start date to set
-
getTo
End date of the Context- Returns:
- the end date
-
setTo
End date of the Context- Parameters:
to- the end date to set
-