com.collabnet.helm.ws.domain
Class ProjectsForActionContainer

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

public class ProjectsForActionContainer
extends ProjectsContainer
implements java.io.Serializable

A list of projects related to a given action

See Also:
Serialized Form

Constructor Summary
ProjectsForActionContainer()
           
ProjectsForActionContainer(PaginationResultType paginationResult, SimpleProjectType[] projects, java.lang.String action, java.lang.String username)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAction()
          Gets the action value for this ProjectsForActionContainer.
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 ProjectsForActionContainer.
 int hashCode()
           
 void setAction(java.lang.String action)
          Sets the action value for this ProjectsForActionContainer.
 void setUsername(java.lang.String username)
          Sets the username value for this ProjectsForActionContainer.
 
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

ProjectsForActionContainer

public ProjectsForActionContainer()

ProjectsForActionContainer

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

getAction

public java.lang.String getAction()
Gets the action value for this ProjectsForActionContainer.

Returns:
action * Identifies the action for the projects.

setAction

public void setAction(java.lang.String action)
Sets the action value for this ProjectsForActionContainer.

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

getUsername

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

Returns:
username

setUsername

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

Parameters:
username -

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