hudson.plugins.sfee.webservice
Class ArtifactDependencySoapRow

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

public class ArtifactDependencySoapRow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ArtifactDependencySoapRow()
           
ArtifactDependencySoapRow(String description, boolean hasViewPermission, String originId, String originStatus, String originStatusClass, String originTitle, String targetId, String targetStatus, String targetStatusClass, String targetTitle)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the description value for this ArtifactDependencySoapRow.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getOriginId()
          Gets the originId value for this ArtifactDependencySoapRow.
 String getOriginStatus()
          Gets the originStatus value for this ArtifactDependencySoapRow.
 String getOriginStatusClass()
          Gets the originStatusClass value for this ArtifactDependencySoapRow.
 String getOriginTitle()
          Gets the originTitle value for this ArtifactDependencySoapRow.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTargetId()
          Gets the targetId value for this ArtifactDependencySoapRow.
 String getTargetStatus()
          Gets the targetStatus value for this ArtifactDependencySoapRow.
 String getTargetStatusClass()
          Gets the targetStatusClass value for this ArtifactDependencySoapRow.
 String getTargetTitle()
          Gets the targetTitle value for this ArtifactDependencySoapRow.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isHasViewPermission()
          Gets the hasViewPermission value for this ArtifactDependencySoapRow.
 void setDescription(String description)
          Sets the description value for this ArtifactDependencySoapRow.
 void setHasViewPermission(boolean hasViewPermission)
          Sets the hasViewPermission value for this ArtifactDependencySoapRow.
 void setOriginId(String originId)
          Sets the originId value for this ArtifactDependencySoapRow.
 void setOriginStatus(String originStatus)
          Sets the originStatus value for this ArtifactDependencySoapRow.
 void setOriginStatusClass(String originStatusClass)
          Sets the originStatusClass value for this ArtifactDependencySoapRow.
 void setOriginTitle(String originTitle)
          Sets the originTitle value for this ArtifactDependencySoapRow.
 void setTargetId(String targetId)
          Sets the targetId value for this ArtifactDependencySoapRow.
 void setTargetStatus(String targetStatus)
          Sets the targetStatus value for this ArtifactDependencySoapRow.
 void setTargetStatusClass(String targetStatusClass)
          Sets the targetStatusClass value for this ArtifactDependencySoapRow.
 void setTargetTitle(String targetTitle)
          Sets the targetTitle value for this ArtifactDependencySoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactDependencySoapRow

public ArtifactDependencySoapRow()

ArtifactDependencySoapRow

public ArtifactDependencySoapRow(String description,
                                 boolean hasViewPermission,
                                 String originId,
                                 String originStatus,
                                 String originStatusClass,
                                 String originTitle,
                                 String targetId,
                                 String targetStatus,
                                 String targetStatusClass,
                                 String targetTitle)
Method Detail

getDescription

public String getDescription()
Gets the description value for this ArtifactDependencySoapRow.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this ArtifactDependencySoapRow.

Parameters:
description -

isHasViewPermission

public boolean isHasViewPermission()
Gets the hasViewPermission value for this ArtifactDependencySoapRow.

Returns:
hasViewPermission

setHasViewPermission

public void setHasViewPermission(boolean hasViewPermission)
Sets the hasViewPermission value for this ArtifactDependencySoapRow.

Parameters:
hasViewPermission -

getOriginId

public String getOriginId()
Gets the originId value for this ArtifactDependencySoapRow.

Returns:
originId

setOriginId

public void setOriginId(String originId)
Sets the originId value for this ArtifactDependencySoapRow.

Parameters:
originId -

getOriginStatus

public String getOriginStatus()
Gets the originStatus value for this ArtifactDependencySoapRow.

Returns:
originStatus

setOriginStatus

public void setOriginStatus(String originStatus)
Sets the originStatus value for this ArtifactDependencySoapRow.

Parameters:
originStatus -

getOriginStatusClass

public String getOriginStatusClass()
Gets the originStatusClass value for this ArtifactDependencySoapRow.

Returns:
originStatusClass

setOriginStatusClass

public void setOriginStatusClass(String originStatusClass)
Sets the originStatusClass value for this ArtifactDependencySoapRow.

Parameters:
originStatusClass -

getOriginTitle

public String getOriginTitle()
Gets the originTitle value for this ArtifactDependencySoapRow.

Returns:
originTitle

setOriginTitle

public void setOriginTitle(String originTitle)
Sets the originTitle value for this ArtifactDependencySoapRow.

Parameters:
originTitle -

getTargetId

public String getTargetId()
Gets the targetId value for this ArtifactDependencySoapRow.

Returns:
targetId

setTargetId

public void setTargetId(String targetId)
Sets the targetId value for this ArtifactDependencySoapRow.

Parameters:
targetId -

getTargetStatus

public String getTargetStatus()
Gets the targetStatus value for this ArtifactDependencySoapRow.

Returns:
targetStatus

setTargetStatus

public void setTargetStatus(String targetStatus)
Sets the targetStatus value for this ArtifactDependencySoapRow.

Parameters:
targetStatus -

getTargetStatusClass

public String getTargetStatusClass()
Gets the targetStatusClass value for this ArtifactDependencySoapRow.

Returns:
targetStatusClass

setTargetStatusClass

public void setTargetStatusClass(String targetStatusClass)
Sets the targetStatusClass value for this ArtifactDependencySoapRow.

Parameters:
targetStatusClass -

getTargetTitle

public String getTargetTitle()
Gets the targetTitle value for this ArtifactDependencySoapRow.

Returns:
targetTitle

setTargetTitle

public void setTargetTitle(String targetTitle)
Sets the targetTitle value for this ArtifactDependencySoapRow.

Parameters:
targetTitle -

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.