com.liferay.client.soap.portlet.tags.model
Class TagsAssetDisplay

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

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

See Also:
Serialized Form

Constructor Summary
TagsAssetDisplay()
           
TagsAssetDisplay(long assetId, java.lang.String className, long classNameId, long classPK, long companyId, java.util.Calendar createDate, java.lang.String description, java.util.Calendar endDate, java.util.Calendar expirationDate, int height, java.lang.String mimeType, java.util.Calendar modifiedDate, java.lang.String portletId, java.lang.String portletTitle, double priority, java.util.Calendar publishDate, java.util.Calendar startDate, java.lang.String summary, java.lang.String tagsEntries, java.lang.String title, java.lang.String url, long userId, java.lang.String userName, int viewCount, int width)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getAssetId()
          Gets the assetId value for this TagsAssetDisplay.
 java.lang.String getClassName()
          Gets the className value for this TagsAssetDisplay.
 long getClassNameId()
          Gets the classNameId value for this TagsAssetDisplay.
 long getClassPK()
          Gets the classPK value for this TagsAssetDisplay.
 long getCompanyId()
          Gets the companyId value for this TagsAssetDisplay.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this TagsAssetDisplay.
 java.lang.String getDescription()
          Gets the description value for this TagsAssetDisplay.
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 getEndDate()
          Gets the endDate value for this TagsAssetDisplay.
 java.util.Calendar getExpirationDate()
          Gets the expirationDate value for this TagsAssetDisplay.
 int getHeight()
          Gets the height value for this TagsAssetDisplay.
 java.lang.String getMimeType()
          Gets the mimeType value for this TagsAssetDisplay.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this TagsAssetDisplay.
 java.lang.String getPortletId()
          Gets the portletId value for this TagsAssetDisplay.
 java.lang.String getPortletTitle()
          Gets the portletTitle value for this TagsAssetDisplay.
 double getPriority()
          Gets the priority value for this TagsAssetDisplay.
 java.util.Calendar getPublishDate()
          Gets the publishDate value for this TagsAssetDisplay.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.util.Calendar getStartDate()
          Gets the startDate value for this TagsAssetDisplay.
 java.lang.String getSummary()
          Gets the summary value for this TagsAssetDisplay.
 java.lang.String getTagsEntries()
          Gets the tagsEntries value for this TagsAssetDisplay.
 java.lang.String getTitle()
          Gets the title value for this TagsAssetDisplay.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUrl()
          Gets the url value for this TagsAssetDisplay.
 long getUserId()
          Gets the userId value for this TagsAssetDisplay.
 java.lang.String getUserName()
          Gets the userName value for this TagsAssetDisplay.
 int getViewCount()
          Gets the viewCount value for this TagsAssetDisplay.
 int getWidth()
          Gets the width value for this TagsAssetDisplay.
 int hashCode()
           
 void setAssetId(long assetId)
          Sets the assetId value for this TagsAssetDisplay.
 void setClassName(java.lang.String className)
          Sets the className value for this TagsAssetDisplay.
 void setClassNameId(long classNameId)
          Sets the classNameId value for this TagsAssetDisplay.
 void setClassPK(long classPK)
          Sets the classPK value for this TagsAssetDisplay.
 void setCompanyId(long companyId)
          Sets the companyId value for this TagsAssetDisplay.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this TagsAssetDisplay.
 void setDescription(java.lang.String description)
          Sets the description value for this TagsAssetDisplay.
 void setEndDate(java.util.Calendar endDate)
          Sets the endDate value for this TagsAssetDisplay.
 void setExpirationDate(java.util.Calendar expirationDate)
          Sets the expirationDate value for this TagsAssetDisplay.
 void setHeight(int height)
          Sets the height value for this TagsAssetDisplay.
 void setMimeType(java.lang.String mimeType)
          Sets the mimeType value for this TagsAssetDisplay.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this TagsAssetDisplay.
 void setPortletId(java.lang.String portletId)
          Sets the portletId value for this TagsAssetDisplay.
 void setPortletTitle(java.lang.String portletTitle)
          Sets the portletTitle value for this TagsAssetDisplay.
 void setPriority(double priority)
          Sets the priority value for this TagsAssetDisplay.
 void setPublishDate(java.util.Calendar publishDate)
          Sets the publishDate value for this TagsAssetDisplay.
 void setStartDate(java.util.Calendar startDate)
          Sets the startDate value for this TagsAssetDisplay.
 void setSummary(java.lang.String summary)
          Sets the summary value for this TagsAssetDisplay.
 void setTagsEntries(java.lang.String tagsEntries)
          Sets the tagsEntries value for this TagsAssetDisplay.
 void setTitle(java.lang.String title)
          Sets the title value for this TagsAssetDisplay.
 void setUrl(java.lang.String url)
          Sets the url value for this TagsAssetDisplay.
 void setUserId(long userId)
          Sets the userId value for this TagsAssetDisplay.
 void setUserName(java.lang.String userName)
          Sets the userName value for this TagsAssetDisplay.
 void setViewCount(int viewCount)
          Sets the viewCount value for this TagsAssetDisplay.
 void setWidth(int width)
          Sets the width value for this TagsAssetDisplay.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsAssetDisplay

public TagsAssetDisplay()

TagsAssetDisplay

public TagsAssetDisplay(long assetId,
                        java.lang.String className,
                        long classNameId,
                        long classPK,
                        long companyId,
                        java.util.Calendar createDate,
                        java.lang.String description,
                        java.util.Calendar endDate,
                        java.util.Calendar expirationDate,
                        int height,
                        java.lang.String mimeType,
                        java.util.Calendar modifiedDate,
                        java.lang.String portletId,
                        java.lang.String portletTitle,
                        double priority,
                        java.util.Calendar publishDate,
                        java.util.Calendar startDate,
                        java.lang.String summary,
                        java.lang.String tagsEntries,
                        java.lang.String title,
                        java.lang.String url,
                        long userId,
                        java.lang.String userName,
                        int viewCount,
                        int width)
Method Detail

getAssetId

public long getAssetId()
Gets the assetId value for this TagsAssetDisplay.

Returns:
assetId

setAssetId

public void setAssetId(long assetId)
Sets the assetId value for this TagsAssetDisplay.

Parameters:
assetId -

getClassName

public java.lang.String getClassName()
Gets the className value for this TagsAssetDisplay.

Returns:
className

setClassName

public void setClassName(java.lang.String className)
Sets the className value for this TagsAssetDisplay.

Parameters:
className -

getClassNameId

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

Returns:
classNameId

setClassNameId

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

Parameters:
classNameId -

getClassPK

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

Returns:
classPK

setClassPK

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

Parameters:
classPK -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getDescription

public java.lang.String getDescription()
Gets the description value for this TagsAssetDisplay.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this TagsAssetDisplay.

Parameters:
description -

getEndDate

public java.util.Calendar getEndDate()
Gets the endDate value for this TagsAssetDisplay.

Returns:
endDate

setEndDate

public void setEndDate(java.util.Calendar endDate)
Sets the endDate value for this TagsAssetDisplay.

Parameters:
endDate -

getExpirationDate

public java.util.Calendar getExpirationDate()
Gets the expirationDate value for this TagsAssetDisplay.

Returns:
expirationDate

setExpirationDate

public void setExpirationDate(java.util.Calendar expirationDate)
Sets the expirationDate value for this TagsAssetDisplay.

Parameters:
expirationDate -

getHeight

public int getHeight()
Gets the height value for this TagsAssetDisplay.

Returns:
height

setHeight

public void setHeight(int height)
Sets the height value for this TagsAssetDisplay.

Parameters:
height -

getMimeType

public java.lang.String getMimeType()
Gets the mimeType value for this TagsAssetDisplay.

Returns:
mimeType

setMimeType

public void setMimeType(java.lang.String mimeType)
Sets the mimeType value for this TagsAssetDisplay.

Parameters:
mimeType -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getPortletId

public java.lang.String getPortletId()
Gets the portletId value for this TagsAssetDisplay.

Returns:
portletId

setPortletId

public void setPortletId(java.lang.String portletId)
Sets the portletId value for this TagsAssetDisplay.

Parameters:
portletId -

getPortletTitle

public java.lang.String getPortletTitle()
Gets the portletTitle value for this TagsAssetDisplay.

Returns:
portletTitle

setPortletTitle

public void setPortletTitle(java.lang.String portletTitle)
Sets the portletTitle value for this TagsAssetDisplay.

Parameters:
portletTitle -

getPriority

public double getPriority()
Gets the priority value for this TagsAssetDisplay.

Returns:
priority

setPriority

public void setPriority(double priority)
Sets the priority value for this TagsAssetDisplay.

Parameters:
priority -

getPublishDate

public java.util.Calendar getPublishDate()
Gets the publishDate value for this TagsAssetDisplay.

Returns:
publishDate

setPublishDate

public void setPublishDate(java.util.Calendar publishDate)
Sets the publishDate value for this TagsAssetDisplay.

Parameters:
publishDate -

getStartDate

public java.util.Calendar getStartDate()
Gets the startDate value for this TagsAssetDisplay.

Returns:
startDate

setStartDate

public void setStartDate(java.util.Calendar startDate)
Sets the startDate value for this TagsAssetDisplay.

Parameters:
startDate -

getSummary

public java.lang.String getSummary()
Gets the summary value for this TagsAssetDisplay.

Returns:
summary

setSummary

public void setSummary(java.lang.String summary)
Sets the summary value for this TagsAssetDisplay.

Parameters:
summary -

getTagsEntries

public java.lang.String getTagsEntries()
Gets the tagsEntries value for this TagsAssetDisplay.

Returns:
tagsEntries

setTagsEntries

public void setTagsEntries(java.lang.String tagsEntries)
Sets the tagsEntries value for this TagsAssetDisplay.

Parameters:
tagsEntries -

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getUrl

public java.lang.String getUrl()
Gets the url value for this TagsAssetDisplay.

Returns:
url

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this TagsAssetDisplay.

Parameters:
url -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getViewCount

public int getViewCount()
Gets the viewCount value for this TagsAssetDisplay.

Returns:
viewCount

setViewCount

public void setViewCount(int viewCount)
Sets the viewCount value for this TagsAssetDisplay.

Parameters:
viewCount -

getWidth

public int getWidth()
Gets the width value for this TagsAssetDisplay.

Returns:
width

setWidth

public void setWidth(int width)
Sets the width value for this TagsAssetDisplay.

Parameters:
width -

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