com.liferay.client.soap.portlet.documentlibrary.model
Class DLFileVersionSoap

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

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

See Also:
Serialized Form

Constructor Summary
DLFileVersionSoap()
           
DLFileVersionSoap(long companyId, java.util.Calendar createDate, java.lang.String description, long fileVersionId, long folderId, long groupId, java.lang.String name, long primaryKey, int size, int status, long statusByUserId, java.lang.String statusByUserName, java.util.Calendar statusDate, long userId, java.lang.String userName, java.lang.String version)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this DLFileVersionSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this DLFileVersionSoap.
 java.lang.String getDescription()
          Gets the description value for this DLFileVersionSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getFileVersionId()
          Gets the fileVersionId value for this DLFileVersionSoap.
 long getFolderId()
          Gets the folderId value for this DLFileVersionSoap.
 long getGroupId()
          Gets the groupId value for this DLFileVersionSoap.
 java.lang.String getName()
          Gets the name value for this DLFileVersionSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this DLFileVersionSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSize()
          Gets the size value for this DLFileVersionSoap.
 int getStatus()
          Gets the status value for this DLFileVersionSoap.
 long getStatusByUserId()
          Gets the statusByUserId value for this DLFileVersionSoap.
 java.lang.String getStatusByUserName()
          Gets the statusByUserName value for this DLFileVersionSoap.
 java.util.Calendar getStatusDate()
          Gets the statusDate value for this DLFileVersionSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this DLFileVersionSoap.
 java.lang.String getUserName()
          Gets the userName value for this DLFileVersionSoap.
 java.lang.String getVersion()
          Gets the version value for this DLFileVersionSoap.
 int hashCode()
           
 void setCompanyId(long companyId)
          Sets the companyId value for this DLFileVersionSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this DLFileVersionSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this DLFileVersionSoap.
 void setFileVersionId(long fileVersionId)
          Sets the fileVersionId value for this DLFileVersionSoap.
 void setFolderId(long folderId)
          Sets the folderId value for this DLFileVersionSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this DLFileVersionSoap.
 void setName(java.lang.String name)
          Sets the name value for this DLFileVersionSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this DLFileVersionSoap.
 void setSize(int size)
          Sets the size value for this DLFileVersionSoap.
 void setStatus(int status)
          Sets the status value for this DLFileVersionSoap.
 void setStatusByUserId(long statusByUserId)
          Sets the statusByUserId value for this DLFileVersionSoap.
 void setStatusByUserName(java.lang.String statusByUserName)
          Sets the statusByUserName value for this DLFileVersionSoap.
 void setStatusDate(java.util.Calendar statusDate)
          Sets the statusDate value for this DLFileVersionSoap.
 void setUserId(long userId)
          Sets the userId value for this DLFileVersionSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this DLFileVersionSoap.
 void setVersion(java.lang.String version)
          Sets the version value for this DLFileVersionSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileVersionSoap

public DLFileVersionSoap()

DLFileVersionSoap

public DLFileVersionSoap(long companyId,
                         java.util.Calendar createDate,
                         java.lang.String description,
                         long fileVersionId,
                         long folderId,
                         long groupId,
                         java.lang.String name,
                         long primaryKey,
                         int size,
                         int status,
                         long statusByUserId,
                         java.lang.String statusByUserName,
                         java.util.Calendar statusDate,
                         long userId,
                         java.lang.String userName,
                         java.lang.String version)
Method Detail

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getFileVersionId

public long getFileVersionId()
Gets the fileVersionId value for this DLFileVersionSoap.

Returns:
fileVersionId

setFileVersionId

public void setFileVersionId(long fileVersionId)
Sets the fileVersionId value for this DLFileVersionSoap.

Parameters:
fileVersionId -

getFolderId

public long getFolderId()
Gets the folderId value for this DLFileVersionSoap.

Returns:
folderId

setFolderId

public void setFolderId(long folderId)
Sets the folderId value for this DLFileVersionSoap.

Parameters:
folderId -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getName

public java.lang.String getName()
Gets the name value for this DLFileVersionSoap.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this DLFileVersionSoap.

Parameters:
name -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getSize

public int getSize()
Gets the size value for this DLFileVersionSoap.

Returns:
size

setSize

public void setSize(int size)
Sets the size value for this DLFileVersionSoap.

Parameters:
size -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getStatusByUserId

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

Returns:
statusByUserId

setStatusByUserId

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

Parameters:
statusByUserId -

getStatusByUserName

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

Returns:
statusByUserName

setStatusByUserName

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

Parameters:
statusByUserName -

getStatusDate

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

Returns:
statusDate

setStatusDate

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

Parameters:
statusDate -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getVersion

public java.lang.String getVersion()
Gets the version value for this DLFileVersionSoap.

Returns:
version

setVersion

public void setVersion(java.lang.String version)
Sets the version value for this DLFileVersionSoap.

Parameters:
version -

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