com.collabnet.helm.ws.domain
Class ResourcesForActionContainer

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

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

A list of resources for a given action, username and project.

See Also:
Serialized Form

Constructor Summary
ResourcesForActionContainer()
           
ResourcesForActionContainer(SimpleResourceType[] resources, java.lang.String action, java.lang.String username, java.lang.String project)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAction()
          Gets the action value for this ResourcesForActionContainer.
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.String getProject()
          Gets the project value for this ResourcesForActionContainer.
 SimpleResourceType[] getResources()
          Gets the resources value for this ResourcesForActionContainer.
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 ResourcesForActionContainer.
 int hashCode()
           
 void setAction(java.lang.String action)
          Sets the action value for this ResourcesForActionContainer.
 void setProject(java.lang.String project)
          Sets the project value for this ResourcesForActionContainer.
 void setResources(SimpleResourceType[] resources)
          Sets the resources value for this ResourcesForActionContainer.
 void setUsername(java.lang.String username)
          Sets the username value for this ResourcesForActionContainer.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcesForActionContainer

public ResourcesForActionContainer()

ResourcesForActionContainer

public ResourcesForActionContainer(SimpleResourceType[] resources,
                                   java.lang.String action,
                                   java.lang.String username,
                                   java.lang.String project)
Method Detail

getResources

public SimpleResourceType[] getResources()
Gets the resources value for this ResourcesForActionContainer.

Returns:
resources

setResources

public void setResources(SimpleResourceType[] resources)
Sets the resources value for this ResourcesForActionContainer.

Parameters:
resources -

getAction

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

Returns:
action

setAction

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

Parameters:
action -

getUsername

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

Returns:
username

setUsername

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

Parameters:
username -

getProject

public java.lang.String getProject()
Gets the project value for this ResourcesForActionContainer.

Returns:
project

setProject

public void setProject(java.lang.String project)
Sets the project value for this ResourcesForActionContainer.

Parameters:
project -

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