public class WsItem extends Object
Modifier and Type | Field and Description |
---|---|
static Integer |
FAILURE |
static Integer |
SUCCESS |
Constructor and Description |
---|
WsItem() |
public static final Integer SUCCESS
public static final Integer FAILURE
public String getDescription()
public void setDescription(String description)
public Integer getDocumentTypeId()
public void setDocumentTypeId(Integer documentTypeId)
public Integer getProjectId()
public void setProjectId(Integer projectId)
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getSourceUrl()
public void setSourceUrl(String sourceUrl)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
public String getSourceId()
public void setSourceId(String sourceId)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
public String getAssigned()
public void setAssigned(String assigned)
public String getSourceApplication()
public void setSourceApplication(String souceApplication)
public Date getDueDate()
public void setDueDate(Date dueDate)
public Integer getVersionId()
public void setVersionId(Integer versionId)
public Integer getSyncStatus()
public void setSyncStatus(Integer syncStatus)
public String getSyncMessage()
public void setSyncMessage(String syncMessage)
public Integer getParentId()
public void setParentId(Integer parentId)
public Boolean getIsFolder()
public void setIsFolder(Boolean isFolder)
Copyright (c) 2013-2014 Jama Software, Inc. All Rights Reserved.