org.gcube.dataaccess.spql.model
Class ParserDate

java.lang.Object
  extended by org.gcube.dataaccess.spql.model.ParserDate

public class ParserDate
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected  int firstToken
           
protected  int secondToken
           
protected  int thirdToken
           
 
Constructor Summary
ParserDate(int firstToken, int secondToken, int thirdToken)
           
ParserDate(String firstToken, String secondToken, String thirdToken)
           
 
Method Summary
 int getFirstToken()
           
 int getSecondToken()
           
 int getThirdToken()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

firstToken

protected int firstToken

secondToken

protected int secondToken

thirdToken

protected int thirdToken
Constructor Detail

ParserDate

public ParserDate(String firstToken,
                  String secondToken,
                  String thirdToken)

ParserDate

public ParserDate(int firstToken,
                  int secondToken,
                  int thirdToken)
Method Detail

getFirstToken

public int getFirstToken()
Returns:
the firstToken

getSecondToken

public int getSecondToken()
Returns:
the secondToken

getThirdToken

public int getThirdToken()
Returns:
the thirdToken

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.