com.liferay.client.soap.portlet.ratings.model
Class RatingsEntrySoap

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

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

See Also:
Serialized Form

Constructor Summary
RatingsEntrySoap()
           
RatingsEntrySoap(long classNameId, long classPK, long companyId, java.util.Calendar createDate, long entryId, java.util.Calendar modifiedDate, long primaryKey, double score, long userId, java.lang.String userName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getClassNameId()
          Gets the classNameId value for this RatingsEntrySoap.
 long getClassPK()
          Gets the classPK value for this RatingsEntrySoap.
 long getCompanyId()
          Gets the companyId value for this RatingsEntrySoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this RatingsEntrySoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getEntryId()
          Gets the entryId value for this RatingsEntrySoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this RatingsEntrySoap.
 long getPrimaryKey()
          Gets the primaryKey value for this RatingsEntrySoap.
 double getScore()
          Gets the score value for this RatingsEntrySoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this RatingsEntrySoap.
 java.lang.String getUserName()
          Gets the userName value for this RatingsEntrySoap.
 int hashCode()
           
 void setClassNameId(long classNameId)
          Sets the classNameId value for this RatingsEntrySoap.
 void setClassPK(long classPK)
          Sets the classPK value for this RatingsEntrySoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this RatingsEntrySoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this RatingsEntrySoap.
 void setEntryId(long entryId)
          Sets the entryId value for this RatingsEntrySoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this RatingsEntrySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this RatingsEntrySoap.
 void setScore(double score)
          Sets the score value for this RatingsEntrySoap.
 void setUserId(long userId)
          Sets the userId value for this RatingsEntrySoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this RatingsEntrySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingsEntrySoap

public RatingsEntrySoap()

RatingsEntrySoap

public RatingsEntrySoap(long classNameId,
                        long classPK,
                        long companyId,
                        java.util.Calendar createDate,
                        long entryId,
                        java.util.Calendar modifiedDate,
                        long primaryKey,
                        double score,
                        long userId,
                        java.lang.String userName)
Method Detail

getClassNameId

public long getClassNameId()
Gets the classNameId value for this RatingsEntrySoap.

Returns:
classNameId

setClassNameId

public void setClassNameId(long classNameId)
Sets the classNameId value for this RatingsEntrySoap.

Parameters:
classNameId -

getClassPK

public long getClassPK()
Gets the classPK value for this RatingsEntrySoap.

Returns:
classPK

setClassPK

public void setClassPK(long classPK)
Sets the classPK value for this RatingsEntrySoap.

Parameters:
classPK -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getEntryId

public long getEntryId()
Gets the entryId value for this RatingsEntrySoap.

Returns:
entryId

setEntryId

public void setEntryId(long entryId)
Sets the entryId value for this RatingsEntrySoap.

Parameters:
entryId -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getScore

public double getScore()
Gets the score value for this RatingsEntrySoap.

Returns:
score

setScore

public void setScore(double score)
Sets the score value for this RatingsEntrySoap.

Parameters:
score -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

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