Liferay 6.2-ce-ga5

com.liferay.portlet.softwarecatalog.model
Class SCProductScreenshotSoap

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.model.SCProductScreenshotSoap
All Implemented Interfaces:
Serializable

public class SCProductScreenshotSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
SCProductScreenshotSoap()
           
 
Method Summary
 long getCompanyId()
           
 long getFullImageId()
           
 long getGroupId()
           
 long getPrimaryKey()
           
 int getPriority()
           
 long getProductEntryId()
           
 long getProductScreenshotId()
           
 long getThumbnailId()
           
 void setCompanyId(long companyId)
           
 void setFullImageId(long fullImageId)
           
 void setGroupId(long groupId)
           
 void setPrimaryKey(long pk)
           
 void setPriority(int priority)
           
 void setProductEntryId(long productEntryId)
           
 void setProductScreenshotId(long productScreenshotId)
           
 void setThumbnailId(long thumbnailId)
           
static SCProductScreenshotSoap toSoapModel(SCProductScreenshot model)
           
static SCProductScreenshotSoap[] toSoapModels(List<SCProductScreenshot> models)
           
static SCProductScreenshotSoap[] toSoapModels(SCProductScreenshot[] models)
           
static SCProductScreenshotSoap[][] toSoapModels(SCProductScreenshot[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCProductScreenshotSoap

public SCProductScreenshotSoap()
Method Detail

toSoapModel

public static SCProductScreenshotSoap toSoapModel(SCProductScreenshot model)

toSoapModels

public static SCProductScreenshotSoap[] toSoapModels(SCProductScreenshot[] models)

toSoapModels

public static SCProductScreenshotSoap[][] toSoapModels(SCProductScreenshot[][] models)

toSoapModels

public static SCProductScreenshotSoap[] toSoapModels(List<SCProductScreenshot> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getProductScreenshotId

public long getProductScreenshotId()

setProductScreenshotId

public void setProductScreenshotId(long productScreenshotId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getProductEntryId

public long getProductEntryId()

setProductEntryId

public void setProductEntryId(long productEntryId)

getThumbnailId

public long getThumbnailId()

setThumbnailId

public void setThumbnailId(long thumbnailId)

getFullImageId

public long getFullImageId()

setFullImageId

public void setFullImageId(long fullImageId)

getPriority

public int getPriority()

setPriority

public void setPriority(int priority)

Liferay 6.2-ce-ga5