com.axibase.tsd.model.data
Class PropertyKey

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

public class PropertyKey
extends Object

Author:
Nikolay Malevanny.

Constructor Summary
PropertyKey()
           
PropertyKey(String type, String entityName, String... keysAndValues)
           
 
Method Summary
 String getEntityName()
           
 Map<String,String> getKeyValues()
           
 String getType()
           
 void setEntityName(String entityName)
           
 void setKeyValues(Map<String,String> keyValues)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyKey

public PropertyKey()

PropertyKey

public PropertyKey(String type,
                   String entityName,
                   String... keysAndValues)
Method Detail

getType

public String getType()

setType

public void setType(String type)

getEntityName

public String getEntityName()

setEntityName

public void setEntityName(String entityName)

getKeyValues

public Map<String,String> getKeyValues()

setKeyValues

public void setKeyValues(Map<String,String> keyValues)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.