@MappedSuperclass public abstract class VariableEntity extends Object implements Serializable
Constructor and Description |
---|
VariableEntity() |
Modifier and Type | Method and Description |
---|---|
void |
addMappedVariables(MappedVariable mappedVariable) |
MappedVariable |
findMappedVariables(MappedVariable mappedVariable) |
Set<MappedVariable> |
getMappedVariables() |
void |
removeMappedVariables(MappedVariable mappedVariable) |
void |
setMappedVariables(Set<MappedVariable> mappedVariables) |
public Set<MappedVariable> getMappedVariables()
public void setMappedVariables(Set<MappedVariable> mappedVariables)
public void addMappedVariables(MappedVariable mappedVariable)
public void removeMappedVariables(MappedVariable mappedVariable)
public MappedVariable findMappedVariables(MappedVariable mappedVariable)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.