public class Context extends Object
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Category> |
getCategories() |
Date |
getCreationDate() |
String |
getId() |
String |
getLabel() |
Date |
getLastUpdateDate() |
List<Param> |
getParams() |
String |
getType() |
Context |
setCategories(Map<String,Category> categories) |
Context |
setCreationDate(Date dateofcreation) |
Context |
setId(String id) |
Context |
setLabel(String label) |
Context |
setLastUpdateDate(Date lastUpdateDate) |
Context |
setParams(List<Param> params) |
Context |
setType(String type) |
Copyright © 2025. All rights reserved.