com.sas.hls.resource.workspace
Class WorkspaceFolder

java.lang.Object
  extended by com.sas.hls.resource.workspace.WorkspaceResource
      extended by com.sas.hls.resource.workspace.WorkspaceFolder
All Implemented Interfaces:
Resource, Serializable

public class WorkspaceFolder
extends WorkspaceResource

Represents a folder in the workspace.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sas.hls.resource.workspace.WorkspaceResource
lastModifiedDate, path
 
Constructor Summary
WorkspaceFolder(String path, Date date)
          Constructs a client-side DTO representing a folder in the workspace.
 
Method Summary
 
Methods inherited from class com.sas.hls.resource.workspace.WorkspaceResource
equals, getLastModifiedDate, getPath, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkspaceFolder

public WorkspaceFolder(String path,
                       Date date)
Constructs a client-side DTO representing a folder in the workspace.

Parameters:
path - The path of the folder
date - The lastModifiedDate of the folder


Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA