fr.paris.lutece.plugins.phraseanet.business.template
Class Template

java.lang.Object
  extended by fr.paris.lutece.plugins.phraseanet.business.template.Template

public class Template
extends Object

Template for media player


Constructor Summary
Template()
           
 
Method Summary
 int getId()
           
 String getMediaType()
           
 String getName()
           
 String getTemplate()
           
 void setId(int nId)
           
 void setMediaType(String strMediaType)
           
 void setName(String strName)
           
 void setTemplate(String strTemplate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Template

public Template()
Method Detail

getId

public int getId()
Returns:
the _nId

setId

public void setId(int nId)
Parameters:
nId - the _nId to set

getName

public String getName()
Returns:
the _strName

setName

public void setName(String strName)
Parameters:
strName - the _strName to set

getTemplate

public String getTemplate()
Returns:
the _strTemplate

setTemplate

public void setTemplate(String strTemplate)
Parameters:
strTemplate - the _strTemplate to set

getMediaType

public String getMediaType()
Returns:
the _strMediaType

setMediaType

public void setMediaType(String strMediaType)
Parameters:
strMediaType - the _strMediaType to set


Copyright © 2013 Mairie de Paris. All Rights Reserved.