|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.client.soap.portal.kernel.cal.Duration
public class Duration
| Constructor Summary | |
|---|---|
Duration()
|
|
Duration(int days,
int hours,
long interval,
int minutes,
int seconds,
int weeks)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getDays()
Gets the days value for this Duration. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getHours()
Gets the hours value for this Duration. |
long |
getInterval()
Gets the interval value for this Duration. |
int |
getMinutes()
Gets the minutes value for this Duration. |
int |
getSeconds()
Gets the seconds value for this Duration. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
getWeeks()
Gets the weeks value for this Duration. |
int |
hashCode()
|
void |
setDays(int days)
Sets the days value for this Duration. |
void |
setHours(int hours)
Sets the hours value for this Duration. |
void |
setInterval(long interval)
Sets the interval value for this Duration. |
void |
setMinutes(int minutes)
Sets the minutes value for this Duration. |
void |
setSeconds(int seconds)
Sets the seconds value for this Duration. |
void |
setWeeks(int weeks)
Sets the weeks value for this Duration. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Duration()
public Duration(int days,
int hours,
long interval,
int minutes,
int seconds,
int weeks)
| Method Detail |
|---|
public int getDays()
public void setDays(int days)
days - public int getHours()
public void setHours(int hours)
hours - public long getInterval()
public void setInterval(long interval)
interval - public int getMinutes()
public void setMinutes(int minutes)
minutes - public int getSeconds()
public void setSeconds(int seconds)
seconds - public int getWeeks()
public void setWeeks(int weeks)
weeks - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||