Class CustomAttributes

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
de.digitalcollections.model.identifiable.entity.CustomAttributes
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class CustomAttributes extends HashMap<String,Object>
CustomAttributes is used as storage for additional custom attributes of an Entity.
See Also:
  • Constructor Details

    • CustomAttributes

      public CustomAttributes()