Liferay 6.2-ce-ga5

com.liferay.portlet.softwarecatalog.model
Class SCProductEntrySoap

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

public class SCProductEntrySoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portlet.softwarecatalog.service.http.SCProductEntryServiceSoap.

See Also:
com.liferay.portlet.softwarecatalog.service.http.SCProductEntryServiceSoap, Serialized Form

Constructor Summary
SCProductEntrySoap()
           
 
Method Summary
 String getAuthor()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 long getGroupId()
           
 String getLongDescription()
           
 Date getModifiedDate()
           
 String getName()
           
 String getPageURL()
           
 long getPrimaryKey()
           
 long getProductEntryId()
           
 String getRepoArtifactId()
           
 String getRepoGroupId()
           
 String getShortDescription()
           
 String getTags()
           
 String getType()
           
 long getUserId()
           
 String getUserName()
           
 void setAuthor(String author)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setGroupId(long groupId)
           
 void setLongDescription(String longDescription)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPageURL(String pageURL)
           
 void setPrimaryKey(long pk)
           
 void setProductEntryId(long productEntryId)
           
 void setRepoArtifactId(String repoArtifactId)
           
 void setRepoGroupId(String repoGroupId)
           
 void setShortDescription(String shortDescription)
           
 void setTags(String tags)
           
 void setType(String type)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
static SCProductEntrySoap toSoapModel(SCProductEntry model)
           
static SCProductEntrySoap[] toSoapModels(List<SCProductEntry> models)
           
static SCProductEntrySoap[] toSoapModels(SCProductEntry[] models)
           
static SCProductEntrySoap[][] toSoapModels(SCProductEntry[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCProductEntrySoap

public SCProductEntrySoap()
Method Detail

toSoapModel

public static SCProductEntrySoap toSoapModel(SCProductEntry model)

toSoapModels

public static SCProductEntrySoap[] toSoapModels(SCProductEntry[] models)

toSoapModels

public static SCProductEntrySoap[][] toSoapModels(SCProductEntry[][] models)

toSoapModels

public static SCProductEntrySoap[] toSoapModels(List<SCProductEntry> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getProductEntryId

public long getProductEntryId()

setProductEntryId

public void setProductEntryId(long productEntryId)

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)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

getTags

public String getTags()

setTags

public void setTags(String tags)

getShortDescription

public String getShortDescription()

setShortDescription

public void setShortDescription(String shortDescription)

getLongDescription

public String getLongDescription()

setLongDescription

public void setLongDescription(String longDescription)

getPageURL

public String getPageURL()

setPageURL

public void setPageURL(String pageURL)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)

getRepoGroupId

public String getRepoGroupId()

setRepoGroupId

public void setRepoGroupId(String repoGroupId)

getRepoArtifactId

public String getRepoArtifactId()

setRepoArtifactId

public void setRepoArtifactId(String repoArtifactId)

Liferay 6.2-ce-ga5