org.sonar.batch.components
Class Period

java.lang.Object
  extended by org.sonar.batch.components.Period

public class Period
extends Object


Constructor Summary
Period(int index, Date date)
           
 
Method Summary
 Date getDate()
           
 int getIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Period

public Period(int index,
              @Nullable
              Date date)
Method Detail

getIndex

public int getIndex()

getDate

@CheckForNull
public Date getDate()


Copyright © 2009–2015 SonarSource. All rights reserved.