public class VendorContact extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
VendorContact()
Default constructor.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
protected Integer vendorContactGeneratedIdentifier
protected Integer vendorHeaderGeneratedIdentifier
protected Integer vendorDetailAssignedIdentifier
protected String vendorContactTypeCode
protected String vendorContactName
protected String vendorContactEmailAddress
protected String vendorContactCommentText
protected String vendorLine1Address
protected String vendorLine2Address
protected String vendorCityName
protected String vendorStateCode
protected String vendorZipCode
protected String vendorCountryCode
protected String vendorAttentionName
protected String vendorAddressInternationalProvinceName
protected boolean active
protected String phoneNumberForLookup
protected String tollFreeForLookup
protected String faxForLookup
protected List<VendorContactPhoneNumber> vendorContactPhoneNumbers
protected VendorDetail vendorDetail
protected ContactType vendorContactType
protected org.kuali.rice.location.framework.state.StateEbo vendorState
protected org.kuali.rice.location.framework.country.CountryEbo vendorCountry
protected Account vendorAccounts
public VendorContact()
public Integer getVendorContactGeneratedIdentifier()
public void setVendorContactGeneratedIdentifier(Integer vendorContactGeneratedIdentifier)
public Integer getVendorHeaderGeneratedIdentifier()
public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
public Integer getVendorDetailAssignedIdentifier()
public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
public String getVendorContactTypeCode()
public void setVendorContactTypeCode(String vendorContactTypeCode)
public String getVendorContactName()
public void setVendorContactName(String vendorContactName)
public String getVendorContactEmailAddress()
public void setVendorContactEmailAddress(String vendorContactEmailAddress)
public String getVendorContactCommentText()
public void setVendorContactCommentText(String vendorContactCommentText)
public ContactType getVendorContactType()
public void setVendorContactType(ContactType vendorContactType)
public VendorDetail getVendorDetail()
public void setVendorDetail(VendorDetail vendorDetail)
public String getVendorAddressInternationalProvinceName()
public void setVendorAddressInternationalProvinceName(String vendorAddressInternationalProvinceName)
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
public String getVendorAttentionName()
public void setVendorAttentionName(String vendorAttentionName)
public String getVendorCityName()
public void setVendorCityName(String vendorCityName)
public String getVendorCountryCode()
public void setVendorCountryCode(String vendorCountryCode)
public String getVendorLine1Address()
public void setVendorLine1Address(String vendorLine1Address)
public String getVendorLine2Address()
public void setVendorLine2Address(String vendorLine2Address)
public String getVendorStateCode()
public void setVendorStateCode(String vendorStateCode)
public String getVendorZipCode()
public void setVendorZipCode(String vendorZipCode)
public org.kuali.rice.location.framework.country.CountryEbo getVendorCountry()
public void setVendorCountry(org.kuali.rice.location.framework.country.CountryEbo vendorCountry)
public org.kuali.rice.location.framework.state.StateEbo getVendorState()
public void setVendorState(org.kuali.rice.location.framework.state.StateEbo vendorState)
public String getFaxForLookup()
public void setFaxForLookup(String faxForLookup)
public String getPhoneNumberForLookup()
public void setPhoneNumberForLookup(String phoneNumberForLookup)
public String getTollFreeForLookup()
public void setTollFreeForLookup(String tollFreeForLookup)
public List<VendorContactPhoneNumber> getVendorContactPhoneNumbers()
public void setVendorContactPhoneNumbers(List<VendorContactPhoneNumber> vendorContactPhoneNumbers)
public Account getVendorAccounts()
public void setVendorAccounts(Account vendorAccounts)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.