CStockage 4.2_beta-RC-1
API Documentation

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

java.lang.Object
  extended byorg.esupportail.portal.channels.CStockage.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


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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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


CStockage 4.2_beta-RC-1
API Documentation