|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.sfee.webservice.ObjectSoapDO
hudson.plugins.sfee.webservice.ItemSoapDO
hudson.plugins.sfee.webservice.DocumentSoapDO
public class DocumentSoapDO
| Constructor Summary | |
|---|---|
DocumentSoapDO()
|
|
DocumentSoapDO(java.lang.String createdBy,
java.util.Calendar createdDate,
java.lang.String id,
java.lang.String lastModifiedBy,
java.util.Calendar lastModifiedDate,
int version,
java.lang.String folderId,
java.lang.String path,
java.lang.String title,
int currentVersion,
java.util.Calendar dateVersionCreated,
java.lang.String description,
int documentVersion,
java.lang.String fileName,
long fileSize,
int latestVersion,
java.lang.String locale,
java.lang.String lockedBy,
java.lang.String mimeType,
java.lang.String status,
java.lang.String versionComment,
java.lang.String versionCreatedBy)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getCurrentVersion()
Gets the currentVersion value for this DocumentSoapDO. |
java.util.Calendar |
getDateVersionCreated()
Gets the dateVersionCreated value for this DocumentSoapDO. |
java.lang.String |
getDescription()
Gets the description value for this DocumentSoapDO. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getDocumentVersion()
Gets the documentVersion value for this DocumentSoapDO. |
java.lang.String |
getFileName()
Gets the fileName value for this DocumentSoapDO. |
long |
getFileSize()
Gets the fileSize value for this DocumentSoapDO. |
int |
getLatestVersion()
Gets the latestVersion value for this DocumentSoapDO. |
java.lang.String |
getLocale()
Gets the locale value for this DocumentSoapDO. |
java.lang.String |
getLockedBy()
Gets the lockedBy value for this DocumentSoapDO. |
java.lang.String |
getMimeType()
Gets the mimeType value for this DocumentSoapDO. |
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 |
getStatus()
Gets the status value for this DocumentSoapDO. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String |
getVersionComment()
Gets the versionComment value for this DocumentSoapDO. |
java.lang.String |
getVersionCreatedBy()
Gets the versionCreatedBy value for this DocumentSoapDO. |
int |
hashCode()
|
void |
setCurrentVersion(int currentVersion)
Sets the currentVersion value for this DocumentSoapDO. |
void |
setDateVersionCreated(java.util.Calendar dateVersionCreated)
Sets the dateVersionCreated value for this DocumentSoapDO. |
void |
setDescription(java.lang.String description)
Sets the description value for this DocumentSoapDO. |
void |
setDocumentVersion(int documentVersion)
Sets the documentVersion value for this DocumentSoapDO. |
void |
setFileName(java.lang.String fileName)
Sets the fileName value for this DocumentSoapDO. |
void |
setFileSize(long fileSize)
Sets the fileSize value for this DocumentSoapDO. |
void |
setLatestVersion(int latestVersion)
Sets the latestVersion value for this DocumentSoapDO. |
void |
setLocale(java.lang.String locale)
Sets the locale value for this DocumentSoapDO. |
void |
setLockedBy(java.lang.String lockedBy)
Sets the lockedBy value for this DocumentSoapDO. |
void |
setMimeType(java.lang.String mimeType)
Sets the mimeType value for this DocumentSoapDO. |
void |
setStatus(java.lang.String status)
Sets the status value for this DocumentSoapDO. |
void |
setVersionComment(java.lang.String versionComment)
Sets the versionComment value for this DocumentSoapDO. |
void |
setVersionCreatedBy(java.lang.String versionCreatedBy)
Sets the versionCreatedBy value for this DocumentSoapDO. |
| Methods inherited from class hudson.plugins.sfee.webservice.ItemSoapDO |
|---|
getFolderId, getPath, getTitle, setFolderId, setPath, setTitle |
| Methods inherited from class hudson.plugins.sfee.webservice.ObjectSoapDO |
|---|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentSoapDO()
public DocumentSoapDO(java.lang.String createdBy,
java.util.Calendar createdDate,
java.lang.String id,
java.lang.String lastModifiedBy,
java.util.Calendar lastModifiedDate,
int version,
java.lang.String folderId,
java.lang.String path,
java.lang.String title,
int currentVersion,
java.util.Calendar dateVersionCreated,
java.lang.String description,
int documentVersion,
java.lang.String fileName,
long fileSize,
int latestVersion,
java.lang.String locale,
java.lang.String lockedBy,
java.lang.String mimeType,
java.lang.String status,
java.lang.String versionComment,
java.lang.String versionCreatedBy)
| Method Detail |
|---|
public int getCurrentVersion()
public void setCurrentVersion(int currentVersion)
currentVersion - public java.util.Calendar getDateVersionCreated()
public void setDateVersionCreated(java.util.Calendar dateVersionCreated)
dateVersionCreated - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public int getDocumentVersion()
public void setDocumentVersion(int documentVersion)
documentVersion - public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName - public long getFileSize()
public void setFileSize(long fileSize)
fileSize - public int getLatestVersion()
public void setLatestVersion(int latestVersion)
latestVersion - public java.lang.String getLocale()
public void setLocale(java.lang.String locale)
locale - public java.lang.String getLockedBy()
public void setLockedBy(java.lang.String lockedBy)
lockedBy - public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType - public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - public java.lang.String getVersionComment()
public void setVersionComment(java.lang.String versionComment)
versionComment - public java.lang.String getVersionCreatedBy()
public void setVersionCreatedBy(java.lang.String versionCreatedBy)
versionCreatedBy - public boolean equals(java.lang.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(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||