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

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

public class EventBuilderMessagePropertyDto
extends Object


Constructor Summary
EventBuilderMessagePropertyDto()
           
 
Method Summary
 String getDefaultValue()
           
 String getDisplayName()
           
 String getHint()
           
 String getKey()
           
 String[] getOptions()
           
 String getPropertyType()
           
 String getValue()
           
 boolean isRequired()
           
 boolean isSecured()
           
 void setDefaultValue(String defaultValue)
           
 void setDisplayName(String displayName)
           
 void setHint(String hint)
           
 void setKey(String key)
           
 void setOptions(String[] options)
           
 void setPropertyType(String propertyType)
           
 void setRequired(boolean required)
           
 void setSecured(boolean secured)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBuilderMessagePropertyDto

public EventBuilderMessagePropertyDto()
Method Detail

getPropertyType

public String getPropertyType()

setPropertyType

public void setPropertyType(String propertyType)

getOptions

public String[] getOptions()

setOptions

public void setOptions(String[] options)

getDefaultValue

public String getDefaultValue()

setDefaultValue

public void setDefaultValue(String defaultValue)

getHint

public String getHint()

setHint

public void setHint(String hint)

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)

isSecured

public boolean isSecured()

setSecured

public void setSecured(boolean secured)

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)


Copyright © 2015 WSO2. All rights reserved.