silverorange Code


Store.StoreAccountAddress
/Store/dataobjects/StoreAccountAddress.php at line 13

Class StoreAccountAddress

SwatObject
└─SwatDBDataObject
└─StoreAddress
└─StoreAccountAddress

public class StoreAccountAddress
extends StoreAddress

An address belonging to an account for an e-commerce web application

Copyright:
2005-2006 silverorane
License:
http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
See Also:
StoreAddress

Field Summary
date

$createdate

Creation date.

Fields inherited from Store.StoreAddress
city, company, fullname, id, line1, line2, phone, postal_code, provstate_other
Fields inherited from SwatDB.SwatDBDataObject
class_map, db, id_field, read_only, table
Method Summary
protected void

init()

Methods inherited from Store.StoreAddress
compare, copyFrom, display, displayCA, displayCondensed, displayCondensedAsText, displayCondensedAsTextCA, displayCondensedAsTextGB, displayCondensedAsTextUS, displayCondensedCA, displayCondensedGB, displayCondensedUS, displayGB, displayUS, getFullName, init
Methods inherited from SwatDB.SwatDBDataObject
checkDB, delete, deleteInternal, duplicate, generatePropertyHashes, getId, getInternalValue, getLoaderMethod, getModifiedProperties, getProperties, getPublicProperties, getSerializablePrivateProperties, getSerializableSubDataObjects, getSubDataObject, getUsingInternalProperty, getUsingLoaderMethod, guessType, hasInternalValue, hasSubDataObject, init, initFromRow, isModified, load, loadInternal, registerDateProperty, registerInternalProperty, save, saveInternal, saveInternalProperties, saveNewBinding, saveSubDataObjects, serialize, setDatabase, setInternalValue, setSubDataObject, setTable, unserialize, unsetSubDataObject, wakeup

Field Detail

/Store/dataobjects/StoreAccountAddress.php at line 22

createdate

public date $createdate

Creation date


Method Detail

/Store/dataobjects/StoreAccountAddress.php at line 27

init

protected void init()

silverorange Code