|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.mytrendtimer.trendtimer.PeriodicPerf
public class PeriodicPerf
Represent the Periodic (months/years) performance calculation
| Constructor Summary | |
|---|---|
PeriodicPerf(int monthArg,
int yearArg,
float perfArg)
Main constructor used to instanciate PeriodicPerf objects generated. |
|
| Method Summary | |
|---|---|
int |
getMonth()
Return the month of the performance (1=jan, 2 = feb etc...) |
float |
getPerf()
Return the performance in human readable format 5% = 5.0 |
float |
getPerfPerc()
Return the performance in a chainable format : +5% is 1.05 |
int |
getYear()
Return the year of the performance (2000, 2001 etc...) |
java.lang.String |
getYearStr()
Return the year of the performance as a string ("2000", "2001" etc...) |
java.lang.String |
toCSV()
Display periodic performance objects in a comma separated format |
java.lang.String |
toString()
Display periodic performance objects |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PeriodicPerf(int monthArg,
int yearArg,
float perfArg)
monthArg - Month of the Performance (1=Jan, 2=Feb etc...)yearArg - Year of the Performance (2000, 2001 etc...)perfArg - The Performance itself, in human readable format 5% = 5.0)| Method Detail |
|---|
public int getMonth()
public float getPerf()
public float getPerfPerc()
public int getYear()
public java.lang.String getYearStr()
public java.lang.String toCSV()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||