Maven module :un.api : api-common :
Class : un.api.model.doc.DefaultDocument
Extends/Implements : un.api.model.doc.AbstractDocument
Subclasses : -

Default document implementation using an HashDictionary as backend.
author  Johann Sorel


Variables : -
Functions : DefaultDocument, DefaultDocument, DefaultDocument, getFieldNames, getField, getFieldValue, setFieldValue, set, removeProperty, removeAllProperties, toChars, getHash, equals



public void DefaultDocument ()

public void DefaultDocument (boolean preserveOrder)

public void DefaultDocument (boolean preserveOrder, DocumentType docType)

public Set getFieldNames ()

public Field getField (Chars name)

public Object getFieldValue (Chars id)

public void setFieldValue (Chars name, Object value)

public void set (Document doc)

public void removeProperty (Chars id)

public void removeAllProperties ()

public Chars toChars ()

public int getHash ()

public boolean equals (Object obj)