Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.5.0)

E16598-03


com.flashline.registry.openapi.entity
Class AssignedUser

java.lang.Object
  extended by com.flashline.registry.openapi.entity.AssignedUser

All Implemented Interfaces:
java.io.Serializable

public class AssignedUser
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
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)
           

 

Method Summary
 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.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AssignedUser

public AssignedUser()

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)

Method Detail

getID

public long getID()
Gets the ID value for this AssignedUser.
Returns:
ID

setID

public void setID(long ID)
Sets the ID value for this AssignedUser.
Parameters:
ID -

getActiveStatus

public int getActiveStatus()
Gets the activeStatus value for this AssignedUser.
Returns:
activeStatus

setActiveStatus

public void setActiveStatus(int activeStatus)
Sets the activeStatus value for this AssignedUser.
Parameters:
activeStatus -

getAssetID

public long getAssetID()
Gets the assetID value for this AssignedUser.
Returns:
assetID

setAssetID

public void setAssetID(long assetID)
Sets the assetID value for this AssignedUser.
Parameters:
assetID -

getAssignedDate

public java.util.Calendar getAssignedDate()
Gets the assignedDate value for this AssignedUser.
Returns:
assignedDate

setAssignedDate

public void setAssignedDate(java.util.Calendar assignedDate)
Sets the assignedDate value for this AssignedUser.
Parameters:
assignedDate -

getDisplayName

public java.lang.String getDisplayName()
Gets the displayName value for this AssignedUser.
Returns:
displayName

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the displayName value for this AssignedUser.
Parameters:
displayName -

getEmailAddress

public java.lang.String getEmailAddress()
Gets the emailAddress value for this AssignedUser.
Returns:
emailAddress

setEmailAddress

public void setEmailAddress(java.lang.String emailAddress)
Sets the emailAddress value for this AssignedUser.
Parameters:
emailAddress -

getUpdatedDate

public java.util.Calendar getUpdatedDate()
Gets the updatedDate value for this AssignedUser.
Returns:
updatedDate

setUpdatedDate

public void setUpdatedDate(java.util.Calendar updatedDate)
Sets the updatedDate value for this AssignedUser.
Parameters:
updatedDate -

getUserID

public long getUserID()
Gets the userID value for this AssignedUser.
Returns:
userID

setUserID

public void setUserID(long userID)
Sets the userID value for this AssignedUser.
Parameters:
userID -

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

Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1.5.0)

E16598-03


Copyright © 2004-2011, Oracle and/or its affiliates. All rights reserved.