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

Class: EtvaNetwork

Source Location: /EtvaNetwork.php

Class Overview

BaseObject
   |
   --BaseEtvaNetwork
      |
      --EtvaNetwork

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


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: BaseEtvaNetwork

BaseEtvaNetwork::__construct()
Initializes internal state of BaseEtvaNetwork object.
BaseEtvaNetwork::applyDefaultValues()
Applies default values to this object.
BaseEtvaNetwork::buildCriteria()
Build a Criteria object containing the values of all modified columns in this object.
BaseEtvaNetwork::buildPkeyCriteria()
Builds a Criteria object containing the primary key for this object.
BaseEtvaNetwork::clearAllReferences()
Resets all collections of referencing foreign keys.
BaseEtvaNetwork::copy()
Makes a copy of this object that will be inserted as a new row in table when saved.
BaseEtvaNetwork::copyInto()
Sets contents of passed object to values from current object.
BaseEtvaNetwork::delete()
Removes this object from datastore and sets delete attribute.
BaseEtvaNetwork::doSave()
Performs the work of inserting or updating the row in the database.
BaseEtvaNetwork::doValidate()
This function performs the validation work for complex object models.
BaseEtvaNetwork::ensureConsistency()
Checks and repairs the internal consistency of the object.
BaseEtvaNetwork::fromArray()
Populates the object using an array.
BaseEtvaNetwork::getByName()
Retrieves a field from the object by name passed in as a string.
BaseEtvaNetwork::getByPosition()
Retrieves a field from the object by Position as specified in the xml schema.
BaseEtvaNetwork::getEtvaServer()
Get the associated EtvaServer object
BaseEtvaNetwork::getId()
Get the [id] column value.
BaseEtvaNetwork::getIp()
Get the [ip] column value.
BaseEtvaNetwork::getMac()
Get the [mac] column value.
BaseEtvaNetwork::getMask()
Get the [mask] column value.
BaseEtvaNetwork::getPeer()
Returns a peer instance associated with this om.
BaseEtvaNetwork::getPort()
Get the [port] column value.
BaseEtvaNetwork::getPrimaryKey()
Returns the primary key for this object (row).
BaseEtvaNetwork::getServerId()
Get the [server_id] column value.
BaseEtvaNetwork::getValidationFailures()
Gets any ValidationFailed objects that resulted from last call to validate().
BaseEtvaNetwork::getVlan()
Get the [vlan] column value.
BaseEtvaNetwork::hasOnlyDefaultValues()
Indicates whether the columns in this object are only set to default values.
BaseEtvaNetwork::hydrate()
Hydrates (populates) the object variables with values from the database resultset.
BaseEtvaNetwork::reload()
Reloads this object from datastore based on primary key and (optionally) resets all associated objects.
BaseEtvaNetwork::save()
Persists this object to the database.
BaseEtvaNetwork::setByName()
Sets a field from the object by name passed in as a string.
BaseEtvaNetwork::setByPosition()
Sets a field from the object by Position as specified in the xml schema.
BaseEtvaNetwork::setEtvaServer()
Declares an association between this object and a EtvaServer object.
BaseEtvaNetwork::setId()
Set the value of [id] column.
BaseEtvaNetwork::setIp()
Set the value of [ip] column.
BaseEtvaNetwork::setMac()
Set the value of [mac] column.
BaseEtvaNetwork::setMask()
Set the value of [mask] column.
BaseEtvaNetwork::setPort()
Set the value of [port] column.
BaseEtvaNetwork::setPrimaryKey()
Generic method to set the primary key (id column).
BaseEtvaNetwork::setServerId()
Set the value of [server_id] column.
BaseEtvaNetwork::setVlan()
Set the value of [vlan] column.
BaseEtvaNetwork::toArray()
Exports the object as an array.
BaseEtvaNetwork::validate()
Validates the objects modified field values and all objects related to this table.
BaseEtvaNetwork::__call()

Class Details

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

This class was autogenerated by Propel 1.3.0-dev on:

Thu Jun 25 10:03:34 2009




[ Top ]


Class Methods


method removeMacFlag [line 20]

void removeMacFlag( )



Tags:

access:  public


[ Top ]

method save [line 5]

void save( [ $con = null])



Tags:

access:  public


Overrides BaseEtvaNetwork::save() (Persists this object to the database.)

Parameters:

PropelPDO   $con  

[ Top ]


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