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

Class Song

source code


Nested Classes [hide private]
  _SO_class_Album
  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_album(self)
 
_SO_get_albumID(self)
 
_SO_get_name(self)
 
_SO_set_album(self, val)
 
_SO_set_albumID(self, val)
 
_SO_set_name(self, val)
 
_SO_to_python_name(value, state)
 
_get_album(self)
 
_get_albumID(self)
 
_get_name(self)
 
_set_album(self, val)
 
_set_albumID(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_albumID = None
  _SO_to_python_albumID = None
  _connection = connectionForURI("sqlite:///:memory:")
  q = song

Inherited from sqlobject.main.SQLObject: childName

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

Properties [hide private]
  name
  album
  albumID

Inherited from object: __class__

Property Details [hide private]

name

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

album

Get Method:
_get_album(self)
Set Method:
_set_album(self, val)

albumID

Get Method:
_SO_get_albumID(self)
Set Method:
_SO_set_albumID(self, val)