edu.sampleu.financial.bo
Class VendorDefaultAddress
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
edu.sampleu.financial.bo.VendorDefaultAddress
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Inactivatable, MutableInactivatable, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
public class VendorDefaultAddress
- extends PersistableBusinessObjectBase
- implements MutableInactivatable
An association between a Campus
and a VendorAddress
to indicate that the Address is the default one
for this Campus among the various Addresses available for this Vendor.
- See Also:
org.kuali.rice.krad.bo.Campus
,
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 |
VendorDefaultAddress
public VendorDefaultAddress()
- Default constructor.
getVendorCampusCode
public String getVendorCampusCode()
setVendorCampusCode
public void setVendorCampusCode(String vendorCampusCode)
getVendorAddressGeneratedIdentifier
public Integer getVendorAddressGeneratedIdentifier()
setVendorAddressGeneratedIdentifier
public void setVendorAddressGeneratedIdentifier(Integer vendorAddressGeneratedIdentifier)
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
getVendorAddress
public VendorAddress getVendorAddress()
setVendorAddress
public void setVendorAddress(VendorAddress vendorAddress)
- Deprecated.
- Sets the vendorAddress attribute.
- Parameters:
vendorAddress
- The vendorAddress to set.
getVendorDefaultAddressGeneratedIdentifier
public Integer getVendorDefaultAddressGeneratedIdentifier()
setVendorDefaultAddressGeneratedIdentifier
public void setVendorDefaultAddressGeneratedIdentifier(Integer vendorDefaultAddressGeneratedIdentifier)
isEqualForRouting
public boolean isEqualForRouting(Object toCompare)
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.