com.liferay.client.soap.portlet.softwarecatalog.model
Class SCProductEntrySoap

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

public class SCProductEntrySoap
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SCProductEntrySoap()
           
SCProductEntrySoap(java.lang.String author, long companyId, java.util.Calendar createDate, long groupId, java.lang.String longDescription, java.util.Calendar modifiedDate, java.lang.String name, java.lang.String pageURL, long primaryKey, long productEntryId, java.lang.String repoArtifactId, java.lang.String repoGroupId, java.lang.String shortDescription, java.lang.String tags, java.lang.String type, long userId, java.lang.String userName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAuthor()
          Gets the author value for this SCProductEntrySoap.
 long getCompanyId()
          Gets the companyId value for this SCProductEntrySoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this SCProductEntrySoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getGroupId()
          Gets the groupId value for this SCProductEntrySoap.
 java.lang.String getLongDescription()
          Gets the longDescription value for this SCProductEntrySoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this SCProductEntrySoap.
 java.lang.String getName()
          Gets the name value for this SCProductEntrySoap.
 java.lang.String getPageURL()
          Gets the pageURL value for this SCProductEntrySoap.
 long getPrimaryKey()
          Gets the primaryKey value for this SCProductEntrySoap.
 long getProductEntryId()
          Gets the productEntryId value for this SCProductEntrySoap.
 java.lang.String getRepoArtifactId()
          Gets the repoArtifactId value for this SCProductEntrySoap.
 java.lang.String getRepoGroupId()
          Gets the repoGroupId value for this SCProductEntrySoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getShortDescription()
          Gets the shortDescription value for this SCProductEntrySoap.
 java.lang.String getTags()
          Gets the tags value for this SCProductEntrySoap.
 java.lang.String getType()
          Gets the type value for this SCProductEntrySoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this SCProductEntrySoap.
 java.lang.String getUserName()
          Gets the userName value for this SCProductEntrySoap.
 int hashCode()
           
 void setAuthor(java.lang.String author)
          Sets the author value for this SCProductEntrySoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this SCProductEntrySoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this SCProductEntrySoap.
 void setGroupId(long groupId)
          Sets the groupId value for this SCProductEntrySoap.
 void setLongDescription(java.lang.String longDescription)
          Sets the longDescription value for this SCProductEntrySoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this SCProductEntrySoap.
 void setName(java.lang.String name)
          Sets the name value for this SCProductEntrySoap.
 void setPageURL(java.lang.String pageURL)
          Sets the pageURL value for this SCProductEntrySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this SCProductEntrySoap.
 void setProductEntryId(long productEntryId)
          Sets the productEntryId value for this SCProductEntrySoap.
 void setRepoArtifactId(java.lang.String repoArtifactId)
          Sets the repoArtifactId value for this SCProductEntrySoap.
 void setRepoGroupId(java.lang.String repoGroupId)
          Sets the repoGroupId value for this SCProductEntrySoap.
 void setShortDescription(java.lang.String shortDescription)
          Sets the shortDescription value for this SCProductEntrySoap.
 void setTags(java.lang.String tags)
          Sets the tags value for this SCProductEntrySoap.
 void setType(java.lang.String type)
          Sets the type value for this SCProductEntrySoap.
 void setUserId(long userId)
          Sets the userId value for this SCProductEntrySoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this SCProductEntrySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCProductEntrySoap

public SCProductEntrySoap()

SCProductEntrySoap

public SCProductEntrySoap(java.lang.String author,
                          long companyId,
                          java.util.Calendar createDate,
                          long groupId,
                          java.lang.String longDescription,
                          java.util.Calendar modifiedDate,
                          java.lang.String name,
                          java.lang.String pageURL,
                          long primaryKey,
                          long productEntryId,
                          java.lang.String repoArtifactId,
                          java.lang.String repoGroupId,
                          java.lang.String shortDescription,
                          java.lang.String tags,
                          java.lang.String type,
                          long userId,
                          java.lang.String userName)
Method Detail

getAuthor

public java.lang.String getAuthor()
Gets the author value for this SCProductEntrySoap.

Returns:
author

setAuthor

public void setAuthor(java.lang.String author)
Sets the author value for this SCProductEntrySoap.

Parameters:
author -

getCompanyId

public long getCompanyId()
Gets the companyId value for this SCProductEntrySoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this SCProductEntrySoap.

Parameters:
companyId -

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this SCProductEntrySoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this SCProductEntrySoap.

Parameters:
createDate -

getGroupId

public long getGroupId()
Gets the groupId value for this SCProductEntrySoap.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this SCProductEntrySoap.

Parameters:
groupId -

getLongDescription

public java.lang.String getLongDescription()
Gets the longDescription value for this SCProductEntrySoap.

Returns:
longDescription

setLongDescription

public void setLongDescription(java.lang.String longDescription)
Sets the longDescription value for this SCProductEntrySoap.

Parameters:
longDescription -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this SCProductEntrySoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this SCProductEntrySoap.

Parameters:
modifiedDate -

getName

public java.lang.String getName()
Gets the name value for this SCProductEntrySoap.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this SCProductEntrySoap.

Parameters:
name -

getPageURL

public java.lang.String getPageURL()
Gets the pageURL value for this SCProductEntrySoap.

Returns:
pageURL

setPageURL

public void setPageURL(java.lang.String pageURL)
Sets the pageURL value for this SCProductEntrySoap.

Parameters:
pageURL -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this SCProductEntrySoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this SCProductEntrySoap.

Parameters:
primaryKey -

getProductEntryId

public long getProductEntryId()
Gets the productEntryId value for this SCProductEntrySoap.

Returns:
productEntryId

setProductEntryId

public void setProductEntryId(long productEntryId)
Sets the productEntryId value for this SCProductEntrySoap.

Parameters:
productEntryId -

getRepoArtifactId

public java.lang.String getRepoArtifactId()
Gets the repoArtifactId value for this SCProductEntrySoap.

Returns:
repoArtifactId

setRepoArtifactId

public void setRepoArtifactId(java.lang.String repoArtifactId)
Sets the repoArtifactId value for this SCProductEntrySoap.

Parameters:
repoArtifactId -

getRepoGroupId

public java.lang.String getRepoGroupId()
Gets the repoGroupId value for this SCProductEntrySoap.

Returns:
repoGroupId

setRepoGroupId

public void setRepoGroupId(java.lang.String repoGroupId)
Sets the repoGroupId value for this SCProductEntrySoap.

Parameters:
repoGroupId -

getShortDescription

public java.lang.String getShortDescription()
Gets the shortDescription value for this SCProductEntrySoap.

Returns:
shortDescription

setShortDescription

public void setShortDescription(java.lang.String shortDescription)
Sets the shortDescription value for this SCProductEntrySoap.

Parameters:
shortDescription -

getTags

public java.lang.String getTags()
Gets the tags value for this SCProductEntrySoap.

Returns:
tags

setTags

public void setTags(java.lang.String tags)
Sets the tags value for this SCProductEntrySoap.

Parameters:
tags -

getType

public java.lang.String getType()
Gets the type value for this SCProductEntrySoap.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this SCProductEntrySoap.

Parameters:
type -

getUserId

public long getUserId()
Gets the userId value for this SCProductEntrySoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this SCProductEntrySoap.

Parameters:
userId -

getUserName

public java.lang.String getUserName()
Gets the userName value for this SCProductEntrySoap.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this SCProductEntrySoap.

Parameters:
userName -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer