nz.co.econz.nads.timecard1
Class DetailedHourBreakdownBean

java.lang.Object
  extended by nz.co.econz.nads.timecard1.DetailedHourBreakdownBean
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DetailedHourBreakdownBeanWithMileage, DetailedHourBreakdownBeanWithRateCode

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

See Also:
Serialized Form

Constructor Summary
DetailedHourBreakdownBean()
           
DetailedHourBreakdownBean(java.lang.String userPrimaryKey, java.lang.String userType, java.lang.String userName, java.lang.String deviceID, java.util.Calendar dateStart, java.util.Calendar dateEnd, java.lang.String timeZoneOffset, EventType startEventType, EventType endEventType, java.lang.String teamName, java.lang.String taskName, java.lang.String subtaskName, int normalHours, int normalMinutes, int normalSeconds, int overTimeHours, int overTimeMinutes, int overTimeSeconds, int extraHours, int extraMinutes, int extraSeconds, CustomField[] customFieldArray)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CustomField[] getCustomFieldArray()
          Gets the customFieldArray value for this DetailedHourBreakdownBean.
 java.util.Calendar getDateEnd()
          Gets the dateEnd value for this DetailedHourBreakdownBean.
 java.util.Calendar getDateStart()
          Gets the dateStart value for this DetailedHourBreakdownBean.
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 DetailedHourBreakdownBean.
 EventType getEndEventType()
          Gets the endEventType value for this DetailedHourBreakdownBean.
 int getExtraHours()
          Gets the extraHours value for this DetailedHourBreakdownBean.
 int getExtraMinutes()
          Gets the extraMinutes value for this DetailedHourBreakdownBean.
 int getExtraSeconds()
          Gets the extraSeconds value for this DetailedHourBreakdownBean.
 int getNormalHours()
          Gets the normalHours value for this DetailedHourBreakdownBean.
 int getNormalMinutes()
          Gets the normalMinutes value for this DetailedHourBreakdownBean.
 int getNormalSeconds()
          Gets the normalSeconds value for this DetailedHourBreakdownBean.
 int getOverTimeHours()
          Gets the overTimeHours value for this DetailedHourBreakdownBean.
 int getOverTimeMinutes()
          Gets the overTimeMinutes value for this DetailedHourBreakdownBean.
 int getOverTimeSeconds()
          Gets the overTimeSeconds value for this DetailedHourBreakdownBean.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 EventType getStartEventType()
          Gets the startEventType value for this DetailedHourBreakdownBean.
 java.lang.String getSubtaskName()
          Gets the subtaskName value for this DetailedHourBreakdownBean.
 java.lang.String getTaskName()
          Gets the taskName value for this DetailedHourBreakdownBean.
 java.lang.String getTeamName()
          Gets the teamName value for this DetailedHourBreakdownBean.
 java.lang.String getTimeZoneOffset()
          Gets the timeZoneOffset value for this DetailedHourBreakdownBean.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUserName()
          Gets the userName value for this DetailedHourBreakdownBean.
 java.lang.String getUserPrimaryKey()
          Gets the userPrimaryKey value for this DetailedHourBreakdownBean.
 java.lang.String getUserType()
          Gets the userType value for this DetailedHourBreakdownBean.
 int hashCode()
           
 void setCustomFieldArray(CustomField[] customFieldArray)
          Sets the customFieldArray value for this DetailedHourBreakdownBean.
 void setDateEnd(java.util.Calendar dateEnd)
          Sets the dateEnd value for this DetailedHourBreakdownBean.
 void setDateStart(java.util.Calendar dateStart)
          Sets the dateStart value for this DetailedHourBreakdownBean.
 void setDeviceID(java.lang.String deviceID)
          Sets the deviceID value for this DetailedHourBreakdownBean.
 void setEndEventType(EventType endEventType)
          Sets the endEventType value for this DetailedHourBreakdownBean.
 void setExtraHours(int extraHours)
          Sets the extraHours value for this DetailedHourBreakdownBean.
 void setExtraMinutes(int extraMinutes)
          Sets the extraMinutes value for this DetailedHourBreakdownBean.
 void setExtraSeconds(int extraSeconds)
          Sets the extraSeconds value for this DetailedHourBreakdownBean.
 void setNormalHours(int normalHours)
          Sets the normalHours value for this DetailedHourBreakdownBean.
 void setNormalMinutes(int normalMinutes)
          Sets the normalMinutes value for this DetailedHourBreakdownBean.
 void setNormalSeconds(int normalSeconds)
          Sets the normalSeconds value for this DetailedHourBreakdownBean.
 void setOverTimeHours(int overTimeHours)
          Sets the overTimeHours value for this DetailedHourBreakdownBean.
 void setOverTimeMinutes(int overTimeMinutes)
          Sets the overTimeMinutes value for this DetailedHourBreakdownBean.
 void setOverTimeSeconds(int overTimeSeconds)
          Sets the overTimeSeconds value for this DetailedHourBreakdownBean.
 void setStartEventType(EventType startEventType)
          Sets the startEventType value for this DetailedHourBreakdownBean.
 void setSubtaskName(java.lang.String subtaskName)
          Sets the subtaskName value for this DetailedHourBreakdownBean.
 void setTaskName(java.lang.String taskName)
          Sets the taskName value for this DetailedHourBreakdownBean.
 void setTeamName(java.lang.String teamName)
          Sets the teamName value for this DetailedHourBreakdownBean.
 void setTimeZoneOffset(java.lang.String timeZoneOffset)
          Sets the timeZoneOffset value for this DetailedHourBreakdownBean.
 void setUserName(java.lang.String userName)
          Sets the userName value for this DetailedHourBreakdownBean.
 void setUserPrimaryKey(java.lang.String userPrimaryKey)
          Sets the userPrimaryKey value for this DetailedHourBreakdownBean.
 void setUserType(java.lang.String userType)
          Sets the userType value for this DetailedHourBreakdownBean.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailedHourBreakdownBean

public DetailedHourBreakdownBean()

DetailedHourBreakdownBean

public DetailedHourBreakdownBean(java.lang.String userPrimaryKey,
                                 java.lang.String userType,
                                 java.lang.String userName,
                                 java.lang.String deviceID,
                                 java.util.Calendar dateStart,
                                 java.util.Calendar dateEnd,
                                 java.lang.String timeZoneOffset,
                                 EventType startEventType,
                                 EventType endEventType,
                                 java.lang.String teamName,
                                 java.lang.String taskName,
                                 java.lang.String subtaskName,
                                 int normalHours,
                                 int normalMinutes,
                                 int normalSeconds,
                                 int overTimeHours,
                                 int overTimeMinutes,
                                 int overTimeSeconds,
                                 int extraHours,
                                 int extraMinutes,
                                 int extraSeconds,
                                 CustomField[] customFieldArray)
Method Detail

getUserPrimaryKey

public java.lang.String getUserPrimaryKey()
Gets the userPrimaryKey value for this DetailedHourBreakdownBean.

Returns:
userPrimaryKey

setUserPrimaryKey

public void setUserPrimaryKey(java.lang.String userPrimaryKey)
Sets the userPrimaryKey value for this DetailedHourBreakdownBean.

Parameters:
userPrimaryKey -

getUserType

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

Returns:
userType

setUserType

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

Parameters:
userType -

getUserName

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

Returns:
userName

setUserName

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

Parameters:
userName -

getDeviceID

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

Returns:
deviceID

setDeviceID

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

Parameters:
deviceID -

getDateStart

public java.util.Calendar getDateStart()
Gets the dateStart value for this DetailedHourBreakdownBean.

Returns:
dateStart

setDateStart

public void setDateStart(java.util.Calendar dateStart)
Sets the dateStart value for this DetailedHourBreakdownBean.

Parameters:
dateStart -

getDateEnd

public java.util.Calendar getDateEnd()
Gets the dateEnd value for this DetailedHourBreakdownBean.

Returns:
dateEnd

setDateEnd

public void setDateEnd(java.util.Calendar dateEnd)
Sets the dateEnd value for this DetailedHourBreakdownBean.

Parameters:
dateEnd -

getTimeZoneOffset

public java.lang.String getTimeZoneOffset()
Gets the timeZoneOffset value for this DetailedHourBreakdownBean.

Returns:
timeZoneOffset

setTimeZoneOffset

public void setTimeZoneOffset(java.lang.String timeZoneOffset)
Sets the timeZoneOffset value for this DetailedHourBreakdownBean.

Parameters:
timeZoneOffset -

getStartEventType

public EventType getStartEventType()
Gets the startEventType value for this DetailedHourBreakdownBean.

Returns:
startEventType

setStartEventType

public void setStartEventType(EventType startEventType)
Sets the startEventType value for this DetailedHourBreakdownBean.

Parameters:
startEventType -

getEndEventType

public EventType getEndEventType()
Gets the endEventType value for this DetailedHourBreakdownBean.

Returns:
endEventType

setEndEventType

public void setEndEventType(EventType endEventType)
Sets the endEventType value for this DetailedHourBreakdownBean.

Parameters:
endEventType -

getTeamName

public java.lang.String getTeamName()
Gets the teamName value for this DetailedHourBreakdownBean.

Returns:
teamName

setTeamName

public void setTeamName(java.lang.String teamName)
Sets the teamName value for this DetailedHourBreakdownBean.

Parameters:
teamName -

getTaskName

public java.lang.String getTaskName()
Gets the taskName value for this DetailedHourBreakdownBean.

Returns:
taskName

setTaskName

public void setTaskName(java.lang.String taskName)
Sets the taskName value for this DetailedHourBreakdownBean.

Parameters:
taskName -

getSubtaskName

public java.lang.String getSubtaskName()
Gets the subtaskName value for this DetailedHourBreakdownBean.

Returns:
subtaskName

setSubtaskName

public void setSubtaskName(java.lang.String subtaskName)
Sets the subtaskName value for this DetailedHourBreakdownBean.

Parameters:
subtaskName -

getNormalHours

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

Returns:
normalHours

setNormalHours

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

Parameters:
normalHours -

getNormalMinutes

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

Returns:
normalMinutes

setNormalMinutes

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

Parameters:
normalMinutes -

getNormalSeconds

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

Returns:
normalSeconds

setNormalSeconds

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

Parameters:
normalSeconds -

getOverTimeHours

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

Returns:
overTimeHours

setOverTimeHours

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

Parameters:
overTimeHours -

getOverTimeMinutes

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

Returns:
overTimeMinutes

setOverTimeMinutes

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

Parameters:
overTimeMinutes -

getOverTimeSeconds

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

Returns:
overTimeSeconds

setOverTimeSeconds

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

Parameters:
overTimeSeconds -

getExtraHours

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

Returns:
extraHours

setExtraHours

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

Parameters:
extraHours -

getExtraMinutes

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

Returns:
extraMinutes

setExtraMinutes

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

Parameters:
extraMinutes -

getExtraSeconds

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

Returns:
extraSeconds

setExtraSeconds

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

Parameters:
extraSeconds -

getCustomFieldArray

public CustomField[] getCustomFieldArray()
Gets the customFieldArray value for this DetailedHourBreakdownBean.

Returns:
customFieldArray

setCustomFieldArray

public void setCustomFieldArray(CustomField[] customFieldArray)
Sets the customFieldArray value for this DetailedHourBreakdownBean.

Parameters:
customFieldArray -

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