org.gcube.portlets.user.workflowdocuments.shared
Class WorkflowDocument
java.lang.Object
com.extjs.gxt.ui.client.data.BaseModelData
com.extjs.gxt.ui.client.data.BaseModel
org.gcube.portlets.user.workflowdocuments.shared.WorkflowDocument
- All Implemented Interfaces:
- com.extjs.gxt.ui.client.data.ChangeEventSource, com.extjs.gxt.ui.client.data.Model, com.extjs.gxt.ui.client.data.ModelData, Serializable
public class WorkflowDocument
- extends com.extjs.gxt.ui.client.data.BaseModel
- See Also:
- Serialized Form
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModel |
changeEventSupport |
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
allowNestedValues, map |
Fields inherited from interface com.extjs.gxt.ui.client.data.ChangeEventSource |
Add, Remove, Update |
Constructor Summary |
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)
|
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModel |
addChangeListener, addChangeListener, fireEvent, fireEvent, isSilent, notify, notifyPropertyChanged, remove, removeChangeListener, removeChangeListeners, set, setSilent |
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
get, get, getProperties, getPropertyNames, isAllowNestedValues, setAllowNestedValues, setProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData |
get, getProperties, getPropertyNames |
WorkflowDocument
public WorkflowDocument()
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)
getId
public String getId()
getName
public String getName()
getStatus
public String getStatus()
getStatusDesc
public String getStatusDesc()
getWorkflowId
public String getWorkflowId()
getCurRole
public String getCurRole()
getLastAction
public String getLastAction()
getLastDate
public Date getLastDate()
getCreatedDate
public Date getCreatedDate()
hasComments
public boolean hasComments()
hasView
public boolean hasView()
hasUpdate
public boolean hasUpdate()
hasDelete
public boolean hasDelete()
hasAddComments
public boolean hasAddComments()
hasUpdateComments
public boolean hasUpdateComments()
hasDeleteComments
public boolean hasDeleteComments()
isLocked
public boolean isLocked()
getLockedBy
public String getLockedBy()
getLockExpiration
public String getLockExpiration()
isOwner
public boolean isOwner()
Copyright © 2014. All Rights Reserved.