Saxonberg Server API
    Preparing search index...
    interface Branded {
        getBrand(): BrandDescriptor | null;
        getBrandKey(): string;
        getCorpo(): CorpoDescriptor | null;
        setBrandKey(value: string): void;
    }
    Index

    Methods