public class WorkflowDocument
extends com.extjs.gxt.ui.client.data.BaseModel
Constructor and Description |
---|
WorkflowDocument() |
WorkflowDocument(String id,
String name,
String status,
String statusDesc,
String workflowid,
String curRole,
String lastAction,
Date lastDate,
Date dateCreated,
boolean hasComments,
boolean view,
boolean update,
boolean delete,
boolean addcomments,
boolean editcomments,
boolean deletecomments,
boolean isLocked,
String lockedBy,
String lockExpiration,
boolean isOwner) |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate() |
String |
getCurRole() |
String |
getId() |
String |
getLastAction() |
Date |
getLastDate() |
String |
getLockedBy() |
String |
getLockExpiration() |
String |
getName() |
String |
getStatus() |
String |
getStatusDesc() |
String |
getWorkflowId() |
boolean |
hasAddComments() |
boolean |
hasComments() |
boolean |
hasDelete() |
boolean |
hasDeleteComments() |
boolean |
hasUpdate() |
boolean |
hasUpdateComments() |
boolean |
hasView() |
boolean |
isLocked() |
boolean |
isOwner() |
addChangeListener, addChangeListener, fireEvent, fireEvent, isSilent, notify, notifyPropertyChanged, remove, removeChangeListener, removeChangeListeners, set, setSilent
get, get, getProperties, getPropertyNames, isAllowNestedValues, setAllowNestedValues, setProperties
public WorkflowDocument()
public WorkflowDocument(String id, String name, String status, String statusDesc, String workflowid, String curRole, String lastAction, Date lastDate, Date dateCreated, boolean hasComments, boolean view, boolean update, boolean delete, boolean addcomments, boolean editcomments, boolean deletecomments, boolean isLocked, String lockedBy, String lockExpiration, boolean isOwner)
public String getId()
public String getName()
public String getStatus()
public String getStatusDesc()
public String getWorkflowId()
public String getCurRole()
public String getLastAction()
public Date getLastDate()
public Date getCreatedDate()
public boolean hasComments()
public boolean hasView()
public boolean hasUpdate()
public boolean hasDelete()
public boolean hasAddComments()
public boolean hasUpdateComments()
public boolean hasDeleteComments()
public boolean isLocked()
public String getLockedBy()
public String getLockExpiration()
public boolean isOwner()
Copyright © 2015. All Rights Reserved.