edu.sampleu.bookstore.bo
Class Address

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by 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

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, newCollectionRecord, objectId, versionNumber
 
Constructor Summary
Address()
           
 
Method Summary
 Long getAddressId()
           
 BSAddressType getAddressType()
           
 Long getAuthorId()
           
 String getCity()
           
 String getCountry()
           
 String getProvince()
           
 String getStreet1()
           
 String getStreet2()
           
 String getType()
           
 boolean isActive()
          The active indicator for an object.
 void setActive(boolean active)
          Sets the record to active or inactive.
 void setAddressId(Long addressId)
           
 void setAddressType(BSAddressType addressType)
           
 void setAuthorId(Long authorId)
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setProvince(String province)
           
 void setStreet1(String street1)
           
 void setStreet2(String street2)
           
 void setType(String type)
           
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, 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
toString
 
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
 

Constructor Detail

Address

public Address()
Method Detail

isActive

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

Specified by:
isActive in 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:
setActive in 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–2014 The Kuali Foundation. All rights reserved.