|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.phraseanet.business.media.MediaHandler
public class MediaHandler
MediaHandler
Constructor Summary | |
---|---|
MediaHandler()
|
Method Summary | |
---|---|
String |
getDescription()
Returns the Description |
String |
getIconUrl()
Returns the IconUrl |
int |
getId()
Returns the Id |
int |
getIdAccount()
Returns the IdAccount |
String |
getInsertTemplate()
Returns the InsertTemplate |
String |
getMediaType()
Returns the MediaType |
String |
getName()
Returns the Name |
void |
setDescription(String strDescription)
Sets the Description |
void |
setIconUrl(String strIconUrl)
Sets the IconUrl |
void |
setId(int nId)
Sets the Id |
void |
setIdAccount(int nIdAccount)
Sets the nIdAccount |
void |
setInsertTemplate(String strInsertTemplate)
Sets the InsertTemplate |
void |
setMediaType(String strMediaType)
Sets the MediaType |
void |
setName(String strName)
Sets the Name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MediaHandler()
Method Detail |
---|
public int getId()
public void setId(int nId)
nId
- The Idpublic int getIdAccount()
public void setIdAccount(int nIdAccount)
nIdAccount
- The nIdAccountpublic String getName()
public void setName(String strName)
strName
- The Namepublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The Descriptionpublic String getIconUrl()
public void setIconUrl(String strIconUrl)
strIconUrl
- The IconUrlpublic String getInsertTemplate()
public void setInsertTemplate(String strInsertTemplate)
strInsertTemplate
- The InsertTemplatepublic String getMediaType()
public void setMediaType(String strMediaType)
strMediaType
- The MediaType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |