public class Address extends PersistableBusinessObjectBase implements MutableInactivatable
extension, versionNumber
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
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) |
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
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public Address()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
MutableInactivatable
setActive
in interface MutableInactivatable
active
- the active to setpublic Long getAuthorId()
public void setAuthorId(Long authorId)
public Long getAddressId()
public void setAddressId(Long addressId)
public BSAddressType getAddressType()
public void setAddressType(BSAddressType addressType)
public String getStreet1()
public void setStreet1(String street1)
public String getStreet2()
public void setStreet2(String street2)
public String getProvince()
public void setProvince(String province)
public String getCountry()
public void setCountry(String country)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.