org.jasig.portal.groups.filesystem
Class FileSystemGroupStore.GroupHolder

java.lang.Object
  extended by org.jasig.portal.groups.filesystem.FileSystemGroupStore.GroupHolder
Enclosing class:
FileSystemGroupStore

private class FileSystemGroupStore.GroupHolder
extends java.lang.Object


Field Summary
private  IEntityGroup group
           
private  long lastModified
           
 
Constructor Summary
protected FileSystemGroupStore.GroupHolder(IEntityGroup g, long lm)
           
 
Method Summary
protected  IEntityGroup getGroup()
           
protected  long getLastModified()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastModified

private long lastModified

group

private IEntityGroup group
Constructor Detail

FileSystemGroupStore.GroupHolder

protected FileSystemGroupStore.GroupHolder(IEntityGroup g,
                                           long lm)
Method Detail

getGroup

protected IEntityGroup getGroup()

getLastModified

protected long getLastModified()