|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.mantis.soap.mantis110.ProjectData
public class ProjectData
| Constructor Summary | |
|---|---|
ProjectData()
|
|
ProjectData(java.math.BigInteger id,
java.lang.String name,
ObjectRef status,
java.lang.Boolean enabled,
ObjectRef view_state,
ObjectRef access_min,
java.lang.String file_path,
java.lang.String description,
ProjectData[] subprojects)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ObjectRef |
getAccess_min()
Gets the access_min value for this ProjectData. |
java.lang.String |
getDescription()
Gets the description value for this ProjectData. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.Boolean |
getEnabled()
Gets the enabled value for this ProjectData. |
java.lang.String |
getFile_path()
Gets the file_path value for this ProjectData. |
java.math.BigInteger |
getId()
Gets the id value for this ProjectData. |
java.lang.String |
getName()
Gets the name value for this ProjectData. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
ObjectRef |
getStatus()
Gets the status value for this ProjectData. |
ProjectData[] |
getSubprojects()
Gets the subprojects value for this ProjectData. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
ObjectRef |
getView_state()
Gets the view_state value for this ProjectData. |
int |
hashCode()
|
void |
setAccess_min(ObjectRef access_min)
Sets the access_min value for this ProjectData. |
void |
setDescription(java.lang.String description)
Sets the description value for this ProjectData. |
void |
setEnabled(java.lang.Boolean enabled)
Sets the enabled value for this ProjectData. |
void |
setFile_path(java.lang.String file_path)
Sets the file_path value for this ProjectData. |
void |
setId(java.math.BigInteger id)
Sets the id value for this ProjectData. |
void |
setName(java.lang.String name)
Sets the name value for this ProjectData. |
void |
setStatus(ObjectRef status)
Sets the status value for this ProjectData. |
void |
setSubprojects(ProjectData[] subprojects)
Sets the subprojects value for this ProjectData. |
void |
setView_state(ObjectRef view_state)
Sets the view_state value for this ProjectData. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectData()
public ProjectData(java.math.BigInteger id,
java.lang.String name,
ObjectRef status,
java.lang.Boolean enabled,
ObjectRef view_state,
ObjectRef access_min,
java.lang.String file_path,
java.lang.String description,
ProjectData[] subprojects)
| Method Detail |
|---|
public java.math.BigInteger getId()
public void setId(java.math.BigInteger id)
id - public java.lang.String getName()
public void setName(java.lang.String name)
name - public ObjectRef getStatus()
public void setStatus(ObjectRef status)
status - public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean enabled)
enabled - public ObjectRef getView_state()
public void setView_state(ObjectRef view_state)
view_state - public ObjectRef getAccess_min()
public void setAccess_min(ObjectRef access_min)
access_min - public java.lang.String getFile_path()
public void setFile_path(java.lang.String file_path)
file_path - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public ProjectData[] getSubprojects()
public void setSubprojects(ProjectData[] subprojects)
subprojects - 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||