public class ProjectSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
ProjectSoapRow() |
ProjectSoapRow(Calendar dateCreated,
String description,
String id,
String path,
String title) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Calendar getDateCreated()
public void setDateCreated(Calendar dateCreated)
dateCreated - public String getDescription()
public void setDescription(String description)
description - public String getId()
public void setId(String id)
id - public String getPath()
public void setPath(String path)
path - public String getTitle()
public void setTitle(String title)
title - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.