org.apache.maven.plugins.patchtracker.tracking.jira.soap
Class RemoteAvatar

java.lang.Object
  extended by org.apache.maven.plugins.patchtracker.tracking.jira.soap.RemoteAvatar
All Implemented Interfaces:
Serializable

public class RemoteAvatar
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RemoteAvatar()
           
RemoteAvatar(String base64Data, String contentType, long id, String owner, boolean system, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBase64Data()
          Gets the base64Data value for this RemoteAvatar.
 String getContentType()
          Gets the contentType value for this RemoteAvatar.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getId()
          Gets the id value for this RemoteAvatar.
 String getOwner()
          Gets the owner value for this RemoteAvatar.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getType()
          Gets the type value for this RemoteAvatar.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isSystem()
          Gets the system value for this RemoteAvatar.
 void setBase64Data(String base64Data)
          Sets the base64Data value for this RemoteAvatar.
 void setContentType(String contentType)
          Sets the contentType value for this RemoteAvatar.
 void setId(long id)
          Sets the id value for this RemoteAvatar.
 void setOwner(String owner)
          Sets the owner value for this RemoteAvatar.
 void setSystem(boolean system)
          Sets the system value for this RemoteAvatar.
 void setType(String type)
          Sets the type value for this RemoteAvatar.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAvatar

public RemoteAvatar()

RemoteAvatar

public RemoteAvatar(String base64Data,
                    String contentType,
                    long id,
                    String owner,
                    boolean system,
                    String type)
Method Detail

getBase64Data

public String getBase64Data()
Gets the base64Data value for this RemoteAvatar.

Returns:
base64Data

setBase64Data

public void setBase64Data(String base64Data)
Sets the base64Data value for this RemoteAvatar.

Parameters:
base64Data -

getContentType

public String getContentType()
Gets the contentType value for this RemoteAvatar.

Returns:
contentType

setContentType

public void setContentType(String contentType)
Sets the contentType value for this RemoteAvatar.

Parameters:
contentType -

getId

public long getId()
Gets the id value for this RemoteAvatar.

Returns:
id

setId

public void setId(long id)
Sets the id value for this RemoteAvatar.

Parameters:
id -

getOwner

public String getOwner()
Gets the owner value for this RemoteAvatar.

Returns:
owner

setOwner

public void setOwner(String owner)
Sets the owner value for this RemoteAvatar.

Parameters:
owner -

isSystem

public boolean isSystem()
Gets the system value for this RemoteAvatar.

Returns:
system

setSystem

public void setSystem(boolean system)
Sets the system value for this RemoteAvatar.

Parameters:
system -

getType

public String getType()
Gets the type value for this RemoteAvatar.

Returns:
type

setType

public void setType(String type)
Sets the type value for this RemoteAvatar.

Parameters:
type -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.