|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tibco.bpm.web.client.model.types.Duration
public class Duration
TODO Give a useful description of the type.
©2012 TIBCO Software Inc.
| Constructor Summary | |
|---|---|
Duration()
TODO Describe this method |
|
| Method Summary | |
|---|---|
int |
getDay()
TODO Describe this method |
java.math.BigDecimal |
getFraction()
TODO Describe this method |
int |
getHour()
TODO Describe this method |
int |
getMinute()
TODO Describe this method |
int |
getMonth()
TODO Describe this method |
int |
getSecond()
TODO Describe this method |
int |
getSign()
TODO Describe this method |
int |
getYear()
TODO Describe this method |
void |
setDay(int day)
TODO Describe this method |
void |
setFraction(java.math.BigDecimal fraction)
TODO Describe this method |
void |
setHour(int hour)
TODO Describe this method |
void |
setMinute(int minute)
TODO Describe this method |
void |
setMonth(int month)
TODO Describe this method |
void |
setSecond(int second)
TODO Describe this method |
void |
setSign(int sign)
TODO Describe this method |
void |
setYear(int year)
TODO Describe this method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Duration()
| Method Detail |
|---|
public int getSign()
public void setSign(int sign)
sign - The sign to set.public int getYear()
public void setYear(int year)
year - The year to set.public int getMonth()
public void setMonth(int month)
month - The month to set.public int getDay()
public void setDay(int day)
day - The day to set.public int getHour()
public void setHour(int hour)
hour - The hour to set.public int getMinute()
public void setMinute(int minute)
minute - The minute to set.public int getSecond()
public void setSecond(int second)
second - The second to set.public java.math.BigDecimal getFraction()
public void setFraction(java.math.BigDecimal fraction)
fraction - The fraction to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||