public class GWTReportTemplate extends GWTFolderItem implements com.google.gwt.user.client.rpc.IsSerializable
Modifier and Type | Field and Description |
---|---|
protected String |
author |
protected Date |
created |
protected Date |
lastEdit |
protected String |
lastEditBy |
protected int |
numberOfSections |
protected String |
status |
length, parent, workflowStatus
creationTime, description, id, isLoading, lastAction, lastModificationTime, name, owner, properties
Modifier | Constructor and Description |
---|---|
protected |
GWTReportTemplate() |
|
GWTReportTemplate(String id,
String name,
String description,
String owner,
Date creationTime,
GWTProperties properties,
Date lastModificationTime,
GWTWorkspaceItemAction lastAction,
GWTWorkspaceFolder parent,
long length,
Date created,
Date lastEdit,
String author,
String lastEditBy,
int numberOfSections,
String status) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
Date |
getCreated() |
GWTFolderItemType |
getFolderItemType() |
Date |
getLastEdit() |
String |
getLastEditBy() |
int |
getNumberOfSections() |
String |
getStatus() |
getChildren, getItemDescription, getLength, getType, getWorkflowStatus, setWorkflowStatus
countSubTreeChildren, countSubTreeChildren, equals, getCreationTime, getDescription, getIconClass, getId, getLabel, getLastAction, getLastModificationTime, getName, getOwner, getParent, getPath, getProperties, isAncestor, isLoading, isRoot, setDescription, setName, setParent, toString
protected Date created
protected Date lastEdit
protected String author
protected String lastEditBy
protected int numberOfSections
protected String status
protected GWTReportTemplate()
public GWTReportTemplate(String id, String name, String description, String owner, Date creationTime, GWTProperties properties, Date lastModificationTime, GWTWorkspaceItemAction lastAction, GWTWorkspaceFolder parent, long length, Date created, Date lastEdit, String author, String lastEditBy, int numberOfSections, String status)
public GWTFolderItemType getFolderItemType()
getFolderItemType
in class GWTFolderItem
public Date getCreated()
public Date getLastEdit()
public String getAuthor()
public String getLastEditBy()
public int getNumberOfSections()
public String getStatus()
Copyright © 2016. All Rights Reserved.