Class org.omus.data.TableProperty

Description

Classe de base des propriétés persistantes.

Field Index

Inherited from Property

Method Index

new TableProperty()
reset(), setModified(), setValue(), toLog(), toString(), update()

Inherited from Property

Constructor Detail

TableProperty

public function TableProperty(nm:String, tp:String, cl:Object, ch:Array, vl:Object)

TODO

Parameters

nmNom de la propriété.
tpType attaché à la propriété.
clClasse.
chListe du cache.
vlValeur de la propriété.

Method Detail

toString

public function toString():String

Utilisé dans un contexte littéral

Return

Une chaine définissant l'objet

Overrides

toString() in org.omus.data.Property

setModified

public function setModified():Void

Appelé par un objet Table non synchronisé. called by table objects that are not synchronized

Overrides

setModified() in org.omus.data.Property

See Also

update

public function update(newVal:Object, clientReq:Boolean):Void

Met à jour la propriétés après synchronisation.

Parameters

newValNouvelle valeur.
clientReqtrue si la demande provient du poste client.

Overrides

update() in org.omus.data.Property

reset

public function reset():Void

Annule la modification d'un propriété. Utile lors d'un échec de synchronisation.

setValue

public function setValue(newVal:Object)

Affecte une nouvelle valeur.

Parameters

newValValeur.

Overrides

setValue() in org.omus.data.Property

toLog

static public function toLog():String

Utilisé dans un contexte littéral

Return

Une chaine définissant l'objet

Overrides

toLog() in org.omus.data.Property