edu.sampleu.bookstore.bo
Class Address
java.lang.Object
   org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.BusinessObjectBase
       org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
           edu.sampleu.bookstore.bo.Address
edu.sampleu.bookstore.bo.Address
- All Implemented Interfaces: 
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Inactivatable, MutableInactivatable, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, PersistableBusinessObject
- public class Address 
- extends PersistableBusinessObjectBase- implements MutableInactivatable
Address Business Object class file relative to Address maintenance object.
- 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 | 
 
 
 
 
Address
public Address()
isActive
public boolean isActive()
- Description copied from interface: Inactivatable
- The active indicator for an object.
 
- 
- Specified by:
- isActivein interface- Inactivatable
 
- 
- Returns:
- the active
 
setActive
public void setActive(boolean active)
- Description copied from interface: MutableInactivatable
- Sets the record to active or inactive.
 
- 
- Specified by:
- setActivein interface- MutableInactivatable
 
- 
- Parameters:
- active- the active to set
 
getAuthorId
public Long getAuthorId()
- 
 
- 
 
setAuthorId
public void setAuthorId(Long authorId)
- 
 
- 
 
getAddressId
public Long getAddressId()
- 
 
- 
 
setAddressId
public void setAddressId(Long addressId)
- 
 
- 
 
getType
public String getType()
- 
 
- 
 
setType
public void setType(String type)
- 
 
- 
 
getAddressType
public BSAddressType getAddressType()
- 
 
- 
 
setAddressType
public void setAddressType(BSAddressType addressType)
- 
 
- 
 
getStreet1
public String getStreet1()
- 
 
- 
 
setStreet1
public void setStreet1(String street1)
- 
 
- 
 
getStreet2
public String getStreet2()
- 
 
- 
 
setStreet2
public void setStreet2(String street2)
- 
 
- 
 
getCity
public String getCity()
- 
 
- 
 
setCity
public void setCity(String city)
- 
 
- 
 
getProvince
public String getProvince()
- 
 
- 
 
setProvince
public void setProvince(String province)
- 
 
- 
 
getCountry
public String getCountry()
- 
 
- 
 
setCountry
public void setCountry(String country)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.