org.exoplatform.services.jcr.ext.repository
Class NamesList
java.lang.Object
org.exoplatform.services.jcr.ext.repository.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
names
protected List<String> names
- List with names.
NamesList
public NamesList()
- Empty constructor.
NamesList
public NamesList(List<String> names)
- Constructor.
- Parameters:
names - List, the list with names
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
Copyright © 2013 eXo Platform SAS. All Rights Reserved.