org.deegree_impl.clients.wcasclient.model
Class BaseMetadata

java.lang.Object
  extended byorg.deegree_impl.clients.wcasclient.model.BaseMetadata
Direct Known Subclasses:
DetailedMetadata

public class BaseMetadata
extends java.lang.Object

Version:
$Revision: 1.3 $
Author:
Andreas Poth

Field Summary
private  java.util.Calendar dateStamp
           
private  java.lang.String fileIdentifier
           
private  java.lang.String metadataStandardName
           
private  java.lang.String metadataStandardVersion
           
private  java.lang.String title
           
 
Constructor Summary
BaseMetadata()
          Creates a new instance of BriefEntry
BaseMetadata(java.lang.String title, java.lang.String fileIdentifier, java.util.Calendar dateStamp, java.lang.String metadataStandardName, java.lang.String metadataStandardVersion)
          Creates a new BriefEntry object.
 
Method Summary
 java.util.Calendar getDateStamp()
          returns the date stamp of the metadata set
 java.lang.String getFileIdentifier()
          returns the fileIdentifier(ID) of the metadata set
 java.lang.String getMetadataStandardName()
          returns the metadata standard name where the metadata are stored in.
 java.lang.String getMetadataStandardVersion()
          returns the version of the metadata standard where the metadata are stored in.
 java.lang.String getTitle()
          returns the title of the metadata set
 void setDateStamp(java.util.Calendar dateStamp)
          sets the date stamp of the metadata set
 void setFileIdentifier(java.lang.String fileIdentifier)
          sets the fileIdentifier(ID) of the metadata set
 void setMetadataStandardName(java.lang.String metadataStandardName)
          sets the metadata standard name where the metadata are stored in.
 void setMetadataStandardVersion(java.lang.String metadataStandardVersion)
          sets the version of the metadata standard where the metadata are stored in.
 void setTitle(java.lang.String title)
          sets the title of the metadata set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dateStamp

private java.util.Calendar dateStamp

fileIdentifier

private java.lang.String fileIdentifier

metadataStandardName

private java.lang.String metadataStandardName

metadataStandardVersion

private java.lang.String metadataStandardVersion

title

private java.lang.String title
Constructor Detail

BaseMetadata

public BaseMetadata()
Creates a new instance of BriefEntry


BaseMetadata

public BaseMetadata(java.lang.String title,
                    java.lang.String fileIdentifier,
                    java.util.Calendar dateStamp,
                    java.lang.String metadataStandardName,
                    java.lang.String metadataStandardVersion)
Creates a new BriefEntry object.

Parameters:
title -
fileIdentifier -
dateStamp -
metadataStandardName -
metadataStandardVersion -
Method Detail

getTitle

public java.lang.String getTitle()
returns the title of the metadata set

Returns:
title of the metadata set

setTitle

public void setTitle(java.lang.String title)
sets the title of the metadata set

Parameters:
title - title of the metadata set

getFileIdentifier

public java.lang.String getFileIdentifier()
returns the fileIdentifier(ID) of the metadata set

Returns:
fileIdentifier(ID) of the metadata set

setFileIdentifier

public void setFileIdentifier(java.lang.String fileIdentifier)
sets the fileIdentifier(ID) of the metadata set

Parameters:
fileIdentifier - fileIdentifier(ID) of the metadata set

getDateStamp

public java.util.Calendar getDateStamp()
returns the date stamp of the metadata set

Returns:
date stamp of the metadata set

setDateStamp

public void setDateStamp(java.util.Calendar dateStamp)
sets the date stamp of the metadata set

Parameters:
dateStamp - date stamp of the metadata set

getMetadataStandardName

public java.lang.String getMetadataStandardName()
returns the metadata standard name where the metadata are stored in.

Returns:
metadata standard name

setMetadataStandardName

public void setMetadataStandardName(java.lang.String metadataStandardName)
sets the metadata standard name where the metadata are stored in.

Parameters:
metadataStandardName - metadata standard name

getMetadataStandardVersion

public java.lang.String getMetadataStandardVersion()
returns the version of the metadata standard where the metadata are stored in.

Returns:
version of the metadata standard

setMetadataStandardVersion

public void setMetadataStandardVersion(java.lang.String metadataStandardVersion)
sets the version of the metadata standard where the metadata are stored in.

Parameters:
metadataStandardVersion -