com.liferay.client.soap.portal.model
Class ImageSoap

java.lang.Object
  extended by com.liferay.client.soap.portal.model.ImageSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ImageSoap()
           
ImageSoap(int height, long imageId, java.util.Calendar modifiedDate, long primaryKey, int size, java.lang.String text, java.lang.String type, int width)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getHeight()
          Gets the height value for this ImageSoap.
 long getImageId()
          Gets the imageId value for this ImageSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this ImageSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this ImageSoap.
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 ImageSoap.
 java.lang.String getText()
          Gets the text value for this ImageSoap.
 java.lang.String getType()
          Gets the type value for this ImageSoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getWidth()
          Gets the width value for this ImageSoap.
 int hashCode()
           
 void setHeight(int height)
          Sets the height value for this ImageSoap.
 void setImageId(long imageId)
          Sets the imageId value for this ImageSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this ImageSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this ImageSoap.
 void setSize(int size)
          Sets the size value for this ImageSoap.
 void setText(java.lang.String text)
          Sets the text value for this ImageSoap.
 void setType(java.lang.String type)
          Sets the type value for this ImageSoap.
 void setWidth(int width)
          Sets the width value for this ImageSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageSoap

public ImageSoap()

ImageSoap

public ImageSoap(int height,
                 long imageId,
                 java.util.Calendar modifiedDate,
                 long primaryKey,
                 int size,
                 java.lang.String text,
                 java.lang.String type,
                 int width)
Method Detail

getHeight

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

Returns:
height

setHeight

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

Parameters:
height -

getImageId

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

Returns:
imageId

setImageId

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

Parameters:
imageId -

getModifiedDate

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

Returns:
modifiedDate

setModifiedDate

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

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getSize

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

Returns:
size

setSize

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

Parameters:
size -

getText

public java.lang.String getText()
Gets the text value for this ImageSoap.

Returns:
text

setText

public void setText(java.lang.String text)
Sets the text value for this ImageSoap.

Parameters:
text -

getType

public java.lang.String getType()
Gets the type value for this ImageSoap.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this ImageSoap.

Parameters:
type -

getWidth

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

Returns:
width

setWidth

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

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