Root entity which defines metadata about a resource or resources.
version: $Id: MetaDataImpl.java 25193 2007-04-18 13:37:38Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1
Constructor Summary
public
MetaDataImpl() Creates an initially empty metadata.
public
MetaDataImpl(MetaData source) Constructs a metadata entity initialized with the values from the specified metadata.
public
MetaDataImpl(ResponsibleParty contact, Date dateStamp, Identification identificationInfo) Creates a meta data initialised to the specified values.
Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4
MetaDataImpl
public MetaDataImpl(ResponsibleParty contact, Date dateStamp, Identification identificationInfo)(Code)
Creates a meta data initialised to the specified values.
Parameters: contact - Party responsible for the metadata information. Parameters: dateStamp - Date that the metadata was created. Parameters: identificationInfo - Basic information about the resourceto which the metadata applies.