org.wso2.carbon.event.builder.admin.internal
Class PropertyDto
java.lang.Object
org.wso2.carbon.event.builder.admin.internal.PropertyDto
public class PropertyDto
- extends Object
Event property related attributes are stored with values
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyDto
public PropertyDto()
PropertyDto
public PropertyDto(String key,
String value)
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.