Skip navigation links

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

E16598-01


com.flashline.registry.openapi.entity
Class Contact

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

All Implemented Interfaces:
java.io.Serializable

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

The Contact class represents individuals that may be associated with an Asset in OER. An Asset may have an arbitrary number of Contacts. Contacts are defined outside the scope of an Asset, and may be added to more than one Asset. Contacts may be manipulated using the contact CRUD-Q subsystem. Contacts may be added to (or removed from) an Asset object using the setContacts() method. The type of a Contact only makes sense when a Contact has been associated with an Asset. Type represents the role that the Contact plays in its association with the Asset. For example, a Contact might have a "developer" role. The type is an arbitrary string.

See Also:
Serialized Form

Constructor Summary
Contact()
           
Contact(long ID, java.lang.String city, java.lang.String company, java.lang.String country, java.lang.String displayName, java.lang.String email, java.lang.String faxNumber, java.lang.String name, java.lang.String phoneNumber, java.lang.String state, java.lang.String street1, java.lang.String street2, java.lang.String type, java.util.Calendar updatedDate, java.lang.String zip)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCity()
          Gets the city value for this Contact.
 java.lang.String getCompany()
          Gets the company value for this Contact.
 java.lang.String getCountry()
          Gets the country value for this Contact.
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 Contact.
 java.lang.String getEmail()
          Gets the email value for this Contact.
 java.lang.String getFaxNumber()
          Gets the faxNumber value for this Contact.
 long getID()
          Gets the ID value for this Contact.
 java.lang.String getName()
          Gets the name value for this Contact.
 java.lang.String getPhoneNumber()
          Gets the phoneNumber value for this Contact.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getState()
          Gets the state value for this Contact.
 java.lang.String getStreet1()
          Gets the street1 value for this Contact.
 java.lang.String getStreet2()
          Gets the street2 value for this Contact.
 java.lang.String getType()
          Gets the type value for this Contact.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.util.Calendar getUpdatedDate()
          Gets the updatedDate value for this Contact.
 java.lang.String getZip()
          Gets the zip value for this Contact.
 int hashCode()
           
 void setCity(java.lang.String city)
          Sets the city value for this Contact.
 void setCompany(java.lang.String company)
          Sets the company value for this Contact.
 void setCountry(java.lang.String country)
          Sets the country value for this Contact.
 void setDisplayName(java.lang.String displayName)
          Sets the displayName value for this Contact.
 void setEmail(java.lang.String email)
          Sets the email value for this Contact.
 void setFaxNumber(java.lang.String faxNumber)
          Sets the faxNumber value for this Contact.
 void setID(long ID)
          Sets the ID value for this Contact.
 void setName(java.lang.String name)
          Sets the name value for this Contact.
 void setPhoneNumber(java.lang.String phoneNumber)
          Sets the phoneNumber value for this Contact.
 void setState(java.lang.String state)
          Sets the state value for this Contact.
 void setStreet1(java.lang.String street1)
          Sets the street1 value for this Contact.
 void setStreet2(java.lang.String street2)
          Sets the street2 value for this Contact.
 void setType(java.lang.String type)
          Sets the type value for this Contact.
 void setUpdatedDate(java.util.Calendar updatedDate)
          Sets the updatedDate value for this Contact.
 void setZip(java.lang.String zip)
          Sets the zip value for this Contact.

 

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

 

Constructor Detail

Contact

public Contact()

Contact

public Contact(long ID,
               java.lang.String city,
               java.lang.String company,
               java.lang.String country,
               java.lang.String displayName,
               java.lang.String email,
               java.lang.String faxNumber,
               java.lang.String name,
               java.lang.String phoneNumber,
               java.lang.String state,
               java.lang.String street1,
               java.lang.String street2,
               java.lang.String type,
               java.util.Calendar updatedDate,
               java.lang.String zip)

Method Detail

getID

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

setID

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

getCity

public java.lang.String getCity()
Gets the city value for this Contact.
Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this Contact.
Parameters:
city -

getCompany

public java.lang.String getCompany()
Gets the company value for this Contact.
Returns:
company

setCompany

public void setCompany(java.lang.String company)
Sets the company value for this Contact.
Parameters:
company -

getCountry

public java.lang.String getCountry()
Gets the country value for this Contact.
Returns:
country

setCountry

public void setCountry(java.lang.String country)
Sets the country value for this Contact.
Parameters:
country -

getDisplayName

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

setDisplayName

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

getEmail

public java.lang.String getEmail()
Gets the email value for this Contact.
Returns:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this Contact.
Parameters:
email -

getFaxNumber

public java.lang.String getFaxNumber()
Gets the faxNumber value for this Contact.
Returns:
faxNumber

setFaxNumber

public void setFaxNumber(java.lang.String faxNumber)
Sets the faxNumber value for this Contact.
Parameters:
faxNumber -

getName

public java.lang.String getName()
Gets the name value for this Contact.
Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Contact.
Parameters:
name -

getPhoneNumber

public java.lang.String getPhoneNumber()
Gets the phoneNumber value for this Contact.
Returns:
phoneNumber

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Sets the phoneNumber value for this Contact.
Parameters:
phoneNumber -

getState

public java.lang.String getState()
Gets the state value for this Contact.
Returns:
state

setState

public void setState(java.lang.String state)
Sets the state value for this Contact.
Parameters:
state -

getStreet1

public java.lang.String getStreet1()
Gets the street1 value for this Contact.
Returns:
street1

setStreet1

public void setStreet1(java.lang.String street1)
Sets the street1 value for this Contact.
Parameters:
street1 -

getStreet2

public java.lang.String getStreet2()
Gets the street2 value for this Contact.
Returns:
street2

setStreet2

public void setStreet2(java.lang.String street2)
Sets the street2 value for this Contact.
Parameters:
street2 -

getType

public java.lang.String getType()
Gets the type value for this Contact.
Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this Contact.
Parameters:
type -

getUpdatedDate

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

setUpdatedDate

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

getZip

public java.lang.String getZip()
Gets the zip value for this Contact.
Returns:
zip

setZip

public void setZip(java.lang.String zip)
Sets the zip value for this Contact.
Parameters:
zip -

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)

E16598-01


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