lib-model-om
[ class tree: lib-model-om ] [ index: lib-model-om ] [ all elements ]

Class: EtvaNode

Source Location: /EtvaNode.php

Class Overview

BaseObject
   |
   --BaseEtvaNode
      |
      --EtvaNode

Base class that represents a row from the 'node' table.


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: BaseEtvaNode

BaseEtvaNode::__construct()
Initializes internal state of BaseEtvaNode object.
BaseEtvaNode::addEtvaLogicalvolume()
Method called to associate a EtvaLogicalvolume object to this object through the EtvaLogicalvolume foreign key attribute.
BaseEtvaNode::addEtvaPhysicalvolume()
Method called to associate a EtvaPhysicalvolume object to this object through the EtvaPhysicalvolume foreign key attribute.
BaseEtvaNode::addEtvaServer()
Method called to associate a EtvaServer object to this object through the EtvaServer foreign key attribute.
BaseEtvaNode::addEtvaVolumegroup()
Method called to associate a EtvaVolumegroup object to this object through the EtvaVolumegroup foreign key attribute.
BaseEtvaNode::applyDefaultValues()
Applies default values to this object.
BaseEtvaNode::buildCriteria()
Build a Criteria object containing the values of all modified columns in this object.
BaseEtvaNode::buildPkeyCriteria()
Builds a Criteria object containing the primary key for this object.
BaseEtvaNode::clearAllReferences()
Resets all collections of referencing foreign keys.
BaseEtvaNode::clearEtvaLogicalvolumes()
Clears out the collEtvaLogicalvolumes collection (array).
BaseEtvaNode::clearEtvaPhysicalvolumes()
Clears out the collEtvaPhysicalvolumes collection (array).
BaseEtvaNode::clearEtvaServers()
Clears out the collEtvaServers collection (array).
BaseEtvaNode::clearEtvaVolumegroups()
Clears out the collEtvaVolumegroups collection (array).
BaseEtvaNode::copy()
Makes a copy of this object that will be inserted as a new row in table when saved.
BaseEtvaNode::copyInto()
Sets contents of passed object to values from current object.
BaseEtvaNode::countEtvaLogicalvolumes()
Returns the number of related EtvaLogicalvolume objects.
BaseEtvaNode::countEtvaPhysicalvolumes()
Returns the number of related EtvaPhysicalvolume objects.
BaseEtvaNode::countEtvaServers()
Returns the number of related EtvaServer objects.
BaseEtvaNode::countEtvaVolumegroups()
Returns the number of related EtvaVolumegroup objects.
BaseEtvaNode::delete()
Removes this object from datastore and sets delete attribute.
BaseEtvaNode::doSave()
Performs the work of inserting or updating the row in the database.
BaseEtvaNode::doValidate()
This function performs the validation work for complex object models.
BaseEtvaNode::ensureConsistency()
Checks and repairs the internal consistency of the object.
BaseEtvaNode::fromArray()
Populates the object using an array.
BaseEtvaNode::getByName()
Retrieves a field from the object by name passed in as a string.
BaseEtvaNode::getByPosition()
Retrieves a field from the object by Position as specified in the xml schema.
BaseEtvaNode::getCputotal()
Get the [cputotal] column value.
BaseEtvaNode::getCreatedAt()
Get the [optionally formatted] temporal [created_at] column value.
BaseEtvaNode::getEtvaLogicalvolumes()
Gets an array of EtvaLogicalvolume objects which contain a foreign key that references this object.
BaseEtvaNode::getEtvaLogicalvolumesJoinEtvaVolumegroup()
If this collection has already been initialized with an identical criteria, it returns the collection.
BaseEtvaNode::getEtvaPhysicalvolumes()
Gets an array of EtvaPhysicalvolume objects which contain a foreign key that references this object.
BaseEtvaNode::getEtvaServers()
Gets an array of EtvaServer objects which contain a foreign key that references this object.
BaseEtvaNode::getEtvaServersJoinEtvaLogicalvolume()
If this collection has already been initialized with an identical criteria, it returns the collection.
BaseEtvaNode::getEtvaServersJoinsfGuardGroup()
If this collection has already been initialized with an identical criteria, it returns the collection.
BaseEtvaNode::getEtvaVolumegroups()
Gets an array of EtvaVolumegroup objects which contain a foreign key that references this object.
BaseEtvaNode::getId()
Get the [id] column value.
BaseEtvaNode::getIp()
Get the [ip] column value.
BaseEtvaNode::getMemfree()
Get the [memfree] column value.
BaseEtvaNode::getMemtotal()
Get the [memtotal] column value.
BaseEtvaNode::getName()
Get the [name] column value.
BaseEtvaNode::getNetworkCards()
Get the [network_cards] column value.
BaseEtvaNode::getPeer()
Returns a peer instance associated with this om.
BaseEtvaNode::getPort()
Get the [port] column value.
BaseEtvaNode::getPrimaryKey()
Returns the primary key for this object (row).
BaseEtvaNode::getState()
Get the [state] column value.
BaseEtvaNode::getUid()
Get the [uid] column value.
BaseEtvaNode::getUpdatedAt()
Get the [optionally formatted] temporal [updated_at] column value.
BaseEtvaNode::getValidationFailures()
Gets any ValidationFailed objects that resulted from last call to validate().
BaseEtvaNode::hasOnlyDefaultValues()
Indicates whether the columns in this object are only set to default values.
BaseEtvaNode::hydrate()
Hydrates (populates) the object variables with values from the database resultset.
BaseEtvaNode::initEtvaLogicalvolumes()
Initializes the collEtvaLogicalvolumes collection (array).
BaseEtvaNode::initEtvaPhysicalvolumes()
Initializes the collEtvaPhysicalvolumes collection (array).
BaseEtvaNode::initEtvaServers()
Initializes the collEtvaServers collection (array).
BaseEtvaNode::initEtvaVolumegroups()
Initializes the collEtvaVolumegroups collection (array).
BaseEtvaNode::reload()
Reloads this object from datastore based on primary key and (optionally) resets all associated objects.
BaseEtvaNode::save()
Persists this object to the database.
BaseEtvaNode::setByName()
Sets a field from the object by name passed in as a string.
BaseEtvaNode::setByPosition()
Sets a field from the object by Position as specified in the xml schema.
BaseEtvaNode::setCputotal()
Set the value of [cputotal] column.
BaseEtvaNode::setCreatedAt()
Sets the value of [created_at] column to a normalized version of the date/time value specified.
BaseEtvaNode::setId()
Set the value of [id] column.
BaseEtvaNode::setIp()
Set the value of [ip] column.
BaseEtvaNode::setMemfree()
Set the value of [memfree] column.
BaseEtvaNode::setMemtotal()
Set the value of [memtotal] column.
BaseEtvaNode::setName()
Set the value of [name] column.
BaseEtvaNode::setNetworkCards()
Set the value of [network_cards] column.
BaseEtvaNode::setPort()
Set the value of [port] column.
BaseEtvaNode::setPrimaryKey()
Generic method to set the primary key (id column).
BaseEtvaNode::setState()
Set the value of [state] column.
BaseEtvaNode::setUid()
Set the value of [uid] column.
BaseEtvaNode::setUpdatedAt()
Sets the value of [updated_at] column to a normalized version of the date/time value specified.
BaseEtvaNode::toArray()
Exports the object as an array.
BaseEtvaNode::validate()
Validates the objects modified field values and all objects related to this table.
BaseEtvaNode::__call()

Class Details

[line 3]
Base class that represents a row from the 'node' table.

This class was autogenerated by Propel 1.3.0-dev on:

Thu Jun 25 10:03:35 2009




[ Top ]


Class Methods


method getServers [line 5]

void getServers( )



Tags:

access:  public


[ Top ]

method __toString [line 12]

void __toString( )



Tags:

access:  public


[ Top ]


Documentation generated on Mon, 29 Jun 2009 15:10:26 +0100 by phpDocumentor 1.4.2