com.trackstudio.tools
Class VersionedAttachment

java.lang.Object
  extended by com.trackstudio.tools.VersionedAttachment

public class VersionedAttachment
extends java.lang.Object


Constructor Summary
VersionedAttachment()
           
 
Method Summary
 AttachmentCacheItem getCurrent()
           
 AttachmentCacheItem getForVersion(java.util.Calendar c)
           
 java.util.List<java.util.Calendar> getVersions()
           
 void put(AttachmentCacheItem file)
           
 void remove(AttachmentCacheItem file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionedAttachment

public VersionedAttachment()
Method Detail

getCurrent

public AttachmentCacheItem getCurrent()

put

public void put(AttachmentCacheItem file)

remove

public void remove(AttachmentCacheItem file)

getVersions

public java.util.List<java.util.Calendar> getVersions()

getForVersion

public AttachmentCacheItem getForVersion(java.util.Calendar c)


Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.