com.collabnet.helm.ws.domain
Class ProjectsForUserContainer

java.lang.Object
  extended by com.collabnet.helm.ws.domain.ProjectsContainer
      extended by com.collabnet.helm.ws.domain.ProjectsForUserContainer
All Implemented Interfaces:
java.io.Serializable

public class ProjectsForUserContainer
extends ProjectsContainer
implements java.io.Serializable

This type lists all the projects for a given user.

See Also:
Serialized Form

Constructor Summary
ProjectsForUserContainer()
           
ProjectsForUserContainer(PaginationResultType paginationResult, SimpleProjectType[] projects, java.lang.String username)
           
 
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
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
 java.lang.String getUsername()
          Gets the username value for this ProjectsForUserContainer.
 int hashCode()
           
 void setUsername(java.lang.String username)
          Sets the username value for this ProjectsForUserContainer.
 
Methods inherited from class com.collabnet.helm.ws.domain.ProjectsContainer
getPaginationResult, getProjects, setPaginationResult, setProjects
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectsForUserContainer

public ProjectsForUserContainer()

ProjectsForUserContainer

public ProjectsForUserContainer(PaginationResultType paginationResult,
                                SimpleProjectType[] projects,
                                java.lang.String username)
Method Detail

getUsername

public java.lang.String getUsername()
Gets the username value for this ProjectsForUserContainer.

Returns:
username * Identifies the username for the projects.

setUsername

public void setUsername(java.lang.String username)
Sets the username value for this ProjectsForUserContainer.

Parameters:
username - * Identifies the username for the projects.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class ProjectsContainer

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