Class BasicInformation
java.lang.Object
org.gcube.resourcemanagement.contexts.impl.properties.BasicInformation
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDesigner(String designer) voidaddManager(String manager) getFrom()getTo()voidsetDescription(String description) voidsetDesigners(Set<String> designers) voidvoidsetManagers(Set<String> managers) void
-
Field Details
-
description
-
designers
-
managers
-
from
-
to
Can be null. It means no end date defined.
-
-
Constructor Details
-
BasicInformation
public BasicInformation()
-
-
Method Details
-
getDescription
-
setDescription
-
getDesigners
-
setDesigners
-
addDesigner
-
getManagers
-
setManagers
-
addManager
-
getFrom
-
setFrom
-
getTo
-
setTo
-