|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mantis.ta.beans.ProjectVersionData
public class ProjectVersionData
| Constructor Summary | |
|---|---|
ProjectVersionData()
|
|
ProjectVersionData(BigInteger id,
String name,
BigInteger project_id,
Calendar date_order,
String description,
Boolean released,
Boolean obsolete)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Calendar |
getDate_order()
Gets the date_order value for this ProjectVersionData. |
String |
getDescription()
Gets the description value for this ProjectVersionData. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
BigInteger |
getId()
Gets the id value for this ProjectVersionData. |
String |
getName()
Gets the name value for this ProjectVersionData. |
Boolean |
getObsolete()
Gets the obsolete value for this ProjectVersionData. |
BigInteger |
getProject_id()
Gets the project_id value for this ProjectVersionData. |
Boolean |
getReleased()
Gets the released value for this ProjectVersionData. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setDate_order(Calendar date_order)
Sets the date_order value for this ProjectVersionData. |
void |
setDescription(String description)
Sets the description value for this ProjectVersionData. |
void |
setId(BigInteger id)
Sets the id value for this ProjectVersionData. |
void |
setName(String name)
Sets the name value for this ProjectVersionData. |
void |
setObsolete(Boolean obsolete)
Sets the obsolete value for this ProjectVersionData. |
void |
setProject_id(BigInteger project_id)
Sets the project_id value for this ProjectVersionData. |
void |
setReleased(Boolean released)
Sets the released value for this ProjectVersionData. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectVersionData()
public ProjectVersionData(BigInteger id,
String name,
BigInteger project_id,
Calendar date_order,
String description,
Boolean released,
Boolean obsolete)
| Method Detail |
|---|
public BigInteger getId()
public void setId(BigInteger id)
id - public String getName()
public void setName(String name)
name - public BigInteger getProject_id()
public void setProject_id(BigInteger project_id)
project_id - public Calendar getDate_order()
public void setDate_order(Calendar date_order)
date_order - public String getDescription()
public void setDescription(String description)
description - public Boolean getReleased()
public void setReleased(Boolean released)
released - public Boolean getObsolete()
public void setObsolete(Boolean obsolete)
obsolete - public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||