Class StringUserVariableInstance
java.lang.Object
net.datenwerke.rs.uservariables.service.uservariables.entities.UserVariableInstance
net.datenwerke.rs.uservariables.service.variabletypes.string.StringUserVariableInstance
- All Implemented Interfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.uservariables.client.variabletypes.string.dto")
public class StringUserVariableInstance
extends UserVariableInstance
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.datenwerke.rs.uservariables.service.uservariables.entities.UserVariableInstance
equals, getDefinition, getFolk, getId, getName, getVersion, hashCode, setDefinition, setFolk, setId, setVersion
-
Constructor Details
-
StringUserVariableInstance
public StringUserVariableInstance()
-
-
Method Details
-
setValue
-
getValue
-
getVariableValue
- Specified by:
getVariableValuein classUserVariableInstance
-