wicket.contrib.tinymce.image
Class ImageFileDescription

java.lang.Object
  extended by wicket.contrib.tinymce.image.ImageFileDescription
All Implemented Interfaces:
Serializable

public class ImageFileDescription
extends Object
implements Serializable

Simple POJO which represents image characteristics.

Author:
Michal Letynski
See Also:
Serialized Form

Constructor Summary
ImageFileDescription(String pName)
           
 
Method Summary
 String getContentType()
           
 String getName()
           
 void setContentType(String pContentType)
           
 void setName(String pName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFileDescription

public ImageFileDescription(String pName)
Method Detail

getName

public String getName()

setName

public void setName(String pName)

getContentType

public String getContentType()

setContentType

public void setContentType(String pContentType)


Copyright © 2004–2016. All rights reserved.