public final class ModulePropertyDetails extends java.lang.Object
| Constructor and Description |
|---|
ModulePropertyDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultValue()
Get default value of property.
|
java.lang.String |
getDescription()
Get description of property.
|
java.lang.String |
getName()
Get name of property.
|
java.lang.String |
getType()
Get type of property.
|
java.lang.String |
getValidationType()
Get validation type of property.
|
void |
setDefaultValue(java.lang.String defaultValue)
Set default value of property.
|
void |
setDescription(java.lang.String description)
Set description of property.
|
void |
setName(java.lang.String name)
Set name of property.
|
void |
setType(java.lang.String type)
Set property type.
|
void |
setValidationType(java.lang.String validationType)
Set validation type of property.
|
public ModulePropertyDetails()
public java.lang.String getName()
public void setName(java.lang.String name)
name - name of propertypublic java.lang.String getType()
public void setType(java.lang.String type)
type - property typepublic java.lang.String getDefaultValue()
public void setDefaultValue(java.lang.String defaultValue)
defaultValue - default value of propertypublic java.lang.String getValidationType()
public void setValidationType(java.lang.String validationType)
validationType - validation type of propertypublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - property descriptionCopyright © 2001-2020. All Rights Reserved.