public class ArtifactDependencySoapRow extends Object implements Serializable
| Constructor and Description |
|---|
ArtifactDependencySoapRow() |
ArtifactDependencySoapRow(String description,
boolean hasViewPermission,
String originId,
String originStatus,
String originStatusClass,
String originTitle,
String targetId,
String targetStatus,
String targetStatusClass,
String targetTitle) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getDescription()
public void setDescription(String description)
description - public boolean isHasViewPermission()
public void setHasViewPermission(boolean hasViewPermission)
hasViewPermission - public String getOriginId()
public void setOriginId(String originId)
originId - public String getOriginStatus()
public void setOriginStatus(String originStatus)
originStatus - public String getOriginStatusClass()
public void setOriginStatusClass(String originStatusClass)
originStatusClass - public String getOriginTitle()
public void setOriginTitle(String originTitle)
originTitle - public String getTargetId()
public void setTargetId(String targetId)
targetId - public String getTargetStatus()
public void setTargetStatus(String targetStatus)
targetStatus - public String getTargetStatusClass()
public void setTargetStatusClass(String targetStatusClass)
targetStatusClass - public String getTargetTitle()
public void setTargetTitle(String targetTitle)
targetTitle - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.