hudson.plugins.mantis.soap.mantis120
Class ProjectData

java.lang.Object
  extended by hudson.plugins.mantis.soap.mantis120.ProjectData
All Implemented Interfaces:
java.io.Serializable

public class ProjectData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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, java.lang.Boolean inherit_global)
           
 
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.Boolean getInherit_global()
          Gets the inherit_global 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 setInherit_global(java.lang.Boolean inherit_global)
          Sets the inherit_global 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

ProjectData

public ProjectData()

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,
                   java.lang.Boolean inherit_global)
Method Detail

getId

public java.math.BigInteger getId()
Gets the id value for this ProjectData.

Returns:
id

setId

public void setId(java.math.BigInteger id)
Sets the id value for this ProjectData.

Parameters:
id -

getName

public java.lang.String getName()
Gets the name value for this ProjectData.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ProjectData.

Parameters:
name -

getStatus

public ObjectRef getStatus()
Gets the status value for this ProjectData.

Returns:
status

setStatus

public void setStatus(ObjectRef status)
Sets the status value for this ProjectData.

Parameters:
status -

getEnabled

public java.lang.Boolean getEnabled()
Gets the enabled value for this ProjectData.

Returns:
enabled

setEnabled

public void setEnabled(java.lang.Boolean enabled)
Sets the enabled value for this ProjectData.

Parameters:
enabled -

getView_state

public ObjectRef getView_state()
Gets the view_state value for this ProjectData.

Returns:
view_state

setView_state

public void setView_state(ObjectRef view_state)
Sets the view_state value for this ProjectData.

Parameters:
view_state -

getAccess_min

public ObjectRef getAccess_min()
Gets the access_min value for this ProjectData.

Returns:
access_min

setAccess_min

public void setAccess_min(ObjectRef access_min)
Sets the access_min value for this ProjectData.

Parameters:
access_min -

getFile_path

public java.lang.String getFile_path()
Gets the file_path value for this ProjectData.

Returns:
file_path

setFile_path

public void setFile_path(java.lang.String file_path)
Sets the file_path value for this ProjectData.

Parameters:
file_path -

getDescription

public java.lang.String getDescription()
Gets the description value for this ProjectData.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ProjectData.

Parameters:
description -

getSubprojects

public ProjectData[] getSubprojects()
Gets the subprojects value for this ProjectData.

Returns:
subprojects

setSubprojects

public void setSubprojects(ProjectData[] subprojects)
Sets the subprojects value for this ProjectData.

Parameters:
subprojects -

getInherit_global

public java.lang.Boolean getInherit_global()
Gets the inherit_global value for this ProjectData.

Returns:
inherit_global

setInherit_global

public void setInherit_global(java.lang.Boolean inherit_global)
Sets the inherit_global value for this ProjectData.

Parameters:
inherit_global -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2010. All Rights Reserved.