edu.sampleu.bookstore.bo
Class Address
java.lang.Object
org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
edu.sampleu.bookstore.bo.Address
- All Implemented Interfaces:
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, ImmutableInactivatable, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, Inactivatable, PersistableBusinessObject
public class Address
- extends PersistableBusinessObjectBase
- implements Inactivatable
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
addressId
private Long addressId
type
private String type
street1
private String street1
street2
private String street2
city
private String city
province
private String province
country
private String country
authorId
private Long authorId
active
private boolean active
addressType
private AddressType addressType
Address
public Address()
isActive
public boolean isActive()
- Description copied from interface:
ImmutableInactivatable
- The active indicator for an object.
- Specified by:
isActive
in interface ImmutableInactivatable
- Returns:
- the active
setActive
public void setActive(boolean active)
- Description copied from interface:
Inactivatable
- Sets the record to active or inactive.
- Specified by:
setActive
in interface Inactivatable
- 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 AddressType getAddressType()
setAddressType
public void setAddressType(AddressType 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 © 2004-2011 The Kuali Foundation. All Rights Reserved.