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

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

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

See Also:
Serialized Form

Constructor Summary
TagsAssetSoap()
           
TagsAssetSoap(long assetId, long classNameId, long classPK, long companyId, java.util.Calendar createDate, java.lang.String description, java.util.Calendar endDate, java.util.Calendar expirationDate, long groupId, int height, java.lang.String mimeType, java.util.Calendar modifiedDate, long primaryKey, double priority, java.util.Calendar publishDate, java.util.Calendar startDate, java.lang.String summary, java.lang.String title, java.lang.String url, long userId, java.lang.String userName, int viewCount, boolean visible, int width)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getAssetId()
          Gets the assetId value for this TagsAssetSoap.
 long getClassNameId()
          Gets the classNameId value for this TagsAssetSoap.
 long getClassPK()
          Gets the classPK value for this TagsAssetSoap.
 long getCompanyId()
          Gets the companyId value for this TagsAssetSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this TagsAssetSoap.
 java.lang.String getDescription()
          Gets the description value for this TagsAssetSoap.
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 TagsAssetSoap.
 java.util.Calendar getExpirationDate()
          Gets the expirationDate value for this TagsAssetSoap.
 long getGroupId()
          Gets the groupId value for this TagsAssetSoap.
 int getHeight()
          Gets the height value for this TagsAssetSoap.
 java.lang.String getMimeType()
          Gets the mimeType value for this TagsAssetSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this TagsAssetSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this TagsAssetSoap.
 double getPriority()
          Gets the priority value for this TagsAssetSoap.
 java.util.Calendar getPublishDate()
          Gets the publishDate value for this TagsAssetSoap.
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 TagsAssetSoap.
 java.lang.String getSummary()
          Gets the summary value for this TagsAssetSoap.
 java.lang.String getTitle()
          Gets the title value for this TagsAssetSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUrl()
          Gets the url value for this TagsAssetSoap.
 long getUserId()
          Gets the userId value for this TagsAssetSoap.
 java.lang.String getUserName()
          Gets the userName value for this TagsAssetSoap.
 int getViewCount()
          Gets the viewCount value for this TagsAssetSoap.
 int getWidth()
          Gets the width value for this TagsAssetSoap.
 int hashCode()
           
 boolean isVisible()
          Gets the visible value for this TagsAssetSoap.
 void setAssetId(long assetId)
          Sets the assetId value for this TagsAssetSoap.
 void setClassNameId(long classNameId)
          Sets the classNameId value for this TagsAssetSoap.
 void setClassPK(long classPK)
          Sets the classPK value for this TagsAssetSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this TagsAssetSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this TagsAssetSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this TagsAssetSoap.
 void setEndDate(java.util.Calendar endDate)
          Sets the endDate value for this TagsAssetSoap.
 void setExpirationDate(java.util.Calendar expirationDate)
          Sets the expirationDate value for this TagsAssetSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this TagsAssetSoap.
 void setHeight(int height)
          Sets the height value for this TagsAssetSoap.
 void setMimeType(java.lang.String mimeType)
          Sets the mimeType value for this TagsAssetSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this TagsAssetSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this TagsAssetSoap.
 void setPriority(double priority)
          Sets the priority value for this TagsAssetSoap.
 void setPublishDate(java.util.Calendar publishDate)
          Sets the publishDate value for this TagsAssetSoap.
 void setStartDate(java.util.Calendar startDate)
          Sets the startDate value for this TagsAssetSoap.
 void setSummary(java.lang.String summary)
          Sets the summary value for this TagsAssetSoap.
 void setTitle(java.lang.String title)
          Sets the title value for this TagsAssetSoap.
 void setUrl(java.lang.String url)
          Sets the url value for this TagsAssetSoap.
 void setUserId(long userId)
          Sets the userId value for this TagsAssetSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this TagsAssetSoap.
 void setViewCount(int viewCount)
          Sets the viewCount value for this TagsAssetSoap.
 void setVisible(boolean visible)
          Sets the visible value for this TagsAssetSoap.
 void setWidth(int width)
          Sets the width value for this TagsAssetSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagsAssetSoap

public TagsAssetSoap()

TagsAssetSoap

public TagsAssetSoap(long assetId,
                     long classNameId,
                     long classPK,
                     long companyId,
                     java.util.Calendar createDate,
                     java.lang.String description,
                     java.util.Calendar endDate,
                     java.util.Calendar expirationDate,
                     long groupId,
                     int height,
                     java.lang.String mimeType,
                     java.util.Calendar modifiedDate,
                     long primaryKey,
                     double priority,
                     java.util.Calendar publishDate,
                     java.util.Calendar startDate,
                     java.lang.String summary,
                     java.lang.String title,
                     java.lang.String url,
                     long userId,
                     java.lang.String userName,
                     int viewCount,
                     boolean visible,
                     int width)
Method Detail

getAssetId

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

Returns:
assetId

setAssetId

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

Parameters:
assetId -

getClassNameId

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

Returns:
classNameId

setClassNameId

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

Parameters:
classNameId -

getClassPK

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

Returns:
classPK

setClassPK

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

Parameters:
classPK -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getEndDate

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

Returns:
endDate

setEndDate

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

Parameters:
endDate -

getExpirationDate

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

Returns:
expirationDate

setExpirationDate

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

Parameters:
expirationDate -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getHeight

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

Returns:
height

setHeight

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

Parameters:
height -

getMimeType

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

Returns:
mimeType

setMimeType

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

Parameters:
mimeType -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getPriority

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

Returns:
priority

setPriority

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

Parameters:
priority -

getPublishDate

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

Returns:
publishDate

setPublishDate

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

Parameters:
publishDate -

getStartDate

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

Returns:
startDate

setStartDate

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

Parameters:
startDate -

getSummary

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

Returns:
summary

setSummary

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

Parameters:
summary -

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getUrl

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

Returns:
url

setUrl

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

Parameters:
url -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getViewCount

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

Returns:
viewCount

setViewCount

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

Parameters:
viewCount -

isVisible

public boolean isVisible()
Gets the visible value for this TagsAssetSoap.

Returns:
visible

setVisible

public void setVisible(boolean visible)
Sets the visible value for this TagsAssetSoap.

Parameters:
visible -

getWidth

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

Returns:
width

setWidth

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

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