org.wso2.carbon.event.stream.manager.admin.internal
Class EventStreamAttributeDto

java.lang.Object
  extended by org.wso2.carbon.event.stream.manager.admin.internal.EventStreamAttributeDto

public class EventStreamAttributeDto
extends Object

This class contains properties of inputs and outputs


Constructor Summary
EventStreamAttributeDto()
           
 
Method Summary
 String getAttributeName()
           
 String getAttributeType()
           
 void setAttributeName(String attributeName)
           
 void setAttributeType(String attributeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventStreamAttributeDto

public EventStreamAttributeDto()
Method Detail

getAttributeName

public String getAttributeName()

setAttributeName

public void setAttributeName(String attributeName)

getAttributeType

public String getAttributeType()

setAttributeType

public void setAttributeType(String attributeType)


Copyright © 2015 WSO2. All rights reserved.