public abstract class GWTFolderItem extends GWTWorkspaceItem implements com.google.gwt.user.client.rpc.IsSerializable
Modifier and Type | Field and Description |
---|---|
protected long |
length |
protected GWTWorkspaceFolder |
parent |
protected String |
workflowStatus |
creationTime, description, id, isLoading, lastAction, lastModificationTime, name, owner, properties
Modifier | Constructor and Description |
---|---|
protected |
GWTFolderItem() |
|
GWTFolderItem(String id,
String name,
String description,
String owner,
Date creationTime,
GWTProperties properties,
Date lastModificationTime,
GWTWorkspaceItemAction lastAction,
GWTWorkspaceFolder parent,
long length) |
Modifier and Type | Method and Description |
---|---|
List<? extends GWTWorkspaceItem> |
getChildren() |
abstract GWTFolderItemType |
getFolderItemType() |
GWTItemDescription |
getItemDescription() |
long |
getLength() |
GWTWorkspaceItemType |
getType() |
String |
getWorkflowStatus() |
void |
setWorkflowStatus(String workflowStatus) |
countSubTreeChildren, countSubTreeChildren, equals, getCreationTime, getDescription, getIconClass, getId, getLabel, getLastAction, getLastModificationTime, getName, getOwner, getParent, getPath, getProperties, isAncestor, isLoading, isRoot, setDescription, setName, setParent, toString
protected GWTWorkspaceFolder parent
protected long length
protected String workflowStatus
protected GWTFolderItem()
public GWTFolderItem(String id, String name, String description, String owner, Date creationTime, GWTProperties properties, Date lastModificationTime, GWTWorkspaceItemAction lastAction, GWTWorkspaceFolder parent, long length)
public String getWorkflowStatus()
public void setWorkflowStatus(String workflowStatus)
workflowStatus
- the workflowStatus to setpublic GWTItemDescription getItemDescription()
getItemDescription
in class GWTWorkspaceItem
public abstract GWTFolderItemType getFolderItemType()
public GWTWorkspaceItemType getType()
getType
in class GWTWorkspaceItem
public List<? extends GWTWorkspaceItem> getChildren()
getChildren
in class GWTWorkspaceItem
public long getLength()
Copyright © 2016. All Rights Reserved.