Interface AutoAttach
- 
- All Superinterfaces:
- TypedBaseTable<GenericTableSchema>
 
 public interface AutoAttach extends TypedBaseTable<GenericTableSchema> This class is a typed interface to the AutoAttach Table.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Column<GenericTableSchema,Map<Long,Long>>getMappingsColumn()Column<GenericTableSchema,String>getSystemDescriptionColumn()Column<GenericTableSchema,String>getSystemNameColumn()voidsetMappings(Map<Long,Long> mappings)voidsetSystemDescription(String systemDescription)voidsetSystemName(String systemName)- 
Methods inherited from interface org.opendaylight.ovsdb.lib.schema.typed.TypedBaseTablegetRow, getSchema, getUuid, getUuidColumn, getVersion, getVersionColumn
 
- 
 
- 
- 
- 
Method Detail- 
getSystemNameColumnColumn<GenericTableSchema,String> getSystemNameColumn() 
 - 
setSystemNamevoid setSystemName(String systemName) 
 - 
getSystemDescriptionColumnColumn<GenericTableSchema,String> getSystemDescriptionColumn() 
 - 
setSystemDescriptionvoid setSystemDescription(String systemDescription) 
 - 
getMappingsColumnColumn<GenericTableSchema,Map<Long,Long>> getMappingsColumn() 
 
- 
 
-