com.endeca.itl.recordstore
Class GenerationInfo

java.lang.Object
  extended by com.endeca.itl.recordstore.GenerationInfo

public class GenerationInfo
extends Object

This class holds the creation time and the status of a generation.


Constructor Summary
GenerationInfo()
           
GenerationInfo(GenerationId generationId, Date creationTime, GenerationStatus generationStatus)
           
 
Method Summary
 boolean equals(Object other)
           
 Date getCreationTime()
           
 GenerationId getGenerationId()
           
 GenerationStatus getGenerationStatus()
           
 int hashCode()
           
 void setCreationTime(Date value)
           
 void setGenerationId(GenerationId value)
           
 void setGenerationStatus(GenerationStatus value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenerationInfo

public GenerationInfo()

GenerationInfo

public GenerationInfo(GenerationId generationId,
                      Date creationTime,
                      GenerationStatus generationStatus)
Method Detail

getGenerationId

public GenerationId getGenerationId()

setGenerationId

public void setGenerationId(GenerationId value)

getCreationTime

public Date getCreationTime()

setCreationTime

public void setCreationTime(Date value)

getGenerationStatus

public GenerationStatus getGenerationStatus()

setGenerationStatus

public void setGenerationStatus(GenerationStatus value)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.