/**
* This file was auto-generated by mofcomp -j version 1.0.0 on Wed Jan 12
* 09:21:06 CET 2011.
*/
package org.opennaas.extensions.router.model;
import java.io.*;
/**
* This Class contains accessor and mutator methods for all properties defined in the CIM class RelatedTransparentBridgingService as well as methods
* comparable to the invokeMethods defined for this class. This Class implements the RelatedTransparentBridgingServiceBean Interface. The CIM class
* RelatedTransparentBridgingService is described as follows:
*
* This class is deprecated as a fall out of the previous deprecations within the existing model The association between a VLAN and the forwarding
* database (some use the term filtering database) used to determine which port a packet should be transmitted on, given that it is assigned to the
* VLAN and that it has a particular destination MAC address. The TransparentBridgingService represents a forwarding database.
*/
@Deprecated
public class RelatedTransparentBridgingService extends ServiceSAPDependency
implements Serializable {
/**
* This constructor creates a RelatedTransparentBridgingServiceBeanImpl Class which implements the RelatedTransparentBridgingServiceBean
* Interface, and encapsulates the CIM class RelatedTransparentBridgingService in a Java Bean. The CIM class RelatedTransparentBridgingService is
* described as follows:
*
* This class is deprecated as a fall out of the previous deprecations within the existing model The association between a VLAN and the forwarding
* database (some use the term filtering database) used to determine which port a packet should be transmitted on, given that it is assigned to
* the VLAN and that it has a particular destination MAC address. The TransparentBridgingService represents a forwarding database.
*/
public RelatedTransparentBridgingService() {
};
/**
* This method create an Association of the type RelatedTransparentBridgingService between one VLAN object and TransparentBridgingService object
*/
@Deprecated
public static RelatedTransparentBridgingService link(VLAN
antecedent, TransparentBridgingService dependent) {
return (RelatedTransparentBridgingService) Association.link(RelatedTransparentBridgingService.class, antecedent, dependent);
}// link
} // Class RelatedTransparentBridgingService