|
||||||||||
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 | |
---|---|
java.lang.String |
getBases()
Returns the Bases |
int |
getDefaultHeight()
Returns the DefaultHeight |
int |
getDefaultWidth()
Returns the DefaultWidth |
java.lang.String |
getDescription()
Returns the Description |
java.lang.String |
getIconUrl()
Returns the IconUrl |
int |
getId()
Returns the Id |
java.lang.String |
getInsertTemplate()
Returns the InsertTemplate |
java.lang.String |
getMediaType()
Returns the MediaType |
java.lang.String |
getName()
Returns the Name |
void |
setBases(java.lang.String strBases)
Sets the Bases |
void |
setDefaultHeight(int nDefaultHeight)
Sets the DefaultHeight |
void |
setDefaultWidth(int nDefaultWidth)
Sets the DefaultWidth |
void |
setDescription(java.lang.String strDescription)
Sets the Description |
void |
setIconUrl(java.lang.String strIconUrl)
Sets the IconUrl |
void |
setId(int nId)
Sets the Id |
void |
setInsertTemplate(java.lang.String strInsertTemplate)
Sets the InsertTemplate |
void |
setMediaType(java.lang.String strMediaType)
Sets the MediaType |
void |
setName(java.lang.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 java.lang.String getName()
public void setName(java.lang.String strName)
strName
- The Namepublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The Descriptionpublic java.lang.String getIconUrl()
public void setIconUrl(java.lang.String strIconUrl)
strIconUrl
- The IconUrlpublic java.lang.String getInsertTemplate()
public void setInsertTemplate(java.lang.String strInsertTemplate)
strInsertTemplate
- The InsertTemplatepublic java.lang.String getMediaType()
public void setMediaType(java.lang.String strMediaType)
strMediaType
- The MediaTypepublic java.lang.String getBases()
public void setBases(java.lang.String strBases)
strBases
- The Basespublic int getDefaultWidth()
public void setDefaultWidth(int nDefaultWidth)
nDefaultWidth
- The DefaultWidthpublic int getDefaultHeight()
public void setDefaultHeight(int nDefaultHeight)
nDefaultHeight
- The DefaultHeight
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |