wicket.contrib.tinymce.image
Class ImageFileDescription
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageFileDescription
public ImageFileDescription(String pName)
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.