hudson.plugins.sfee.webservice
Class AssociationSoapRow

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

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

See Also:
Serialized Form

Constructor Summary
AssociationSoapRow()
           
AssociationSoapRow(java.lang.String createdBy, java.lang.String creatorFullName, java.util.Calendar dateCreated, java.lang.String description, java.lang.String originId, java.lang.String originTitle, int originVersion, java.lang.String targetId, java.lang.String targetTitle, int targetVersion)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCreatedBy()
          Gets the createdBy value for this AssociationSoapRow.
 java.lang.String getCreatorFullName()
          Gets the creatorFullName value for this AssociationSoapRow.
 java.util.Calendar getDateCreated()
          Gets the dateCreated value for this AssociationSoapRow.
 java.lang.String getDescription()
          Gets the description value for this AssociationSoapRow.
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 getOriginId()
          Gets the originId value for this AssociationSoapRow.
 java.lang.String getOriginTitle()
          Gets the originTitle value for this AssociationSoapRow.
 int getOriginVersion()
          Gets the originVersion value for this AssociationSoapRow.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTargetId()
          Gets the targetId value for this AssociationSoapRow.
 java.lang.String getTargetTitle()
          Gets the targetTitle value for this AssociationSoapRow.
 int getTargetVersion()
          Gets the targetVersion value for this AssociationSoapRow.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCreatedBy(java.lang.String createdBy)
          Sets the createdBy value for this AssociationSoapRow.
 void setCreatorFullName(java.lang.String creatorFullName)
          Sets the creatorFullName value for this AssociationSoapRow.
 void setDateCreated(java.util.Calendar dateCreated)
          Sets the dateCreated value for this AssociationSoapRow.
 void setDescription(java.lang.String description)
          Sets the description value for this AssociationSoapRow.
 void setOriginId(java.lang.String originId)
          Sets the originId value for this AssociationSoapRow.
 void setOriginTitle(java.lang.String originTitle)
          Sets the originTitle value for this AssociationSoapRow.
 void setOriginVersion(int originVersion)
          Sets the originVersion value for this AssociationSoapRow.
 void setTargetId(java.lang.String targetId)
          Sets the targetId value for this AssociationSoapRow.
 void setTargetTitle(java.lang.String targetTitle)
          Sets the targetTitle value for this AssociationSoapRow.
 void setTargetVersion(int targetVersion)
          Sets the targetVersion value for this AssociationSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationSoapRow

public AssociationSoapRow()

AssociationSoapRow

public AssociationSoapRow(java.lang.String createdBy,
                          java.lang.String creatorFullName,
                          java.util.Calendar dateCreated,
                          java.lang.String description,
                          java.lang.String originId,
                          java.lang.String originTitle,
                          int originVersion,
                          java.lang.String targetId,
                          java.lang.String targetTitle,
                          int targetVersion)
Method Detail

getCreatedBy

public java.lang.String getCreatedBy()
Gets the createdBy value for this AssociationSoapRow.

Returns:
createdBy

setCreatedBy

public void setCreatedBy(java.lang.String createdBy)
Sets the createdBy value for this AssociationSoapRow.

Parameters:
createdBy -

getCreatorFullName

public java.lang.String getCreatorFullName()
Gets the creatorFullName value for this AssociationSoapRow.

Returns:
creatorFullName

setCreatorFullName

public void setCreatorFullName(java.lang.String creatorFullName)
Sets the creatorFullName value for this AssociationSoapRow.

Parameters:
creatorFullName -

getDateCreated

public java.util.Calendar getDateCreated()
Gets the dateCreated value for this AssociationSoapRow.

Returns:
dateCreated

setDateCreated

public void setDateCreated(java.util.Calendar dateCreated)
Sets the dateCreated value for this AssociationSoapRow.

Parameters:
dateCreated -

getDescription

public java.lang.String getDescription()
Gets the description value for this AssociationSoapRow.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this AssociationSoapRow.

Parameters:
description -

getOriginId

public java.lang.String getOriginId()
Gets the originId value for this AssociationSoapRow.

Returns:
originId

setOriginId

public void setOriginId(java.lang.String originId)
Sets the originId value for this AssociationSoapRow.

Parameters:
originId -

getOriginTitle

public java.lang.String getOriginTitle()
Gets the originTitle value for this AssociationSoapRow.

Returns:
originTitle

setOriginTitle

public void setOriginTitle(java.lang.String originTitle)
Sets the originTitle value for this AssociationSoapRow.

Parameters:
originTitle -

getOriginVersion

public int getOriginVersion()
Gets the originVersion value for this AssociationSoapRow.

Returns:
originVersion

setOriginVersion

public void setOriginVersion(int originVersion)
Sets the originVersion value for this AssociationSoapRow.

Parameters:
originVersion -

getTargetId

public java.lang.String getTargetId()
Gets the targetId value for this AssociationSoapRow.

Returns:
targetId

setTargetId

public void setTargetId(java.lang.String targetId)
Sets the targetId value for this AssociationSoapRow.

Parameters:
targetId -

getTargetTitle

public java.lang.String getTargetTitle()
Gets the targetTitle value for this AssociationSoapRow.

Returns:
targetTitle

setTargetTitle

public void setTargetTitle(java.lang.String targetTitle)
Sets the targetTitle value for this AssociationSoapRow.

Parameters:
targetTitle -

getTargetVersion

public int getTargetVersion()
Gets the targetVersion value for this AssociationSoapRow.

Returns:
targetVersion

setTargetVersion

public void setTargetVersion(int targetVersion)
Sets the targetVersion value for this AssociationSoapRow.

Parameters:
targetVersion -

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



Copyright © 2008. All Rights Reserved.