com.liferay.portal.model
Class ImageSoap
java.lang.Object
com.liferay.portal.model.ImageSoap
- All Implemented Interfaces:
- Serializable
public class ImageSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services, specifically com.liferay.portal.service.http.ImageServiceSoap
.
- 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(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 Date getModifiedDate()
setModifiedDate
public void setModifiedDate(Date modifiedDate)
getText
public String getText()
setText
public void setText(String text)
getType
public String getType()
setType
public void setType(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)