com.liferay.portlet.softwarecatalog.model
Class SCProductEntrySoap

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

public class SCProductEntrySoap
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.softwarecatalog.service.http.SCProductEntryServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.softwarecatalog.service.http.SCProductEntryServiceSoap, Serialized Form

Constructor Summary
SCProductEntrySoap()
           
 
Method Summary
 java.lang.String getAuthor()
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getGroupId()
           
 java.lang.String getLongDescription()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 java.lang.String getPageURL()
           
 long getPrimaryKey()
           
 long getProductEntryId()
           
 java.lang.String getRepoArtifactId()
           
 java.lang.String getRepoGroupId()
           
 java.lang.String getShortDescription()
           
 java.lang.String getTags()
           
 java.lang.String getType()
           
 long getUserId()
           
 java.lang.String getUserName()
           
 void setAuthor(java.lang.String author)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setGroupId(long groupId)
           
 void setLongDescription(java.lang.String longDescription)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 void setPageURL(java.lang.String pageURL)
           
 void setPrimaryKey(long pk)
           
 void setProductEntryId(long productEntryId)
           
 void setRepoArtifactId(java.lang.String repoArtifactId)
           
 void setRepoGroupId(java.lang.String repoGroupId)
           
 void setShortDescription(java.lang.String shortDescription)
           
 void setTags(java.lang.String tags)
           
 void setType(java.lang.String type)
           
 void setUserId(long userId)
           
 void setUserName(java.lang.String userName)
           
static SCProductEntrySoap toSoapModel(SCProductEntry model)
           
static SCProductEntrySoap[] toSoapModels(java.util.List<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(java.util.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 java.lang.String getUserName()

setUserName

public void setUserName(java.lang.String userName)

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)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getTags

public java.lang.String getTags()

setTags

public void setTags(java.lang.String tags)

getShortDescription

public java.lang.String getShortDescription()

setShortDescription

public void setShortDescription(java.lang.String shortDescription)

getLongDescription

public java.lang.String getLongDescription()

setLongDescription

public void setLongDescription(java.lang.String longDescription)

getPageURL

public java.lang.String getPageURL()

setPageURL

public void setPageURL(java.lang.String pageURL)

getAuthor

public java.lang.String getAuthor()

setAuthor

public void setAuthor(java.lang.String author)

getRepoGroupId

public java.lang.String getRepoGroupId()

setRepoGroupId

public void setRepoGroupId(java.lang.String repoGroupId)

getRepoArtifactId

public java.lang.String getRepoArtifactId()

setRepoArtifactId

public void setRepoArtifactId(java.lang.String repoArtifactId)