Liferay 6.0.5

com.liferay.portlet.imagegallery.model
Class IGImageSoap

java.lang.Object
  extended by com.liferay.portlet.imagegallery.model.IGImageSoap
All Implemented Interfaces:
Serializable

public class IGImageSoap
extends Object
implements Serializable

This class is used by IGImageServiceSoap.

See Also:
IGImageServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
IGImageSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 long getCustom1ImageId()
           
 long getCustom2ImageId()
           
 String getDescription()
           
 long getFolderId()
           
 long getGroupId()
           
 long getImageId()
           
 long getLargeImageId()
           
 Date getModifiedDate()
           
 String getName()
           
 long getPrimaryKey()
           
 long getSmallImageId()
           
 long getUserId()
           
 String getUuid()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setCustom1ImageId(long custom1ImageId)
           
 void setCustom2ImageId(long custom2ImageId)
           
 void setDescription(String description)
           
 void setFolderId(long folderId)
           
 void setGroupId(long groupId)
           
 void setImageId(long imageId)
           
 void setLargeImageId(long largeImageId)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrimaryKey(long pk)
           
 void setSmallImageId(long smallImageId)
           
 void setUserId(long userId)
           
 void setUuid(String uuid)
           
static IGImageSoap toSoapModel(IGImage model)
           
static IGImageSoap[] toSoapModels(IGImage[] models)
           
static IGImageSoap[][] toSoapModels(IGImage[][] models)
           
static IGImageSoap[] toSoapModels(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(IGImage[] models)

toSoapModels

public static IGImageSoap[][] toSoapModels(IGImage[][] models)

toSoapModels

public static IGImageSoap[] toSoapModels(List<IGImage> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getImageId

public long getImageId()

setImageId

public void setImageId(long imageId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getFolderId

public long getFolderId()

setFolderId

public void setFolderId(long folderId)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(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)

Liferay 6.0.5