com.sas.hls.resource.repository
Class RepositoryFolder

java.lang.Object
  extended by com.sas.hls.resource.repository.RepositoryResource
      extended by com.sas.hls.resource.repository.RepositoryContainer
          extended by com.sas.hls.resource.repository.RepositoryFolder
All Implemented Interfaces:
Resource, Serializable

public class RepositoryFolder
extends RepositoryContainer

Client side representation of a folder in the SAS Drug Development repository.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sas.hls.resource.repository.RepositoryResource
attributes, lastModifiedDate, path
 
Constructor Summary
RepositoryFolder(String path, Date lastModified, List<Attribute> attributes)
          Constructor for a RepositoryFolder.
 
Method Summary
 
Methods inherited from class com.sas.hls.resource.repository.RepositoryResource
equals, getAttribute, getAttributes, getLastModifiedDate, getPath, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryFolder

public RepositoryFolder(String path,
                        Date lastModified,
                        List<Attribute> attributes)
Constructor for a RepositoryFolder.

Parameters:
path - Path of the folder in the repository
lastModified - The date the folder was last modified
attributes - Attributes defined on the folder.


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