com.liferay.portal.model
Class ImageSoap
java.lang.Object
com.liferay.portal.model.ImageSoap
- All Implemented Interfaces:
- java.io.Serializable
public class ImageSoap
- extends java.lang.Object
- implements java.io.Serializable
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is used by
com.liferay.portal.service.http.ImageServiceSoap
.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.http.ImageServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageSoap
public ImageSoap()
toSoapModel
public static ImageSoap toSoapModel(Image model)
toSoapModels
public static ImageSoap[] toSoapModels(Image[] models)
toSoapModels
public static ImageSoap[][] toSoapModels(Image[][] models)
toSoapModels
public static ImageSoap[] toSoapModels(java.util.List<Image> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getImageId
public long getImageId()
setImageId
public void setImageId(long imageId)
getModifiedDate
public java.util.Date getModifiedDate()
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getSize
public int getSize()
setSize
public void setSize(int size)