Uses of Class
be.recipe.services.executor.Properties
-
Packages that use Properties Package Description be.recipe.services.executor -
-
Uses of Properties in be.recipe.services.executor
Fields in be.recipe.services.executor declared as Properties Modifier and Type Field Description protected PropertiesArchiveStandard. propertiesprotected PropertiesPrescriptionWithSecurityToken. propertiesMethods in be.recipe.services.executor that return Properties Modifier and Type Method Description PropertiesObjectFactory. createProperties()Create an instance ofPropertiesPropertiesArchiveStandard. getProperties()Gets the value of the properties property.PropertiesPrescriptionWithSecurityToken. getProperties()Gets the value of the properties property.Methods in be.recipe.services.executor with parameters of type Properties Modifier and Type Method Description voidArchiveStandard. setProperties(Properties value)Sets the value of the properties property.voidPrescriptionWithSecurityToken. setProperties(Properties value)Sets the value of the properties property.
-