Class AccountingInfoDV
- java.lang.Object
-
- org.gcube.application.geoportalcommon.shared.geoportal.project.AccountingInfoDV
-
- All Implemented Interfaces:
Serializable
public class AccountingInfoDV extends Object implements Serializable
The Class AccountingInfoDV.- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Aug 10, 2022
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccountingInfoDV()Instantiates a new accounting info DV.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContext()Gets the context.StringgetLocalDate()Set<String>getRoles()Gets the roles.StringgetUsername()Gets the username.voidsetContext(String context)Sets the context.voidsetLocalDate(String localDate)voidsetRoles(Set<String> roles)Sets the roles.voidsetUsername(String username)Sets the username.StringtoString()
-
-
-
Method Detail
-
getUsername
public String getUsername()
Gets the username.- Returns:
- the username
-
getContext
public String getContext()
Gets the context.- Returns:
- the context
-
setUsername
public void setUsername(String username)
Sets the username.- Parameters:
username- the new username
-
setContext
public void setContext(String context)
Sets the context.- Parameters:
context- the new context
-
getLocalDate
public String getLocalDate()
-
setLocalDate
public void setLocalDate(String localDate)
-
-