Class NamesList


  • public class NamesList
    extends Object
    Created by The eXo Platform SAS.
    Date: 27.08.2009
    Version:
    $Id: NamesList.java 111 2008-11-11 11:11:11Z rainf0x $
    Author:
    Alex Reshetnyak
    • Field Detail

      • names

        protected List<String> names
        List with names.
    • Constructor Detail

      • NamesList

        public NamesList()
        Empty constructor.
      • NamesList

        public NamesList​(List<String> names)
        Constructor.
        Parameters:
        names - List, the list with names
    • Method Detail

      • getNames

        public List<String> getNames()
        Returns:
        List return the list of name
      • setNames

        public void setNames​(List<String> names)
        Parameters:
        names - List, the list with names