org.esupportail.portal.channels.CWebdav.channelAction.injac.config
Class MetadataFileProfile

java.lang.Object
  extended byorg.esupportail.portal.channels.CWebdav.channelAction.injac.config.MetadataFileProfile

public class MetadataFileProfile
extends java.lang.Object

Id: MetadataFileProfile.java,v 1.0
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: MetadataFileProfile
Original Author: Yohan Colmant
This represents a metadata profile used to set the metadata on a space


Field Summary
private  java.lang.String fileName
          The profile file name
private  java.lang.String label
          The label of this space
 
Constructor Summary
MetadataFileProfile()
           
 
Method Summary
 java.lang.String getFileName()
           
 java.lang.String getLabel()
           
 void setFileName(java.lang.String fileName)
           
 void setLabel(java.lang.String label)
           
 java.lang.String toString()
          Return a String representation of this space
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fileName

private java.lang.String fileName
The profile file name


label

private java.lang.String label
The label of this space

Constructor Detail

MetadataFileProfile

public MetadataFileProfile()
Method Detail

getFileName

public java.lang.String getFileName()
Returns:
Returns the fileName.

setFileName

public void setFileName(java.lang.String fileName)
Parameters:
fileName - The fileName to set.

getLabel

public java.lang.String getLabel()
Returns:
Returns the label.

setLabel

public void setLabel(java.lang.String label)
Parameters:
label - The label to set.

toString

public java.lang.String toString()
Return a String representation of this space