CStockage 4.2_beta-RC-1
API Documentation

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

java.lang.Object
  extended byorg.esupportail.portal.channels.CStockage.channelAction.injac.config.RenderingType

public class RenderingType
extends java.lang.Object

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


Constructor Summary
RenderingType()
           
 
Method Summary
 java.lang.String getLabel()
           
 java.lang.String getSkinFile()
           
 void setLabel(java.lang.String label)
           
 void setSkinFile(java.lang.String skinFile)
           
 java.lang.String toString()
          Return a String representation of this rendering
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenderingType

public RenderingType()
Method Detail

getLabel

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

setLabel

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

getSkinFile

public java.lang.String getSkinFile()
Returns:
Returns the skinFile.

setSkinFile

public void setSkinFile(java.lang.String skinFile)
Parameters:
skinFile - The skinFile to set.

toString

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


CStockage 4.2_beta-RC-1
API Documentation