|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.co.econz.nads.timecard1.EventBean
public class EventBean
Constructor Summary | |
---|---|
EventBean()
|
|
EventBean(java.util.Calendar whenOccured,
java.lang.String eventID,
EventType eventType,
java.lang.String userName,
java.lang.String deviceID,
java.lang.String userPK,
java.lang.String userType,
int updateIndex)
|
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 EventBean. |
java.lang.String |
getEventID()
Gets the eventID value for this EventBean. |
EventType |
getEventType()
Gets the eventType value for this EventBean. |
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 |
getUpdateIndex()
Gets the updateIndex value for this EventBean. |
java.lang.String |
getUserName()
Gets the userName value for this EventBean. |
java.lang.String |
getUserPK()
Gets the userPK value for this EventBean. |
java.lang.String |
getUserType()
Gets the userType value for this EventBean. |
java.util.Calendar |
getWhenOccured()
Gets the whenOccured value for this EventBean. |
int |
hashCode()
|
void |
setDeviceID(java.lang.String deviceID)
Sets the deviceID value for this EventBean. |
void |
setEventID(java.lang.String eventID)
Sets the eventID value for this EventBean. |
void |
setEventType(EventType eventType)
Sets the eventType value for this EventBean. |
void |
setUpdateIndex(int updateIndex)
Sets the updateIndex value for this EventBean. |
void |
setUserName(java.lang.String userName)
Sets the userName value for this EventBean. |
void |
setUserPK(java.lang.String userPK)
Sets the userPK value for this EventBean. |
void |
setUserType(java.lang.String userType)
Sets the userType value for this EventBean. |
void |
setWhenOccured(java.util.Calendar whenOccured)
Sets the whenOccured value for this EventBean. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventBean()
public EventBean(java.util.Calendar whenOccured, java.lang.String eventID, EventType eventType, java.lang.String userName, java.lang.String deviceID, java.lang.String userPK, java.lang.String userType, int updateIndex)
Method Detail |
---|
public java.util.Calendar getWhenOccured()
public void setWhenOccured(java.util.Calendar whenOccured)
whenOccured
- public java.lang.String getEventID()
public void setEventID(java.lang.String eventID)
eventID
- public EventType getEventType()
public void setEventType(EventType eventType)
eventType
- public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName
- public java.lang.String getDeviceID()
public void setDeviceID(java.lang.String deviceID)
deviceID
- public java.lang.String getUserPK()
public void setUserPK(java.lang.String userPK)
userPK
- public java.lang.String getUserType()
public void setUserType(java.lang.String userType)
userType
- public int getUpdateIndex()
public void setUpdateIndex(int updateIndex)
updateIndex
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |