com.liferay.portlet.imagegallery.model
Class IGImageSoap
java.lang.Object
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.
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(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)