org.apache.archiva.indexer.merger
Class TemporaryGroupIndex

java.lang.Object
  extended by org.apache.archiva.indexer.merger.TemporaryGroupIndex
All Implemented Interfaces:
Serializable

public class TemporaryGroupIndex
extends Object
implements Serializable

Author:
Olivier Lamy
See Also:
Serialized Form

Field Summary
private  long creationTime
           
private  File directory
           
private  String groupId
           
private  String indexId
           
private  int mergedIndexTtl
           
 
Constructor Summary
TemporaryGroupIndex(File directory, String indexId, String groupId, int mergedIndexTtl)
           
 
Method Summary
 boolean equals(Object o)
           
 long getCreationTime()
           
 File getDirectory()
           
 String getGroupId()
           
 String getIndexId()
           
 int getMergedIndexTtl()
           
 int hashCode()
           
 TemporaryGroupIndex setCreationTime(long creationTime)
           
 TemporaryGroupIndex setDirectory(File directory)
           
 void setGroupId(String groupId)
           
 TemporaryGroupIndex setIndexId(String indexId)
           
 void setMergedIndexTtl(int mergedIndexTtl)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

creationTime

private long creationTime

directory

private File directory

indexId

private String indexId

groupId

private String groupId

mergedIndexTtl

private int mergedIndexTtl
Constructor Detail

TemporaryGroupIndex

public TemporaryGroupIndex(File directory,
                           String indexId,
                           String groupId,
                           int mergedIndexTtl)
Method Detail

getCreationTime

public long getCreationTime()

setCreationTime

public TemporaryGroupIndex setCreationTime(long creationTime)

getDirectory

public File getDirectory()

setDirectory

public TemporaryGroupIndex setDirectory(File directory)

getIndexId

public String getIndexId()

setIndexId

public TemporaryGroupIndex setIndexId(String indexId)

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getMergedIndexTtl

public int getMergedIndexTtl()

setMergedIndexTtl

public void setMergedIndexTtl(int mergedIndexTtl)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.