com.collabnet.helm.ws.domain
Class ProjectsContainer

java.lang.Object
  extended by com.collabnet.helm.ws.domain.ProjectsContainer
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ProjectsForActionContainer, ProjectsForUserContainer

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

A list of projects

See Also:
Serialized Form

Constructor Summary
ProjectsContainer()
           
ProjectsContainer(PaginationResultType paginationResult, SimpleProjectType[] projects)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 PaginationResultType getPaginationResult()
          Gets the paginationResult value for this ProjectsContainer.
 SimpleProjectType[] getProjects()
          Gets the projects value for this ProjectsContainer.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPaginationResult(PaginationResultType paginationResult)
          Sets the paginationResult value for this ProjectsContainer.
 void setProjects(SimpleProjectType[] projects)
          Sets the projects value for this ProjectsContainer.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectsContainer

public ProjectsContainer()

ProjectsContainer

public ProjectsContainer(PaginationResultType paginationResult,
                         SimpleProjectType[] projects)
Method Detail

getPaginationResult

public PaginationResultType getPaginationResult()
Gets the paginationResult value for this ProjectsContainer.

Returns:
paginationResult

setPaginationResult

public void setPaginationResult(PaginationResultType paginationResult)
Sets the paginationResult value for this ProjectsContainer.

Parameters:
paginationResult -

getProjects

public SimpleProjectType[] getProjects()
Gets the projects value for this ProjectsContainer.

Returns:
projects

setProjects

public void setProjects(SimpleProjectType[] projects)
Sets the projects value for this ProjectsContainer.

Parameters:
projects -

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