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

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

public class EventInputPropertyConfigurationDto
extends Object

This class contains properties of inputs and outputs


Constructor Summary
EventInputPropertyConfigurationDto()
           
EventInputPropertyConfigurationDto(String name, String valueOf, String type, String defaultValue)
           
 
Method Summary
 String getDefaultValue()
           
 String getName()
           
 String getType()
           
 String getValueOf()
           
 void setDefaultValue(String defaultValue)
           
 void setName(String name)
           
 void setType(String type)
           
 void setValueOf(String valueOf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventInputPropertyConfigurationDto

public EventInputPropertyConfigurationDto()

EventInputPropertyConfigurationDto

public EventInputPropertyConfigurationDto(String name,
                                          String valueOf,
                                          String type,
                                          String defaultValue)
Method Detail

getDefaultValue

public String getDefaultValue()

setDefaultValue

public void setDefaultValue(String defaultValue)

getName

public String getName()

setName

public void setName(String name)

getValueOf

public String getValueOf()

setValueOf

public void setValueOf(String valueOf)

getType

public String getType()

setType

public void setType(String type)


Copyright © 2015 WSO2. All rights reserved.