public class StringParm extends Object implements Serializable
Constructor and Description |
---|
StringParm() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getDefault()
Returns the value of field 'default'.
|
String |
getDisplayName()
Returns the value of field 'displayName'.
|
String |
getInputType()
Returns the value of field 'inputType'.
|
String |
getName()
Returns the value of field 'name'.
|
int |
hashCode()
Method hashCode.
|
void |
setDefault(String _default)
Sets the value of field 'default'.
|
void |
setDisplayName(String displayName)
Sets the value of field 'displayName'.
|
void |
setInputType(String inputType)
Sets the value of field 'inputType'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
public boolean equals(Object obj)
public String getDefault()
public String getDisplayName()
public String getInputType()
public String getName()
public int hashCode()
public void setDefault(String _default)
_default
- default
- the value of field 'default'.public void setDisplayName(String displayName)
displayName
- the value of field 'displayName'.public void setInputType(String inputType)
inputType
- the value of field 'inputType'.public void setName(String name)
name
- the value of field 'name'.Copyright © 2017. All rights reserved.