com.liferay.portlet.imagegallery.model
Class IGImageSoap
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGImageSoap
public IGImageSoap()
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)