nz.co.econz.nads.timecard1
Class HourBreakdownBean

java.lang.Object
  extended by nz.co.econz.nads.timecard1.HourBreakdownBean
All Implemented Interfaces:
java.io.Serializable

public class HourBreakdownBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
HourBreakdownBean()
           
HourBreakdownBean(java.lang.String userPK, java.lang.String userType, java.lang.String userName, java.lang.String deviceID, int normalHours, int normalMinutes, int normalSeconds, int overTimeHours, int overTimeMinutes, int overTimeSeconds, int extraHours, int extraMinutes, int extraSeconds)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDeviceID()
          Gets the deviceID value for this HourBreakdownBean.
 int getExtraHours()
          Gets the extraHours value for this HourBreakdownBean.
 int getExtraMinutes()
          Gets the extraMinutes value for this HourBreakdownBean.
 int getExtraSeconds()
          Gets the extraSeconds value for this HourBreakdownBean.
 int getNormalHours()
          Gets the normalHours value for this HourBreakdownBean.
 int getNormalMinutes()
          Gets the normalMinutes value for this HourBreakdownBean.
 int getNormalSeconds()
          Gets the normalSeconds value for this HourBreakdownBean.
 int getOverTimeHours()
          Gets the overTimeHours value for this HourBreakdownBean.
 int getOverTimeMinutes()
          Gets the overTimeMinutes value for this HourBreakdownBean.
 int getOverTimeSeconds()
          Gets the overTimeSeconds value for this HourBreakdownBean.
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
 java.lang.String getUserName()
          Gets the userName value for this HourBreakdownBean.
 java.lang.String getUserPK()
          Gets the userPK value for this HourBreakdownBean.
 java.lang.String getUserType()
          Gets the userType value for this HourBreakdownBean.
 int hashCode()
           
 void setDeviceID(java.lang.String deviceID)
          Sets the deviceID value for this HourBreakdownBean.
 void setExtraHours(int extraHours)
          Sets the extraHours value for this HourBreakdownBean.
 void setExtraMinutes(int extraMinutes)
          Sets the extraMinutes value for this HourBreakdownBean.
 void setExtraSeconds(int extraSeconds)
          Sets the extraSeconds value for this HourBreakdownBean.
 void setNormalHours(int normalHours)
          Sets the normalHours value for this HourBreakdownBean.
 void setNormalMinutes(int normalMinutes)
          Sets the normalMinutes value for this HourBreakdownBean.
 void setNormalSeconds(int normalSeconds)
          Sets the normalSeconds value for this HourBreakdownBean.
 void setOverTimeHours(int overTimeHours)
          Sets the overTimeHours value for this HourBreakdownBean.
 void setOverTimeMinutes(int overTimeMinutes)
          Sets the overTimeMinutes value for this HourBreakdownBean.
 void setOverTimeSeconds(int overTimeSeconds)
          Sets the overTimeSeconds value for this HourBreakdownBean.
 void setUserName(java.lang.String userName)
          Sets the userName value for this HourBreakdownBean.
 void setUserPK(java.lang.String userPK)
          Sets the userPK value for this HourBreakdownBean.
 void setUserType(java.lang.String userType)
          Sets the userType value for this HourBreakdownBean.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HourBreakdownBean

public HourBreakdownBean()

HourBreakdownBean

public HourBreakdownBean(java.lang.String userPK,
                         java.lang.String userType,
                         java.lang.String userName,
                         java.lang.String deviceID,
                         int normalHours,
                         int normalMinutes,
                         int normalSeconds,
                         int overTimeHours,
                         int overTimeMinutes,
                         int overTimeSeconds,
                         int extraHours,
                         int extraMinutes,
                         int extraSeconds)
Method Detail

getUserPK

public java.lang.String getUserPK()
Gets the userPK value for this HourBreakdownBean.

Returns:
userPK

setUserPK

public void setUserPK(java.lang.String userPK)
Sets the userPK value for this HourBreakdownBean.

Parameters:
userPK -

getUserType

public java.lang.String getUserType()
Gets the userType value for this HourBreakdownBean.

Returns:
userType

setUserType

public void setUserType(java.lang.String userType)
Sets the userType value for this HourBreakdownBean.

Parameters:
userType -

getUserName

public java.lang.String getUserName()
Gets the userName value for this HourBreakdownBean.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this HourBreakdownBean.

Parameters:
userName -

getDeviceID

public java.lang.String getDeviceID()
Gets the deviceID value for this HourBreakdownBean.

Returns:
deviceID

setDeviceID

public void setDeviceID(java.lang.String deviceID)
Sets the deviceID value for this HourBreakdownBean.

Parameters:
deviceID -

getNormalHours

public int getNormalHours()
Gets the normalHours value for this HourBreakdownBean.

Returns:
normalHours

setNormalHours

public void setNormalHours(int normalHours)
Sets the normalHours value for this HourBreakdownBean.

Parameters:
normalHours -

getNormalMinutes

public int getNormalMinutes()
Gets the normalMinutes value for this HourBreakdownBean.

Returns:
normalMinutes

setNormalMinutes

public void setNormalMinutes(int normalMinutes)
Sets the normalMinutes value for this HourBreakdownBean.

Parameters:
normalMinutes -

getNormalSeconds

public int getNormalSeconds()
Gets the normalSeconds value for this HourBreakdownBean.

Returns:
normalSeconds

setNormalSeconds

public void setNormalSeconds(int normalSeconds)
Sets the normalSeconds value for this HourBreakdownBean.

Parameters:
normalSeconds -

getOverTimeHours

public int getOverTimeHours()
Gets the overTimeHours value for this HourBreakdownBean.

Returns:
overTimeHours

setOverTimeHours

public void setOverTimeHours(int overTimeHours)
Sets the overTimeHours value for this HourBreakdownBean.

Parameters:
overTimeHours -

getOverTimeMinutes

public int getOverTimeMinutes()
Gets the overTimeMinutes value for this HourBreakdownBean.

Returns:
overTimeMinutes

setOverTimeMinutes

public void setOverTimeMinutes(int overTimeMinutes)
Sets the overTimeMinutes value for this HourBreakdownBean.

Parameters:
overTimeMinutes -

getOverTimeSeconds

public int getOverTimeSeconds()
Gets the overTimeSeconds value for this HourBreakdownBean.

Returns:
overTimeSeconds

setOverTimeSeconds

public void setOverTimeSeconds(int overTimeSeconds)
Sets the overTimeSeconds value for this HourBreakdownBean.

Parameters:
overTimeSeconds -

getExtraHours

public int getExtraHours()
Gets the extraHours value for this HourBreakdownBean.

Returns:
extraHours

setExtraHours

public void setExtraHours(int extraHours)
Sets the extraHours value for this HourBreakdownBean.

Parameters:
extraHours -

getExtraMinutes

public int getExtraMinutes()
Gets the extraMinutes value for this HourBreakdownBean.

Returns:
extraMinutes

setExtraMinutes

public void setExtraMinutes(int extraMinutes)
Sets the extraMinutes value for this HourBreakdownBean.

Parameters:
extraMinutes -

getExtraSeconds

public int getExtraSeconds()
Gets the extraSeconds value for this HourBreakdownBean.

Returns:
extraSeconds

setExtraSeconds

public void setExtraSeconds(int extraSeconds)
Sets the extraSeconds value for this HourBreakdownBean.

Parameters:
extraSeconds -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2017 The Electronic Company of New Zealand (1971) Limited