Class Properties
- java.lang.Object
-
- fr.gouv.vitam.worker.core.plugin.computeinheritedrules.model.Properties
-
public class Properties extends java.lang.Objectproperty
-
-
Constructor Summary
Constructors Constructor Description Properties()Properties(java.util.Map<java.lang.String,PropertyValue> propertyNameToPropertyValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,PropertyValue>getPropertyNameToPropertyValue()PropertyValuegetPropertyValue(java.lang.String propertyName)voidsetPropertyNameToPropertyValue(java.lang.String propertyName, PropertyValue propertyValue)
-
-
-
Constructor Detail
-
Properties
public Properties()
-
Properties
public Properties(java.util.Map<java.lang.String,PropertyValue> propertyNameToPropertyValue)
-
-
Method Detail
-
getPropertyNameToPropertyValue
public java.util.Map<java.lang.String,PropertyValue> getPropertyNameToPropertyValue()
-
setPropertyNameToPropertyValue
public void setPropertyNameToPropertyValue(java.lang.String propertyName, PropertyValue propertyValue)
-
getPropertyValue
public PropertyValue getPropertyValue(java.lang.String propertyName)
-
-