|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CWebdav.channelAction.injac.metadata.parse.ParseRequiredMetaData
Id: ParseRequiredMetaData.java,v 1.0
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: ParseRequiredMetaData
Original Author: Yohan Colmant
This class parse the metadata containing all metadata the user have to set
Field Summary | |
private java.lang.String |
key
The key of this metadata list |
protected static org.apache.commons.logging.Log |
log
Logger object |
private java.util.ArrayList |
metadataList
All metadata for edition and publication |
Constructor Summary | |
ParseRequiredMetaData(java.lang.String stringToParse)
Constructor |
Method Summary | |
java.lang.String |
getKey()
|
java.util.ArrayList |
getMetadataListEdition()
return the metadataList for edition |
java.util.ArrayList |
getMetadataListEditionAndPublication()
return the metadataList for edition and publication |
java.util.ArrayList |
getMetadataListPublication()
return the metadataList for publication |
void |
setKey(java.lang.String key)
|
void |
setMetadataList(RequiredMetaData metadata)
add a new MD to the list |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final org.apache.commons.logging.Log log
private java.lang.String key
private java.util.ArrayList metadataList
Constructor Detail |
public ParseRequiredMetaData(java.lang.String stringToParse) throws ApplicationException
stringToParse
- the xml we have to parse contained in this String
ApplicationException
Method Detail |
public java.util.ArrayList getMetadataListEdition()
public java.util.ArrayList getMetadataListPublication()
public java.util.ArrayList getMetadataListEditionAndPublication()
public void setMetadataList(RequiredMetaData metadata)
metadata
- the space to addpublic java.lang.String getKey()
public void setKey(java.lang.String key)
key
- The key to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |