org.opencrx.kernel.contract1.jmi1.CreateSalesContractParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.jmi1;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:39.137145034Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateSalesContractParams
extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.opencrx.kernel.contract1.cci2.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.jmi1.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.jmi1.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.jmi1.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.jmi1.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.jmi1.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.jmi1.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.jmi1.Account getSupplier(
);
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}