public class ImageSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ImageSoap() |
ImageSoap(long companyId,
int height,
long imageId,
java.util.Calendar modifiedDate,
long mvccVersion,
long primaryKey,
int size,
java.lang.String type,
int width) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Gets the companyId value for this ImageSoap.
|
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 |
getMvccVersion()
Gets the mvccVersion 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 |
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 |
setCompanyId(long companyId)
Sets the companyId value for this ImageSoap.
|
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 |
setMvccVersion(long mvccVersion)
Sets the mvccVersion 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 |
setType(java.lang.String type)
Sets the type value for this ImageSoap.
|
void |
setWidth(int width)
Sets the width value for this ImageSoap.
|
public ImageSoap()
public ImageSoap(long companyId,
int height,
long imageId,
java.util.Calendar modifiedDate,
long mvccVersion,
long primaryKey,
int size,
java.lang.String type,
int width)
public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public int getHeight()
public void setHeight(int height)
height - public long getImageId()
public void setImageId(long imageId)
imageId - public java.util.Calendar getModifiedDate()
public void setModifiedDate(java.util.Calendar modifiedDate)
modifiedDate - public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public int getSize()
public void setSize(int size)
size - public java.lang.String getType()
public void setType(java.lang.String type)
type - public int getWidth()
public void setWidth(int width)
width - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)