Package step.core.objectenricher
Interface EnricheableObject
-
public interface EnricheableObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAttribute(String key, String value)StringgetAttribute(String key)Map<String,String>getAttributes()voidsetAttributes(Map<String,String> attributes)
-