com.liferay.portlet.imagegallery.model
Class IGImageSoap

java.lang.Object
  extended by com.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()
           
 long getCustom1ImageId()
           
 long getCustom2ImageId()
           
 java.lang.String getDescription()
           
 long getFolderId()
           
 long getImageId()
           
 long getLargeImageId()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 long getPrimaryKey()
           
 long getSmallImageId()
           
 long getUserId()
           
 java.lang.String getUuid()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setCustom1ImageId(long custom1ImageId)
           
 void setCustom2ImageId(long custom2ImageId)
           
 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 setName(java.lang.String name)
           
 void setPrimaryKey(long pk)
           
 void setSmallImageId(long smallImageId)
           
 void setUserId(long userId)
           
 void setUuid(java.lang.String uuid)
           
static IGImageSoap toSoapModel(IGImage model)
           
static IGImageSoap[] toSoapModels(java.util.List<IGImage> 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<IGImage> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public java.lang.String getUuid()

setUuid

public void setUuid(java.lang.String uuid)

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)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

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)

getCustom1ImageId

public long getCustom1ImageId()

setCustom1ImageId

public void setCustom1ImageId(long custom1ImageId)

getCustom2ImageId

public long getCustom2ImageId()

setCustom2ImageId

public void setCustom2ImageId(long custom2ImageId)