com.liferay.client.soap.portlet.blogs.model
Class BlogsEntrySoap

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

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

See Also:
Serialized Form

Constructor Summary
BlogsEntrySoap()
           
BlogsEntrySoap(boolean allowPingbacks, boolean allowTrackbacks, long companyId, java.lang.String content, java.util.Calendar createDate, java.util.Calendar displayDate, long entryId, long groupId, java.util.Calendar modifiedDate, long primaryKey, int status, long statusByUserId, java.lang.String statusByUserName, java.util.Calendar statusDate, java.lang.String title, java.lang.String trackbacks, java.lang.String urlTitle, long userId, java.lang.String userName, java.lang.String uuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this BlogsEntrySoap.
 java.lang.String getContent()
          Gets the content value for this BlogsEntrySoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this BlogsEntrySoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getDisplayDate()
          Gets the displayDate value for this BlogsEntrySoap.
 long getEntryId()
          Gets the entryId value for this BlogsEntrySoap.
 long getGroupId()
          Gets the groupId value for this BlogsEntrySoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this BlogsEntrySoap.
 long getPrimaryKey()
          Gets the primaryKey value for this BlogsEntrySoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getStatus()
          Gets the status value for this BlogsEntrySoap.
 long getStatusByUserId()
          Gets the statusByUserId value for this BlogsEntrySoap.
 java.lang.String getStatusByUserName()
          Gets the statusByUserName value for this BlogsEntrySoap.
 java.util.Calendar getStatusDate()
          Gets the statusDate value for this BlogsEntrySoap.
 java.lang.String getTitle()
          Gets the title value for this BlogsEntrySoap.
 java.lang.String getTrackbacks()
          Gets the trackbacks value for this BlogsEntrySoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUrlTitle()
          Gets the urlTitle value for this BlogsEntrySoap.
 long getUserId()
          Gets the userId value for this BlogsEntrySoap.
 java.lang.String getUserName()
          Gets the userName value for this BlogsEntrySoap.
 java.lang.String getUuid()
          Gets the uuid value for this BlogsEntrySoap.
 int hashCode()
           
 boolean isAllowPingbacks()
          Gets the allowPingbacks value for this BlogsEntrySoap.
 boolean isAllowTrackbacks()
          Gets the allowTrackbacks value for this BlogsEntrySoap.
 void setAllowPingbacks(boolean allowPingbacks)
          Sets the allowPingbacks value for this BlogsEntrySoap.
 void setAllowTrackbacks(boolean allowTrackbacks)
          Sets the allowTrackbacks value for this BlogsEntrySoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this BlogsEntrySoap.
 void setContent(java.lang.String content)
          Sets the content value for this BlogsEntrySoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this BlogsEntrySoap.
 void setDisplayDate(java.util.Calendar displayDate)
          Sets the displayDate value for this BlogsEntrySoap.
 void setEntryId(long entryId)
          Sets the entryId value for this BlogsEntrySoap.
 void setGroupId(long groupId)
          Sets the groupId value for this BlogsEntrySoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this BlogsEntrySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this BlogsEntrySoap.
 void setStatus(int status)
          Sets the status value for this BlogsEntrySoap.
 void setStatusByUserId(long statusByUserId)
          Sets the statusByUserId value for this BlogsEntrySoap.
 void setStatusByUserName(java.lang.String statusByUserName)
          Sets the statusByUserName value for this BlogsEntrySoap.
 void setStatusDate(java.util.Calendar statusDate)
          Sets the statusDate value for this BlogsEntrySoap.
 void setTitle(java.lang.String title)
          Sets the title value for this BlogsEntrySoap.
 void setTrackbacks(java.lang.String trackbacks)
          Sets the trackbacks value for this BlogsEntrySoap.
 void setUrlTitle(java.lang.String urlTitle)
          Sets the urlTitle value for this BlogsEntrySoap.
 void setUserId(long userId)
          Sets the userId value for this BlogsEntrySoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this BlogsEntrySoap.
 void setUuid(java.lang.String uuid)
          Sets the uuid value for this BlogsEntrySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsEntrySoap

public BlogsEntrySoap()

BlogsEntrySoap

public BlogsEntrySoap(boolean allowPingbacks,
                      boolean allowTrackbacks,
                      long companyId,
                      java.lang.String content,
                      java.util.Calendar createDate,
                      java.util.Calendar displayDate,
                      long entryId,
                      long groupId,
                      java.util.Calendar modifiedDate,
                      long primaryKey,
                      int status,
                      long statusByUserId,
                      java.lang.String statusByUserName,
                      java.util.Calendar statusDate,
                      java.lang.String title,
                      java.lang.String trackbacks,
                      java.lang.String urlTitle,
                      long userId,
                      java.lang.String userName,
                      java.lang.String uuid)
Method Detail

isAllowPingbacks

public boolean isAllowPingbacks()
Gets the allowPingbacks value for this BlogsEntrySoap.

Returns:
allowPingbacks

setAllowPingbacks

public void setAllowPingbacks(boolean allowPingbacks)
Sets the allowPingbacks value for this BlogsEntrySoap.

Parameters:
allowPingbacks -

isAllowTrackbacks

public boolean isAllowTrackbacks()
Gets the allowTrackbacks value for this BlogsEntrySoap.

Returns:
allowTrackbacks

setAllowTrackbacks

public void setAllowTrackbacks(boolean allowTrackbacks)
Sets the allowTrackbacks value for this BlogsEntrySoap.

Parameters:
allowTrackbacks -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getContent

public java.lang.String getContent()
Gets the content value for this BlogsEntrySoap.

Returns:
content

setContent

public void setContent(java.lang.String content)
Sets the content value for this BlogsEntrySoap.

Parameters:
content -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getDisplayDate

public java.util.Calendar getDisplayDate()
Gets the displayDate value for this BlogsEntrySoap.

Returns:
displayDate

setDisplayDate

public void setDisplayDate(java.util.Calendar displayDate)
Sets the displayDate value for this BlogsEntrySoap.

Parameters:
displayDate -

getEntryId

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

Returns:
entryId

setEntryId

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

Parameters:
entryId -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getStatus

public int getStatus()
Gets the status value for this BlogsEntrySoap.

Returns:
status

setStatus

public void setStatus(int status)
Sets the status value for this BlogsEntrySoap.

Parameters:
status -

getStatusByUserId

public long getStatusByUserId()
Gets the statusByUserId value for this BlogsEntrySoap.

Returns:
statusByUserId

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Sets the statusByUserId value for this BlogsEntrySoap.

Parameters:
statusByUserId -

getStatusByUserName

public java.lang.String getStatusByUserName()
Gets the statusByUserName value for this BlogsEntrySoap.

Returns:
statusByUserName

setStatusByUserName

public void setStatusByUserName(java.lang.String statusByUserName)
Sets the statusByUserName value for this BlogsEntrySoap.

Parameters:
statusByUserName -

getStatusDate

public java.util.Calendar getStatusDate()
Gets the statusDate value for this BlogsEntrySoap.

Returns:
statusDate

setStatusDate

public void setStatusDate(java.util.Calendar statusDate)
Sets the statusDate value for this BlogsEntrySoap.

Parameters:
statusDate -

getTitle

public java.lang.String getTitle()
Gets the title value for this BlogsEntrySoap.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this BlogsEntrySoap.

Parameters:
title -

getTrackbacks

public java.lang.String getTrackbacks()
Gets the trackbacks value for this BlogsEntrySoap.

Returns:
trackbacks

setTrackbacks

public void setTrackbacks(java.lang.String trackbacks)
Sets the trackbacks value for this BlogsEntrySoap.

Parameters:
trackbacks -

getUrlTitle

public java.lang.String getUrlTitle()
Gets the urlTitle value for this BlogsEntrySoap.

Returns:
urlTitle

setUrlTitle

public void setUrlTitle(java.lang.String urlTitle)
Sets the urlTitle value for this BlogsEntrySoap.

Parameters:
urlTitle -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getUuid

public java.lang.String getUuid()
Gets the uuid value for this BlogsEntrySoap.

Returns:
uuid

setUuid

public void setUuid(java.lang.String uuid)
Sets the uuid value for this BlogsEntrySoap.

Parameters:
uuid -

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