public class AssignedUser
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AssignedUser() |
AssignedUser(long ID,
int activeStatus,
long assetID,
java.util.Calendar assignedDate,
java.lang.String displayName,
java.lang.String emailAddress,
java.util.Calendar updatedDate,
long userID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActiveStatus()
Gets the activeStatus value for this AssignedUser.
|
long |
getAssetID()
Gets the assetID value for this AssignedUser.
|
java.util.Calendar |
getAssignedDate()
Gets the assignedDate value for this AssignedUser.
|
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 |
getDisplayName()
Gets the displayName value for this AssignedUser.
|
java.lang.String |
getEmailAddress()
Gets the emailAddress value for this AssignedUser.
|
long |
getID()
Gets the ID value for this AssignedUser.
|
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.util.Calendar |
getUpdatedDate()
Gets the updatedDate value for this AssignedUser.
|
long |
getUserID()
Gets the userID value for this AssignedUser.
|
int |
hashCode() |
void |
setActiveStatus(int activeStatus)
Sets the activeStatus value for this AssignedUser.
|
void |
setAssetID(long assetID)
Sets the assetID value for this AssignedUser.
|
void |
setAssignedDate(java.util.Calendar assignedDate)
Sets the assignedDate value for this AssignedUser.
|
void |
setDisplayName(java.lang.String displayName)
Sets the displayName value for this AssignedUser.
|
void |
setEmailAddress(java.lang.String emailAddress)
Sets the emailAddress value for this AssignedUser.
|
void |
setID(long ID)
Sets the ID value for this AssignedUser.
|
void |
setUpdatedDate(java.util.Calendar updatedDate)
Sets the updatedDate value for this AssignedUser.
|
void |
setUserID(long userID)
Sets the userID value for this AssignedUser.
|
public AssignedUser()
public AssignedUser(long ID,
int activeStatus,
long assetID,
java.util.Calendar assignedDate,
java.lang.String displayName,
java.lang.String emailAddress,
java.util.Calendar updatedDate,
long userID)
public long getID()
public void setID(long ID)
ID - public int getActiveStatus()
public void setActiveStatus(int activeStatus)
activeStatus - public long getAssetID()
public void setAssetID(long assetID)
assetID - public java.util.Calendar getAssignedDate()
public void setAssignedDate(java.util.Calendar assignedDate)
assignedDate - public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - public java.lang.String getEmailAddress()
public void setEmailAddress(java.lang.String emailAddress)
emailAddress - public java.util.Calendar getUpdatedDate()
public void setUpdatedDate(java.util.Calendar updatedDate)
updatedDate - public long getUserID()
public void setUserID(long userID)
userID - 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)