Home » NOVA Product » NOVA Product Data Types

NOVA Product Data Types (Package ch.voev.nova.product.datatypes)

Types / Enumerations:


Types

ConditionTextCategoryCode

Business code to uniquely identify a condition text category.


Properties / Associations

Name Type Multiplicity Constraints Description
code String 1..1 @Size(min=0, max=255)


ProductNumber

Type represents a product number.


Properties / Associations

Name Type Multiplicity Constraints Description
number int 1..1 @Max(maxValue=999999999)
@Positive
The product number.


ProductTaxonomyClassPath

Type can be used to identify a product taxonomy class.


Properties / Associations

Name Type Multiplicity Constraints Description
productTaxonomyName String 1..1 @Size(min=0, max=255)
Name of the product taxonomy.
path String 1..1 @Size(min=0, max=1024)
Path to identity the class within the product taxonomy.


ProductVariantID

Type can be used to identity the variant of a product. A product variant ID is only unique in combination with a product number or EntityVersionID.


Properties / Associations

Name Type Multiplicity Constraints Description
id String 1..1 @Size(min=0, max=32)



Enumerations

ProductReferenceDateType

Defines the date which is relevant for the version look up of products, tariffs, etc. when selling a product.

Literals

Name Description
SALES_DATE
FIRST_USAGE_DATE