com.liferay.portlet.imagegallery.model
Class IGImageSoap

java.lang.Object
  extended bycom.liferay.portlet.imagegallery.model.IGImageSoap
All Implemented Interfaces:
java.io.Serializable

public class IGImageSoap
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.portlet.imagegallery.service.http.IGImageServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.imagegallery.service.http.IGImageServiceSoap, Serialized Form

Constructor Summary
IGImageSoap()
           
 
Method Summary
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 java.lang.String getDescription()
           
 long getFolderId()
           
 long getImageId()
           
 long getLargeImageId()
           
 java.util.Date getModifiedDate()
           
 long getPrimaryKey()
           
 long getSmallImageId()
           
 long getUserId()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setDescription(java.lang.String description)
           
 void setFolderId(long folderId)
           
 void setImageId(long imageId)
           
 void setLargeImageId(long largeImageId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setPrimaryKey(long pk)
           
 void setSmallImageId(long smallImageId)
           
 void setUserId(long userId)
           
static IGImageSoap toSoapModel(IGImage model)
           
static IGImageSoap[] toSoapModels(java.util.List models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGImageSoap

public IGImageSoap()
Method Detail

toSoapModel

public static IGImageSoap toSoapModel(IGImage model)

toSoapModels

public static IGImageSoap[] toSoapModels(java.util.List models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getImageId

public long getImageId()

setImageId

public void setImageId(long imageId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getCreateDate

public java.util.Date getCreateDate()

setCreateDate

public void setCreateDate(java.util.Date createDate)

getModifiedDate

public java.util.Date getModifiedDate()

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)

getFolderId

public long getFolderId()

setFolderId

public void setFolderId(long folderId)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getSmallImageId

public long getSmallImageId()

setSmallImageId

public void setSmallImageId(long smallImageId)

getLargeImageId

public long getLargeImageId()

setLargeImageId

public void setLargeImageId(long largeImageId)