org.kuali.kfs.vnd.businessobject
Class VendorContact
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
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
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
extension, versionNumber |
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 interface org.kuali.rice.kns.bo.BusinessObject |
prepareForWorkflow |
VendorContact
public VendorContact()
- Default constructor.
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.