edu.sampleu.financial.bo
Class VendorAddress
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
edu.sampleu.financial.bo.VendorAddress
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Inactivatable, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, MutableInactivatable, PersistableBusinessObject
public class VendorAddress
- extends PersistableBusinessObjectBase
- implements MutableInactivatable
Address to be associated with a particular Vendor.
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase |
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 |
VendorAddress
public VendorAddress()
- Default constructor.
getVendorAddressGeneratedIdentifier
public Integer getVendorAddressGeneratedIdentifier()
setVendorAddressGeneratedIdentifier
public void setVendorAddressGeneratedIdentifier(Integer vendorAddressGeneratedIdentifier)
getVendorHeaderGeneratedIdentifier
public Integer getVendorHeaderGeneratedIdentifier()
setVendorHeaderGeneratedIdentifier
public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
getVendorDetailAssignedIdentifier
public Integer getVendorDetailAssignedIdentifier()
setVendorDetailAssignedIdentifier
public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
getVendorAddressInternationalProvinceName
public String getVendorAddressInternationalProvinceName()
setVendorAddressInternationalProvinceName
public void setVendorAddressInternationalProvinceName(String vendorAddressInternationalProvinceName)
getVendorAddressEmailAddress
public String getVendorAddressEmailAddress()
setVendorAddressEmailAddress
public void setVendorAddressEmailAddress(String vendorAddressEmailAddress)
getVendorAddressTypeCode
public String getVendorAddressTypeCode()
setVendorAddressTypeCode
public void setVendorAddressTypeCode(String vendorAddressTypeCode)
getVendorLine1Address
public String getVendorLine1Address()
setVendorLine1Address
public void setVendorLine1Address(String vendorLine1Address)
getVendorLine2Address
public String getVendorLine2Address()
setVendorLine2Address
public void setVendorLine2Address(String vendorLine2Address)
getVendorCityName
public String getVendorCityName()
setVendorCityName
public void setVendorCityName(String vendorCityName)
getVendorStateCode
public String getVendorStateCode()
setVendorStateCode
public void setVendorStateCode(String vendorStateCode)
getVendorZipCode
public String getVendorZipCode()
setVendorZipCode
public void setVendorZipCode(String vendorZipCode)
getVendorCountryCode
public String getVendorCountryCode()
setVendorCountryCode
public void setVendorCountryCode(String vendorCountryCode)
getVendorAttentionName
public String getVendorAttentionName()
setVendorAttentionName
public void setVendorAttentionName(String vendorAttentionName)
getVendorBusinessToBusinessUrlAddress
public String getVendorBusinessToBusinessUrlAddress()
setVendorBusinessToBusinessUrlAddress
public void setVendorBusinessToBusinessUrlAddress(String vendorBusinessToBusinessUrlAddress)
getVendorDetail
public VendorDetail getVendorDetail()
setVendorDetail
public void setVendorDetail(VendorDetail vendorDetail)
getVendorAddressType
public AddressType getVendorAddressType()
setVendorAddressType
public void setVendorAddressType(AddressType vendorAddressType)
getVendorState
public State getVendorState()
setVendorState
public void setVendorState(State vendorState)
getVendorCountry
public Country getVendorCountry()
setVendorCountry
public void setVendorCountry(Country vendorCountry)
getVendorFaxNumber
public String getVendorFaxNumber()
setVendorFaxNumber
public void setVendorFaxNumber(String vendorFaxNumber)
isVendorDefaultAddressIndicator
public boolean isVendorDefaultAddressIndicator()
setVendorDefaultAddressIndicator
public void setVendorDefaultAddressIndicator(boolean vendorDefaultAddressIndicator)
isActive
public boolean isActive()
- Description copied from interface:
Inactivatable
- The active indicator for an object.
- Specified by:
isActive
in interface Inactivatable
- Returns:
- true if active false if not.
setActive
public void setActive(boolean active)
- Description copied from interface:
MutableInactivatable
- Sets the record to active or inactive.
- Specified by:
setActive
in interface MutableInactivatable
getVendorDefaultAddresses
public List<VendorDefaultAddress> getVendorDefaultAddresses()
setVendorDefaultAddresses
public void setVendorDefaultAddresses(List<VendorDefaultAddress> vendorDefaultAddresses)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.