com.liferay.portal.model
Class ImageSoap

java.lang.Object
  extended by 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

Constructor Summary
ImageSoap()
           
 
Method Summary
 int getHeight()
           
 long getImageId()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 int getSize()
           
 java.lang.String getText()
           
 java.lang.String getType()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setImageId(long imageId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setSize(int size)
           
 void setText(java.lang.String text)
           
 void setType(java.lang.String type)
           
 void setWidth(int width)
           
static ImageSoap toSoapModel(Image model)
           
static ImageSoap[] toSoapModels(Image[] models)
           
static ImageSoap[][] toSoapModels(Image[][] models)
           
static ImageSoap[] toSoapModels(java.util.List<Image> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageSoap

public ImageSoap()
Method Detail

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)