hudson.plugins.sfee.webservice
Class ProjectSoapRow

java.lang.Object
  extended by hudson.plugins.sfee.webservice.ProjectSoapRow
All Implemented Interfaces:
Serializable

public class ProjectSoapRow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProjectSoapRow()
           
ProjectSoapRow(Calendar dateCreated, String description, String id, String path, String title)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getDateCreated()
          Gets the dateCreated value for this ProjectSoapRow.
 String getDescription()
          Gets the description value for this ProjectSoapRow.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this ProjectSoapRow.
 String getPath()
          Gets the path value for this ProjectSoapRow.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTitle()
          Gets the title value for this ProjectSoapRow.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDateCreated(Calendar dateCreated)
          Sets the dateCreated value for this ProjectSoapRow.
 void setDescription(String description)
          Sets the description value for this ProjectSoapRow.
 void setId(String id)
          Sets the id value for this ProjectSoapRow.
 void setPath(String path)
          Sets the path value for this ProjectSoapRow.
 void setTitle(String title)
          Sets the title value for this ProjectSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSoapRow

public ProjectSoapRow()

ProjectSoapRow

public ProjectSoapRow(Calendar dateCreated,
                      String description,
                      String id,
                      String path,
                      String title)
Method Detail

getDateCreated

public Calendar getDateCreated()
Gets the dateCreated value for this ProjectSoapRow.

Returns:
dateCreated

setDateCreated

public void setDateCreated(Calendar dateCreated)
Sets the dateCreated value for this ProjectSoapRow.

Parameters:
dateCreated -

getDescription

public String getDescription()
Gets the description value for this ProjectSoapRow.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this ProjectSoapRow.

Parameters:
description -

getId

public String getId()
Gets the id value for this ProjectSoapRow.

Returns:
id

setId

public void setId(String id)
Sets the id value for this ProjectSoapRow.

Parameters:
id -

getPath

public String getPath()
Gets the path value for this ProjectSoapRow.

Returns:
path

setPath

public void setPath(String path)
Sets the path value for this ProjectSoapRow.

Parameters:
path -

getTitle

public String getTitle()
Gets the title value for this ProjectSoapRow.

Returns:
title

setTitle

public void setTitle(String title)
Sets the title value for this ProjectSoapRow.

Parameters:
title -

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 © 2004-2012 Hudson. All Rights Reserved.