public class DocumentSoapDO extends ItemSoapDO implements Serializable
| Constructor and Description |
|---|
DocumentSoapDO() |
DocumentSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version,
String folderId,
String path,
String title,
int currentVersion,
Calendar dateVersionCreated,
String description,
int documentVersion,
String fileName,
long fileSize,
String fileUrl,
int latestVersion,
String locale,
String lockedBy,
String mimeType,
String status,
String versionComment,
String versionCreatedBy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCurrentVersion()
Gets the currentVersion value for this DocumentSoapDO.
|
Calendar |
getDateVersionCreated()
Gets the dateVersionCreated value for this DocumentSoapDO.
|
String |
getDescription()
Gets the description value for this DocumentSoapDO.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getDocumentVersion()
Gets the documentVersion value for this DocumentSoapDO.
|
String |
getFileName()
Gets the fileName value for this DocumentSoapDO.
|
long |
getFileSize()
Gets the fileSize value for this DocumentSoapDO.
|
String |
getFileUrl()
Gets the fileUrl value for this DocumentSoapDO.
|
int |
getLatestVersion()
Gets the latestVersion value for this DocumentSoapDO.
|
String |
getLocale()
Gets the locale value for this DocumentSoapDO.
|
String |
getLockedBy()
Gets the lockedBy value for this DocumentSoapDO.
|
String |
getMimeType()
Gets the mimeType value for this DocumentSoapDO.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this DocumentSoapDO.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getVersionComment()
Gets the versionComment value for this DocumentSoapDO.
|
String |
getVersionCreatedBy()
Gets the versionCreatedBy value for this DocumentSoapDO.
|
int |
hashCode() |
void |
setCurrentVersion(int currentVersion)
Sets the currentVersion value for this DocumentSoapDO.
|
void |
setDateVersionCreated(Calendar dateVersionCreated)
Sets the dateVersionCreated value for this DocumentSoapDO.
|
void |
setDescription(String description)
Sets the description value for this DocumentSoapDO.
|
void |
setDocumentVersion(int documentVersion)
Sets the documentVersion value for this DocumentSoapDO.
|
void |
setFileName(String fileName)
Sets the fileName value for this DocumentSoapDO.
|
void |
setFileSize(long fileSize)
Sets the fileSize value for this DocumentSoapDO.
|
void |
setFileUrl(String fileUrl)
Sets the fileUrl value for this DocumentSoapDO.
|
void |
setLatestVersion(int latestVersion)
Sets the latestVersion value for this DocumentSoapDO.
|
void |
setLocale(String locale)
Sets the locale value for this DocumentSoapDO.
|
void |
setLockedBy(String lockedBy)
Sets the lockedBy value for this DocumentSoapDO.
|
void |
setMimeType(String mimeType)
Sets the mimeType value for this DocumentSoapDO.
|
void |
setStatus(String status)
Sets the status value for this DocumentSoapDO.
|
void |
setVersionComment(String versionComment)
Sets the versionComment value for this DocumentSoapDO.
|
void |
setVersionCreatedBy(String versionCreatedBy)
Sets the versionCreatedBy value for this DocumentSoapDO.
|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitlegetCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersionpublic DocumentSoapDO()
public DocumentSoapDO(String createdBy, Calendar createdDate, String id, String lastModifiedBy, Calendar lastModifiedDate, int version, String folderId, String path, String title, int currentVersion, Calendar dateVersionCreated, String description, int documentVersion, String fileName, long fileSize, String fileUrl, int latestVersion, String locale, String lockedBy, String mimeType, String status, String versionComment, String versionCreatedBy)
public int getCurrentVersion()
public void setCurrentVersion(int currentVersion)
currentVersion - public Calendar getDateVersionCreated()
public void setDateVersionCreated(Calendar dateVersionCreated)
dateVersionCreated - public String getDescription()
public void setDescription(String description)
description - public int getDocumentVersion()
public void setDocumentVersion(int documentVersion)
documentVersion - public String getFileName()
public void setFileName(String fileName)
fileName - public long getFileSize()
public void setFileSize(long fileSize)
fileSize - public String getFileUrl()
public void setFileUrl(String fileUrl)
fileUrl - public int getLatestVersion()
public void setLatestVersion(int latestVersion)
latestVersion - public String getLocale()
public void setLocale(String locale)
locale - public String getLockedBy()
public void setLockedBy(String lockedBy)
lockedBy - public String getMimeType()
public void setMimeType(String mimeType)
mimeType - public String getStatus()
public void setStatus(String status)
status - public String getVersionComment()
public void setVersionComment(String versionComment)
versionComment - public String getVersionCreatedBy()
public void setVersionCreatedBy(String versionCreatedBy)
versionCreatedBy - public boolean equals(Object obj)
equals in class ItemSoapDOpublic int hashCode()
hashCode in class ItemSoapDOpublic 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.