com.liferay.client.portlet.imagegallery.model
Class IGImageSoap

java.lang.Object
  extended bycom.liferay.client.portlet.imagegallery.model.IGImageSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
IGImageSoap()
           
IGImageSoap(long companyId, java.util.Calendar createDate, java.lang.String description, long folderId, long imageId, long largeImageId, java.util.Calendar modifiedDate, long primaryKey, long smallImageId, long userId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this IGImageSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this IGImageSoap.
 java.lang.String getDescription()
          Gets the description value for this IGImageSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getFolderId()
          Gets the folderId value for this IGImageSoap.
 long getImageId()
          Gets the imageId value for this IGImageSoap.
 long getLargeImageId()
          Gets the largeImageId value for this IGImageSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this IGImageSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this IGImageSoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getSmallImageId()
          Gets the smallImageId value for this IGImageSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this IGImageSoap.
 int hashCode()
           
 void setCompanyId(long companyId)
          Sets the companyId value for this IGImageSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this IGImageSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this IGImageSoap.
 void setFolderId(long folderId)
          Sets the folderId value for this IGImageSoap.
 void setImageId(long imageId)
          Sets the imageId value for this IGImageSoap.
 void setLargeImageId(long largeImageId)
          Sets the largeImageId value for this IGImageSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this IGImageSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this IGImageSoap.
 void setSmallImageId(long smallImageId)
          Sets the smallImageId value for this IGImageSoap.
 void setUserId(long userId)
          Sets the userId value for this IGImageSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGImageSoap

public IGImageSoap()

IGImageSoap

public IGImageSoap(long companyId,
                   java.util.Calendar createDate,
                   java.lang.String description,
                   long folderId,
                   long imageId,
                   long largeImageId,
                   java.util.Calendar modifiedDate,
                   long primaryKey,
                   long smallImageId,
                   long userId)
Method Detail

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getFolderId

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

Returns:
folderId

setFolderId

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

Parameters:
folderId -

getImageId

public long getImageId()
Gets the imageId value for this IGImageSoap.

Returns:
imageId

setImageId

public void setImageId(long imageId)
Sets the imageId value for this IGImageSoap.

Parameters:
imageId -

getLargeImageId

public long getLargeImageId()
Gets the largeImageId value for this IGImageSoap.

Returns:
largeImageId

setLargeImageId

public void setLargeImageId(long largeImageId)
Sets the largeImageId value for this IGImageSoap.

Parameters:
largeImageId -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getSmallImageId

public long getSmallImageId()
Gets the smallImageId value for this IGImageSoap.

Returns:
smallImageId

setSmallImageId

public void setSmallImageId(long smallImageId)
Sets the smallImageId value for this IGImageSoap.

Parameters:
smallImageId -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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