Class VariableEntity
- java.lang.Object
-
- org.drools.persistence.jpa.marshaller.VariableEntity
-
- All Implemented Interfaces:
Serializable
@MappedSuperclass public abstract class VariableEntity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VariableEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMappedVariables(MappedVariable mappedVariable)MappedVariablefindMappedVariables(MappedVariable mappedVariable)Set<MappedVariable>getMappedVariables()voidremoveMappedVariables(MappedVariable mappedVariable)voidsetMappedVariables(Set<MappedVariable> mappedVariables)
-
-
-
Method Detail
-
getMappedVariables
public Set<MappedVariable> getMappedVariables()
-
setMappedVariables
public void setMappedVariables(Set<MappedVariable> mappedVariables)
-
addMappedVariables
public void addMappedVariables(MappedVariable mappedVariable)
-
removeMappedVariables
public void removeMappedVariables(MappedVariable mappedVariable)
-
findMappedVariables
public MappedVariable findMappedVariables(MappedVariable mappedVariable)
-
-