edu.sampleu.financial.bo
Class AddressType

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by edu.sampleu.financial.bo.AddressType
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, ImmutableInactivatable, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, Inactivatable, PersistableBusinessObject

public class AddressType
extends PersistableBusinessObjectBase
implements Inactivatable

Address Types for Vendor Addresses. Used to distinguish the intended use of this address among the various addresses that a vendor might give out.

See Also:
org.kuali.kfs.vnd.businessobject.VendorAddress, Serialized Form

Field Summary
private  boolean active
           
private  String vendorAddressTypeCode
           
private  String vendorAddressTypeDescription
           
private  boolean vendorDefaultIndicator
           
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AddressType()
          Default constructor.
 
Method Summary
 String getVendorAddressTypeCode()
           
 String getVendorAddressTypeDescription()
           
 boolean getVendorDefaultIndicator()
           
 boolean isActive()
          The active indicator for an object.
 void setActive(boolean active)
          Sets the record to active or inactive.
 void setVendorAddressTypeCode(String vendorAddressTypeCode)
           
 void setVendorAddressTypeDescription(String vendorAddressTypeDescription)
           
 void setVendorDefaultIndicator(boolean vendorDefaultIndicator)
           
 
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
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder, toStringMapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Field Detail

vendorAddressTypeCode

private String vendorAddressTypeCode

vendorAddressTypeDescription

private String vendorAddressTypeDescription

vendorDefaultIndicator

private boolean vendorDefaultIndicator

active

private boolean active
Constructor Detail

AddressType

public AddressType()
Default constructor.

Method Detail

getVendorAddressTypeCode

public String getVendorAddressTypeCode()

setVendorAddressTypeCode

public void setVendorAddressTypeCode(String vendorAddressTypeCode)

getVendorAddressTypeDescription

public String getVendorAddressTypeDescription()

setVendorAddressTypeDescription

public void setVendorAddressTypeDescription(String vendorAddressTypeDescription)

getVendorDefaultIndicator

public boolean getVendorDefaultIndicator()

setVendorDefaultIndicator

public void setVendorDefaultIndicator(boolean vendorDefaultIndicator)

isActive

public boolean isActive()
Description copied from interface: ImmutableInactivatable
The active indicator for an object.

Specified by:
isActive in interface ImmutableInactivatable
Returns:
true if active false if not.

setActive

public void setActive(boolean active)
Description copied from interface: Inactivatable
Sets the record to active or inactive.

Specified by:
setActive in interface Inactivatable


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.