public abstract class BaseMapping extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected String |
description |
protected MappingType |
mappingType |
Constructor and Description |
---|
BaseMapping() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Gets the value of the alias property.
|
String |
getDescription()
Gets the value of the description property.
|
MappingType |
getMappingType()
Gets the value of the mappingType property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMappingType(MappingType value)
Sets the value of the mappingType property.
|
protected String alias
protected String description
protected MappingType mappingType
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public MappingType getMappingType()
MappingType
public void setMappingType(MappingType value)
value
- allowed object is
MappingType
Copyright © 2020 JBoss by Red Hat. All rights reserved.