Interface AutoAttach
- All Superinterfaces:
 TypedBaseTable<GenericTableSchema>
This class is a typed interface to the AutoAttach Table.
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetMappings(Map<Long, Long> mappings) voidsetSystemDescription(String systemDescription) voidsetSystemName(String systemName) Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTable
getRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn 
- 
Method Details
- 
getSystemNameColumn
Column<GenericTableSchema,String> getSystemNameColumn() - 
setSystemName
 - 
getSystemDescriptionColumn
Column<GenericTableSchema,String> getSystemDescriptionColumn() - 
setSystemDescription
 - 
getMappingsColumn
Column<GenericTableSchema,Map<Long, getMappingsColumn()Long>>  - 
setMappings
 
 -