Class 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 Detail

      • AccountingInfoDV

        public AccountingInfoDV()
        Instantiates a new accounting info DV.
    • Method Detail

      • getUsername

        public String getUsername()
        Gets the username.
        Returns:
        the username
      • getRoles

        public Set<String> getRoles()
        Gets the roles.
        Returns:
        the roles
      • getContext

        public String getContext()
        Gets the context.
        Returns:
        the context
      • setUsername

        public void setUsername​(String username)
        Sets the username.
        Parameters:
        username - the new username
      • setRoles

        public void setRoles​(Set<String> roles)
        Sets the roles.
        Parameters:
        roles - the new roles
      • setContext

        public void setContext​(String context)
        Sets the context.
        Parameters:
        context - the new context
      • getLocalDate

        public String getLocalDate()
      • setLocalDate

        public void setLocalDate​(String localDate)