org.wso2.carbon.event.builder.admin.internal
Class EventBuilderMessagePropertyDto
java.lang.Object
org.wso2.carbon.event.builder.admin.internal.EventBuilderMessagePropertyDto
public class EventBuilderMessagePropertyDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventBuilderMessagePropertyDto
public EventBuilderMessagePropertyDto()
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.