org.kuali.kfs.vnd.businessobject
Class VendorContact

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.vnd.businessobject.VendorContact
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.PersistableBusinessObject

public class VendorContact
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.Inactivateable

Container for information about how to get in Contact with a person at a Vendor for a particular purpose.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
VendorContact()
          Default constructor.
 
Method Summary
 String getFaxForLookup()
           
 String getPhoneNumberForLookup()
           
 String getTollFreeForLookup()
           
 String getVendorAddressInternationalProvinceName()
           
 String getVendorAttentionName()
           
 String getVendorCityName()
           
 String getVendorContactCommentText()
           
 String getVendorContactEmailAddress()
           
 Integer getVendorContactGeneratedIdentifier()
           
 String getVendorContactName()
           
 List<VendorContactPhoneNumber> getVendorContactPhoneNumbers()
           
 ContactType getVendorContactType()
           
 String getVendorContactTypeCode()
           
 org.kuali.rice.kns.bo.Country getVendorCountry()
           
 String getVendorCountryCode()
           
 VendorDetail getVendorDetail()
           
 Integer getVendorDetailAssignedIdentifier()
           
 Integer getVendorHeaderGeneratedIdentifier()
           
 String getVendorLine1Address()
           
 String getVendorLine2Address()
           
 org.kuali.rice.kns.bo.State getVendorState()
           
 String getVendorStateCode()
           
 String getVendorZipCode()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setFaxForLookup(String faxForLookup)
           
 void setPhoneNumberForLookup(String phoneNumberForLookup)
           
 void setTollFreeForLookup(String tollFreeForLookup)
           
 void setVendorAddressInternationalProvinceName(String vendorAddressInternationalProvinceName)
           
 void setVendorAttentionName(String vendorAttentionName)
           
 void setVendorCityName(String vendorCityName)
           
 void setVendorContactCommentText(String vendorContactCommentText)
           
 void setVendorContactEmailAddress(String vendorContactEmailAddress)
           
 void setVendorContactGeneratedIdentifier(Integer vendorContactGeneratedIdentifier)
           
 void setVendorContactName(String vendorContactName)
           
 void setVendorContactPhoneNumbers(List<VendorContactPhoneNumber> vendorContactPhoneNumbers)
           
 void setVendorContactType(ContactType vendorContactType)
          Deprecated.  
 void setVendorContactTypeCode(String vendorContactTypeCode)
           
 void setVendorCountry(org.kuali.rice.kns.bo.Country vendorCountry)
          Deprecated.  
 void setVendorCountryCode(String vendorCountryCode)
           
 void setVendorDetail(VendorDetail vendorDetail)
           
 void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
           
 void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
           
 void setVendorLine1Address(String vendorLine1Address)
           
 void setVendorLine2Address(String vendorLine2Address)
           
 void setVendorState(org.kuali.rice.kns.bo.State vendorState)
          Deprecated.  
 void setVendorStateCode(String vendorStateCode)
           
 void setVendorZipCode(String vendorZipCode)
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

VendorContact

public VendorContact()
Default constructor.

Method Detail

getVendorContactGeneratedIdentifier

public Integer getVendorContactGeneratedIdentifier()

setVendorContactGeneratedIdentifier

public void setVendorContactGeneratedIdentifier(Integer vendorContactGeneratedIdentifier)

getVendorHeaderGeneratedIdentifier

public Integer getVendorHeaderGeneratedIdentifier()

setVendorHeaderGeneratedIdentifier

public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)

getVendorDetailAssignedIdentifier

public Integer getVendorDetailAssignedIdentifier()

setVendorDetailAssignedIdentifier

public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)

getVendorContactTypeCode

public String getVendorContactTypeCode()

setVendorContactTypeCode

public void setVendorContactTypeCode(String vendorContactTypeCode)

getVendorContactName

public String getVendorContactName()

setVendorContactName

public void setVendorContactName(String vendorContactName)

getVendorContactEmailAddress

public String getVendorContactEmailAddress()

setVendorContactEmailAddress

public void setVendorContactEmailAddress(String vendorContactEmailAddress)

getVendorContactCommentText

public String getVendorContactCommentText()

setVendorContactCommentText

public void setVendorContactCommentText(String vendorContactCommentText)

getVendorContactType

public ContactType getVendorContactType()

setVendorContactType

public void setVendorContactType(ContactType vendorContactType)
Deprecated. 

Sets the vendorContactType attribute.

Parameters:
vendorContactType - The vendorContactType to set.

getVendorDetail

public VendorDetail getVendorDetail()

setVendorDetail

public void setVendorDetail(VendorDetail vendorDetail)

getVendorAddressInternationalProvinceName

public String getVendorAddressInternationalProvinceName()

setVendorAddressInternationalProvinceName

public void setVendorAddressInternationalProvinceName(String vendorAddressInternationalProvinceName)

isActive

public boolean isActive()
Specified by:
isActive in interface org.kuali.rice.kns.bo.Inactivateable

setActive

public void setActive(boolean active)
Specified by:
setActive in interface org.kuali.rice.kns.bo.Inactivateable

getVendorAttentionName

public String getVendorAttentionName()

setVendorAttentionName

public void setVendorAttentionName(String vendorAttentionName)

getVendorCityName

public String getVendorCityName()

setVendorCityName

public void setVendorCityName(String vendorCityName)

getVendorCountryCode

public String getVendorCountryCode()

setVendorCountryCode

public void setVendorCountryCode(String vendorCountryCode)

getVendorLine1Address

public String getVendorLine1Address()

setVendorLine1Address

public void setVendorLine1Address(String vendorLine1Address)

getVendorLine2Address

public String getVendorLine2Address()

setVendorLine2Address

public void setVendorLine2Address(String vendorLine2Address)

getVendorStateCode

public String getVendorStateCode()

setVendorStateCode

public void setVendorStateCode(String vendorStateCode)

getVendorZipCode

public String getVendorZipCode()

setVendorZipCode

public void setVendorZipCode(String vendorZipCode)

getVendorCountry

public org.kuali.rice.kns.bo.Country getVendorCountry()

setVendorCountry

public void setVendorCountry(org.kuali.rice.kns.bo.Country vendorCountry)
Deprecated. 

Sets the vendorCountry attribute value.

Parameters:
vendorCountry - The vendorCountry to set.

getVendorState

public org.kuali.rice.kns.bo.State getVendorState()

setVendorState

public void setVendorState(org.kuali.rice.kns.bo.State vendorState)
Deprecated. 

Sets the vendorState attribute value.

Parameters:
vendorState - The vendorState to set.

getFaxForLookup

public String getFaxForLookup()

setFaxForLookup

public void setFaxForLookup(String faxForLookup)

getPhoneNumberForLookup

public String getPhoneNumberForLookup()

setPhoneNumberForLookup

public void setPhoneNumberForLookup(String phoneNumberForLookup)

getTollFreeForLookup

public String getTollFreeForLookup()

setTollFreeForLookup

public void setTollFreeForLookup(String tollFreeForLookup)

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getVendorContactPhoneNumbers

public List<VendorContactPhoneNumber> getVendorContactPhoneNumbers()

setVendorContactPhoneNumbers

public void setVendorContactPhoneNumbers(List<VendorContactPhoneNumber> vendorContactPhoneNumbers)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.