|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.wcasclient.model.BaseMetadata
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 |
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 Detail |
public BaseMetadata()
public BaseMetadata(java.lang.String title, java.lang.String fileIdentifier, java.util.Calendar dateStamp, java.lang.String metadataStandardName, java.lang.String metadataStandardVersion)
title
- fileIdentifier
- dateStamp
- metadataStandardName
- metadataStandardVersion
- Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- title of the metadata setpublic java.lang.String getFileIdentifier()
public void setFileIdentifier(java.lang.String fileIdentifier)
fileIdentifier
- fileIdentifier(ID) of the metadata setpublic java.util.Calendar getDateStamp()
public void setDateStamp(java.util.Calendar dateStamp)
dateStamp
- date stamp of the metadata setpublic java.lang.String getMetadataStandardName()
public void setMetadataStandardName(java.lang.String metadataStandardName)
metadataStandardName
- metadata standard namepublic java.lang.String getMetadataStandardVersion()
public void setMetadataStandardVersion(java.lang.String metadataStandardVersion)
metadataStandardVersion
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |