Package turbogears :: Package tests :: Package catwalk_models :: Module browse :: Class Album
[hide private]

Class Album

source code


Nested Classes [hide private]
  _SO_class_Artist
  sqlmeta
This object is the object we use to keep track of all sorts of information.

Inherited from sqlobject.main.SQLObject: SelectResultsClass, __metaclass__

Instance Methods [hide private]
 
_SO_from_python_name(value, state)
 
_SO_get_artist(self)
 
_SO_get_artistID(self)
 
_SO_get_name(self)
 
_SO_get_songs(self)
 
_SO_set_artist(self, val)
 
_SO_set_artistID(self, val)
 
_SO_set_name(self, val)
 
_SO_to_python_name(value, state)
 
_get_artist(self)
 
_get_artistID(self)
 
_get_name(self)
 
_get_songs(self)
 
_set_artist(self, val)
 
_set_artistID(self, val)
 
_set_name(self, val)

Inherited from sqlobject.main.SQLObject: __eq__, __ge__, __gt__, __init__, __le__, __lt__, __ne__, __repr__, __sqlrepr__, destroySelf, expire, set, sync, syncUpdate, tablesUsedImmediate

Inherited from sqlobject.main.SQLObject (private): _SO_finishCreate, _SO_foreignKey, _SO_getID, _SO_getValue, _SO_loadValue, _SO_selectInit, _SO_setValue, _create, _expired, _init, _reprItems

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Methods [hide private]

Inherited from sqlobject.main.SQLObject: clearTable, coerceID, createIndexes, createIndexesSQL, createJoinTables, createJoinTablesSQL, createTable, createTableSQL, delete, deleteBy, deleteMany, dropJoinTables, dropTable, get, select, selectBy, setConnection, sqlrepr, tableExists

Inherited from sqlobject.main.SQLObject (private): _SO_cleanDeprecatedAttrs, _SO_depends, _SO_fetchAlternateID, _SO_setupSqlmeta, _findAlternateID, _getJoinsToCreate, _notifyFinishClassCreation

Static Methods [hide private]

Inherited from sqlobject.main.SQLObject: __classinit__

Class Variables [hide private]
  _SO_from_python_artistID = None
  _SO_to_python_artistID = None
  _connection = connectionForURI("sqlite:///:memory:")
  q = album

Inherited from sqlobject.main.SQLObject: childName

Inherited from sqlobject.main.SQLObject (private): _SO_finishedClassCreation, _inheritable, _parent

Properties [hide private]
  name
  artist
  songs
  artistID

Inherited from object: __class__

Property Details [hide private]

name

Get Method:
_get_name(self)
Set Method:
_set_name(self, val)

artist

Get Method:
_SO_get_artist(self)
Set Method:
_SO_set_artist(self, val)

songs

Get Method:
_SO_get_songs(self)

artistID

Get Method:
_get_artistID(self)
Set Method:
_SO_set_artistID(self, val)