com.sas.hls.resource.repository
Class RepositoryContainer

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

public class RepositoryContainer
extends RepositoryResource

Client side representation of a generic container 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
RepositoryContainer(String path, Date lastModified, List<Attribute> attributes)
           
 
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

RepositoryContainer

public RepositoryContainer(String path,
                           Date lastModified,
                           List<Attribute> attributes)
Parameters:
path - Path of the resource in the repository
lastModified - The date the resource was last modified
attributes - Attributes defined on the resource.


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