edu.sampleu.financial.bo
Class VendorAddress
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
edu.sampleu.financial.bo.VendorAddress
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, Inactivateable, PersistableBusinessObject
public class VendorAddress
- extends PersistableBusinessObjectBase
- implements Inactivateable
Address to be associated with a particular Vendor.
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.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 |
LOG
private static org.apache.log4j.Logger LOG
vendorAddressGeneratedIdentifier
private Integer vendorAddressGeneratedIdentifier
vendorHeaderGeneratedIdentifier
private Integer vendorHeaderGeneratedIdentifier
vendorDetailAssignedIdentifier
private Integer vendorDetailAssignedIdentifier
vendorAddressTypeCode
private String vendorAddressTypeCode
vendorLine1Address
private String vendorLine1Address
vendorLine2Address
private String vendorLine2Address
vendorCityName
private String vendorCityName
vendorStateCode
private String vendorStateCode
vendorZipCode
private String vendorZipCode
vendorCountryCode
private String vendorCountryCode
vendorAttentionName
private String vendorAttentionName
vendorAddressInternationalProvinceName
private String vendorAddressInternationalProvinceName
vendorAddressEmailAddress
private String vendorAddressEmailAddress
vendorBusinessToBusinessUrlAddress
private String vendorBusinessToBusinessUrlAddress
vendorFaxNumber
private String vendorFaxNumber
vendorDefaultAddressIndicator
private boolean vendorDefaultAddressIndicator
active
private boolean active
vendorDefaultAddresses
private List<VendorDefaultAddress> vendorDefaultAddresses
vendorDetail
private VendorDetail vendorDetail
vendorAddressType
private AddressType vendorAddressType
vendorState
private State vendorState
vendorCountry
private Country vendorCountry
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:
Inactivateable
- Indicates whether the record is active or inactive.
- Specified by:
isActive
in interface Inactivateable
setActive
public void setActive(boolean active)
- Description copied from interface:
Inactivateable
- Sets the record to active or inactive.
- Specified by:
setActive
in interface Inactivateable
getVendorDefaultAddresses
public List<VendorDefaultAddress> getVendorDefaultAddresses()
setVendorDefaultAddresses
public void setVendorDefaultAddresses(List<VendorDefaultAddress> vendorDefaultAddresses)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.