org.opencrx.kernel.contract1.cci2.CreateSalesContractParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:36.677088836Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateSalesContractParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code activeOn}.
* @return The possibly null value for structure field {@code activeOn}.
*/
public java.util.Date getActiveOn(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code basedOn}.
* @return The possibly null value for structure field {@code basedOn}.
*/
public org.opencrx.kernel.contract1.cci2.AbstractContract getBasedOn(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code broker}.
* @return The possibly null value for structure field {@code broker}.
*/
public org.opencrx.kernel.account1.cci2.Account getBroker(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code contractCurrency}.
* @return The non-null value for structure field {@code contractCurrency}.
*/
public short getContractCurrency(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code contractType}.
* @return The possibly null value for structure field {@code contractType}.
*/
public org.opencrx.kernel.contract1.cci2.ContractType getContractType(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code customer}.
* @return The possibly null value for structure field {@code customer}.
*/
public org.opencrx.kernel.account1.cci2.Account getCustomer(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code description}.
* @return The possibly null value for structure field {@code description}.
*/
public java.lang.String getDescription(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code name}.
* @return The possibly null value for structure field {@code name}.
*/
public java.lang.String getName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code paymentTerms}.
* @return The possibly null value for structure field {@code paymentTerms}.
*/
public java.lang.Short getPaymentTerms(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code pricingDate}.
* @return The possibly null value for structure field {@code pricingDate}.
*/
public java.util.Date getPricingDate(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code priority}.
* @return The possibly null value for structure field {@code priority}.
*/
public java.lang.Short getPriority(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code salesRep}.
* @return The possibly null value for structure field {@code salesRep}.
*/
public org.opencrx.kernel.account1.cci2.Account getSalesRep(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code salesTaxTypeGroup}.
* @return The possibly null value for structure field {@code salesTaxTypeGroup}.
*/
public org.opencrx.kernel.product1.cci2.SalesTaxTypeGroup getSalesTaxTypeGroup(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code supplier}.
* @return The possibly null value for structure field {@code supplier}.
*/
public org.opencrx.kernel.account1.cci2.Account getSupplier(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
activeOn
, basedOn
, broker
, contractCurrency
, contractType
, customer
, description
, name
, paymentTerms
, pricingDate
, priority
, salesRep
, salesTaxTypeGroup
, supplier
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}