eXo JCR :: Component :: Extension Service 1.15.0-CR2

org.exoplatform.services.jcr.ext.repository
Class NamesList

java.lang.Object
  extended by 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

Field Summary
protected  List<String> names
          List with names.
 
Constructor Summary
NamesList()
          Empty constructor.
NamesList(List<String> names)
          Constructor.
 
Method Summary
 List<String> getNames()
           
 void setNames(List<String> names)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

eXo JCR :: Component :: Extension Service 1.15.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.