Package turbogears :: Package i18n :: Package sogettext :: Module model :: Class TG_Message
[hide private]

Class TG_Message

source code


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

Inherited from sqlobject.main.SQLObject: SelectResultsClass, __metaclass__

Instance Methods [hide private]
 
_set_text(self, text) source code
 
_SO_from_python_created(value, state)
 
_SO_from_python_locale(value, state)
 
_SO_from_python_name(value, state)
 
_SO_from_python_text(value, state)
 
_SO_from_python_updated(value, state)
 
_SO_get_created(self)
 
_SO_get_domain(self)
 
_SO_get_domainID(self)
 
_SO_get_locale(self)
 
_SO_get_name(self)
 
_SO_get_text(self)
 
_SO_get_updated(self)
 
_SO_set_created(self, val)
 
_SO_set_domain(self, val)
 
_SO_set_domainID(self, val)
 
_SO_set_locale(self, val)
 
_SO_set_name(self, val)
 
_SO_set_text(self, val)
 
_SO_set_updated(self, val)
 
_SO_to_python_created(value, state)
 
_SO_to_python_locale(value, state)
 
_SO_to_python_name(value, state)
 
_SO_to_python_text(value, state)
 
_SO_to_python_updated(value, state)
 
_get_created(self)
 
_get_domain(self)
 
_get_domainID(self)
 
_get_locale(self)
 
_get_name(self)
 
_get_text(self)
 
_get_updated(self)
 
_set_created(self, val)
 
_set_domain(self, val)
 
_set_domainID(self, val)
 
_set_locale(self, val)
 
_set_name(self, val)
 
_set_updated(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_domainID = None
  _SO_to_python_domainID = None
  _connection = PackageHub("turbogears.i18n.sogettext")
  q = tg_i18n_message

Inherited from sqlobject.main.SQLObject: childName

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

Properties [hide private]
  name
  text
  domain
  locale
  created
  updated
  domainID

Inherited from object: __class__

Property Details [hide private]

name

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

text

Get Method:
_SO_get_text(self)
Set Method:
_set_text(self, text)

domain

Get Method:
_get_domain(self)
Set Method:
_SO_set_domain(self, val)

locale

Get Method:
_SO_get_locale(self)
Set Method:
_set_locale(self, val)

created

Get Method:
_get_created(self)
Set Method:
_SO_set_created(self, val)

updated

Get Method:
_SO_get_updated(self)
Set Method:
_set_updated(self, val)

domainID

Get Method:
_SO_get_domainID(self)
Set Method:
_SO_set_domainID(self, val)