com.axibase.tsd.model.data
Class PropertyParameter

java.lang.Object
  extended by com.axibase.tsd.model.data.PropertyParameter

public class PropertyParameter
extends Object

Author:
Nikolay Malevanny.

Constructor Summary
PropertyParameter()
           
 
Method Summary
 String getEntityName()
           
 String getLimit()
           
 List<String> getNames()
           
 String getType()
           
 void setEntityName(String entityName)
           
 void setLimit(String limit)
           
 void setNames(List<String> names)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyParameter

public PropertyParameter()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getEntityName

public String getEntityName()

setEntityName

public void setEntityName(String entityName)

getLimit

public String getLimit()

setLimit

public void setLimit(String limit)

getNames

public List<String> getNames()

setNames

public void setNames(List<String> names)


Copyright © 2015. All rights reserved.