Class MasterDataValue

java.lang.Object
java.util.AbstractMap<String,String>
java.util.HashMap<String,String>
io.vertigo.studio.notebook.domain.masterdata.MasterDataValue
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

public class MasterDataValue extends HashMap<String,String>
A raw masterdata value is just a map of field/value pairs
Author:
mlaroche
See Also:
  • Constructor Details

    • MasterDataValue

      public MasterDataValue()