public class Convert
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
attributeName |
protected java.lang.String |
converter |
protected java.lang.String |
description |
protected java.lang.Boolean |
disableConversion |
Constructor and Description |
---|
Convert() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName()
Gets the value of the attributeName property.
|
java.lang.String |
getConverter()
Gets the value of the converter property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.Boolean |
isDisableConversion()
Gets the value of the disableConversion property.
|
void |
setAttributeName(java.lang.String value)
Sets the value of the attributeName property.
|
void |
setConverter(java.lang.String value)
Sets the value of the converter property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDisableConversion(java.lang.Boolean value)
Sets the value of the disableConversion property.
|
protected java.lang.String description
protected java.lang.String converter
protected java.lang.String attributeName
protected java.lang.Boolean disableConversion
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConverter()
String
public void setConverter(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAttributeName()
String
public void setAttributeName(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isDisableConversion()
Boolean
public void setDisableConversion(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.