com.axibase.tsd.model.meta.command
Class AbstractEntitiesCommand

java.lang.Object
  extended by com.axibase.tsd.model.meta.command.SimpleCommand
      extended by com.axibase.tsd.model.meta.command.AbstractEntitiesCommand
Direct Known Subclasses:
AddEntitiesCommand, DeleteEntitiesCommand

public class AbstractEntitiesCommand
extends SimpleCommand

Author:
Nikolay Malevanny.

Field Summary
protected  List<Entity> entities
           
 
Fields inherited from class com.axibase.tsd.model.meta.command.SimpleCommand
action
 
Constructor Summary
AbstractEntitiesCommand(String action)
           
 
Method Summary
 List<Entity> getEntities()
           
 
Methods inherited from class com.axibase.tsd.model.meta.command.SimpleCommand
getAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entities

protected List<Entity> entities
Constructor Detail

AbstractEntitiesCommand

public AbstractEntitiesCommand(String action)
Method Detail

getEntities

public List<Entity> getEntities()


Copyright © 2015. All rights reserved.