hudson.plugins.sfee.webservice
Class RoleGroupSoapRow

java.lang.Object
  extended by hudson.plugins.sfee.webservice.RoleGroupSoapRow
All Implemented Interfaces:
Serializable

public class RoleGroupSoapRow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RoleGroupSoapRow()
           
RoleGroupSoapRow(String groupId, String projectId, String roleId)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGroupId()
          Gets the groupId value for this RoleGroupSoapRow.
 String getProjectId()
          Gets the projectId value for this RoleGroupSoapRow.
 String getRoleId()
          Gets the roleId value for this RoleGroupSoapRow.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setGroupId(String groupId)
          Sets the groupId value for this RoleGroupSoapRow.
 void setProjectId(String projectId)
          Sets the projectId value for this RoleGroupSoapRow.
 void setRoleId(String roleId)
          Sets the roleId value for this RoleGroupSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleGroupSoapRow

public RoleGroupSoapRow()

RoleGroupSoapRow

public RoleGroupSoapRow(String groupId,
                        String projectId,
                        String roleId)
Method Detail

getGroupId

public String getGroupId()
Gets the groupId value for this RoleGroupSoapRow.

Returns:
groupId

setGroupId

public void setGroupId(String groupId)
Sets the groupId value for this RoleGroupSoapRow.

Parameters:
groupId -

getProjectId

public String getProjectId()
Gets the projectId value for this RoleGroupSoapRow.

Returns:
projectId

setProjectId

public void setProjectId(String projectId)
Sets the projectId value for this RoleGroupSoapRow.

Parameters:
projectId -

getRoleId

public String getRoleId()
Gets the roleId value for this RoleGroupSoapRow.

Returns:
roleId

setRoleId

public void setRoleId(String roleId)
Sets the roleId value for this RoleGroupSoapRow.

Parameters:
roleId -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2004-2012 Hudson. All Rights Reserved.