All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opencannabis.schema.inventory.InventoryKeyOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2018, Momentum Ideas, Co. All rights reserved.
 *
 * Source and object computer code contained herein is the private intellectual
 * property of Momentum Ideas Co., a Delaware Corporation. Use of this
 * code in source form requires permission in writing before use or the
 * assembly, distribution, or publishing of derivative works, for commercial
 * purposes or any other purpose, from a duly authorized officer of Momentum
 * Ideas Co.
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: inventory/InventoryProduct.proto

package io.opencannabis.schema.inventory;

public interface InventoryKeyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opencannabis.inventory.InventoryKey)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Key record uniquely identifying this inventory product. Keys for saved items are lifted to this property from the
   * attached concrete record below.
   * 
* * .opencannabis.base.ProductKey key = 1 [(.core.field) = { ... } */ boolean hasKey(); /** *
   * Key record uniquely identifying this inventory product. Keys for saved items are lifted to this property from the
   * attached concrete record below.
   * 
* * .opencannabis.base.ProductKey key = 1 [(.core.field) = { ... } */ io.opencannabis.schema.base.BaseProductKey.ProductKey getKey(); /** *
   * Key record uniquely identifying this inventory product. Keys for saved items are lifted to this property from the
   * attached concrete record below.
   * 
* * .opencannabis.base.ProductKey key = 1 [(.core.field) = { ... } */ io.opencannabis.schema.base.BaseProductKey.ProductKeyOrBuilder getKeyOrBuilder(); /** *
   * Unique ID provisioned for this inventory item.
   * 
* * string uuid = 2; */ java.lang.String getUuid(); /** *
   * Unique ID provisioned for this inventory item.
   * 
* * string uuid = 2; */ com.google.protobuf.ByteString getUuidBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy