public class Converter extends Object
Modifier and Type | Field and Description |
---|---|
protected Boolean |
autoApply |
protected String |
clazz |
protected String |
description |
Constructor and Description |
---|
Converter() |
Modifier and Type | Method and Description |
---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getDescription()
Gets the value of the description property.
|
Boolean |
isAutoApply()
Gets the value of the autoApply property.
|
void |
setAutoApply(Boolean value)
Sets the value of the autoApply property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected String description
protected String clazz
protected Boolean autoApply
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is
String
public Boolean isAutoApply()
Boolean
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.