public class AssociationSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
AssociationSoapRow() |
AssociationSoapRow(String createdBy,
String creatorFullName,
Calendar dateCreated,
Calendar dateLastModified,
String description,
String originId,
String originTitle,
int originVersion,
String targetId,
String targetTitle,
int targetVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedBy()
Gets the createdBy value for this AssociationSoapRow.
|
String |
getCreatorFullName()
Gets the creatorFullName value for this AssociationSoapRow.
|
Calendar |
getDateCreated()
Gets the dateCreated value for this AssociationSoapRow.
|
Calendar |
getDateLastModified()
Gets the dateLastModified value for this AssociationSoapRow.
|
String |
getDescription()
Gets the description value for this AssociationSoapRow.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getOriginId()
Gets the originId value for this AssociationSoapRow.
|
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(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTargetId()
Gets the targetId value for this AssociationSoapRow.
|
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(String createdBy)
Sets the createdBy value for this AssociationSoapRow.
|
void |
setCreatorFullName(String creatorFullName)
Sets the creatorFullName value for this AssociationSoapRow.
|
void |
setDateCreated(Calendar dateCreated)
Sets the dateCreated value for this AssociationSoapRow.
|
void |
setDateLastModified(Calendar dateLastModified)
Sets the dateLastModified value for this AssociationSoapRow.
|
void |
setDescription(String description)
Sets the description value for this AssociationSoapRow.
|
void |
setOriginId(String originId)
Sets the originId value for this AssociationSoapRow.
|
void |
setOriginTitle(String originTitle)
Sets the originTitle value for this AssociationSoapRow.
|
void |
setOriginVersion(int originVersion)
Sets the originVersion value for this AssociationSoapRow.
|
void |
setTargetId(String targetId)
Sets the targetId value for this AssociationSoapRow.
|
void |
setTargetTitle(String targetTitle)
Sets the targetTitle value for this AssociationSoapRow.
|
void |
setTargetVersion(int targetVersion)
Sets the targetVersion value for this AssociationSoapRow.
|
public String getCreatedBy()
public void setCreatedBy(String createdBy)
createdBy - public String getCreatorFullName()
public void setCreatorFullName(String creatorFullName)
creatorFullName - public Calendar getDateCreated()
public void setDateCreated(Calendar dateCreated)
dateCreated - public Calendar getDateLastModified()
public void setDateLastModified(Calendar dateLastModified)
dateLastModified - public String getDescription()
public void setDescription(String description)
description - public String getOriginId()
public void setOriginId(String originId)
originId - public String getOriginTitle()
public void setOriginTitle(String originTitle)
originTitle - public int getOriginVersion()
public void setOriginVersion(int originVersion)
originVersion - public String getTargetId()
public void setTargetId(String targetId)
targetId - public String getTargetTitle()
public void setTargetTitle(String targetTitle)
targetTitle - public int getTargetVersion()
public void setTargetVersion(int targetVersion)
targetVersion - 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.