com.liferay.client.soap.portlet.asset.model
Class AssetEntrySoap

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

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

See Also:
Serialized Form

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

Constructor Detail

AssetEntrySoap

public AssetEntrySoap()

AssetEntrySoap

public AssetEntrySoap(long classNameId,
                      long classPK,
                      long companyId,
                      java.util.Calendar createDate,
                      java.lang.String description,
                      java.util.Calendar endDate,
                      long entryId,
                      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

getClassNameId

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

Returns:
classNameId

setClassNameId

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

Parameters:
classNameId -

getClassPK

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

Returns:
classPK

setClassPK

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

Parameters:
classPK -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getEndDate

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

Returns:
endDate

setEndDate

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

Parameters:
endDate -

getEntryId

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

Returns:
entryId

setEntryId

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

Parameters:
entryId -

getExpirationDate

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

Returns:
expirationDate

setExpirationDate

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

Parameters:
expirationDate -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getHeight

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

Returns:
height

setHeight

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

Parameters:
height -

getMimeType

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

Returns:
mimeType

setMimeType

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

Parameters:
mimeType -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getPriority

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

Returns:
priority

setPriority

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

Parameters:
priority -

getPublishDate

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

Returns:
publishDate

setPublishDate

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

Parameters:
publishDate -

getStartDate

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

Returns:
startDate

setStartDate

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

Parameters:
startDate -

getSummary

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

Returns:
summary

setSummary

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

Parameters:
summary -

getTitle

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

Returns:
title

setTitle

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

Parameters:
title -

getUrl

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

Returns:
url

setUrl

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

Parameters:
url -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getViewCount

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

Returns:
viewCount

setViewCount

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

Parameters:
viewCount -

isVisible

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

Returns:
visible

setVisible

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

Parameters:
visible -

getWidth

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

Returns:
width

setWidth

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

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