org.wso2.carbon.event.builder.admin.internal
Class PropertyDto

java.lang.Object
  extended by org.wso2.carbon.event.builder.admin.internal.PropertyDto

public class PropertyDto
extends Object

Event property related attributes are stored with values


Constructor Summary
PropertyDto()
           
PropertyDto(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDto

public PropertyDto()

PropertyDto

public PropertyDto(String key,
                   String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

setKey

public void setKey(String key)

setValue

public void setValue(String value)


Copyright © 2015 WSO2. All rights reserved.