public class InsurancePolicyModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_ABSTRACTORDER2INSURANCEPOLICYRELATION
Generated relation code constant for relation
AbstractOrder2InsurancePolicyRelation defining source attribute policyOrder in extension financialservices. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
POLICYEXPIRYDATE
Generated constant - Attribute key of
InsurancePolicy.policyExpiryDate attribute defined at extension financialservices. |
static String |
POLICYID
Generated constant - Attribute key of
InsurancePolicy.policyId attribute defined at extension financialservices. |
static String |
POLICYORDER
Generated constant - Attribute key of
InsurancePolicy.policyOrder attribute defined at extension financialservices. |
static String |
POLICYSTARTDATE
Generated constant - Attribute key of
InsurancePolicy.policyStartDate attribute defined at extension financialservices. |
static String |
POLICYURL
Generated constant - Attribute key of
InsurancePolicy.policyUrl attribute defined at extension financialservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
InsurancePolicyModel()
Generated constructor - Default constructor for generic creation.
|
InsurancePolicyModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
InsurancePolicyModel(ItemModel _owner,
OrderModel _policyOrder)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
InsurancePolicyModel(OrderModel _policyOrder)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getPolicyExpiryDate()
Generated method - Getter of the
InsurancePolicy.policyExpiryDate attribute defined at extension financialservices. |
String |
getPolicyId()
Generated method - Getter of the
InsurancePolicy.policyId attribute defined at extension financialservices. |
OrderModel |
getPolicyOrder()
Generated method - Getter of the
InsurancePolicy.policyOrder attribute defined at extension financialservices. |
Date |
getPolicyStartDate()
Generated method - Getter of the
InsurancePolicy.policyStartDate attribute defined at extension financialservices. |
String |
getPolicyUrl()
Generated method - Getter of the
InsurancePolicy.policyUrl attribute defined at extension financialservices. |
void |
setPolicyExpiryDate(Date value)
Generated method - Setter of
InsurancePolicy.policyExpiryDate attribute defined at extension financialservices. |
void |
setPolicyId(String value)
Generated method - Setter of
InsurancePolicy.policyId attribute defined at extension financialservices. |
void |
setPolicyOrder(OrderModel value)
Generated method - Setter of
InsurancePolicy.policyOrder attribute defined at extension financialservices. |
void |
setPolicyStartDate(Date value)
Generated method - Setter of
InsurancePolicy.policyStartDate attribute defined at extension financialservices. |
void |
setPolicyUrl(String value)
Generated method - Setter of
InsurancePolicy.policyUrl attribute defined at extension financialservices. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _ABSTRACTORDER2INSURANCEPOLICYRELATION
AbstractOrder2InsurancePolicyRelation defining source attribute policyOrder in extension financialservices.public static final String POLICYID
InsurancePolicy.policyId attribute defined at extension financialservices.public static final String POLICYSTARTDATE
InsurancePolicy.policyStartDate attribute defined at extension financialservices.public static final String POLICYEXPIRYDATE
InsurancePolicy.policyExpiryDate attribute defined at extension financialservices.public static final String POLICYURL
InsurancePolicy.policyUrl attribute defined at extension financialservices.public static final String POLICYORDER
InsurancePolicy.policyOrder attribute defined at extension financialservices.public InsurancePolicyModel()
public InsurancePolicyModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public InsurancePolicyModel(OrderModel _policyOrder)
_policyOrder - initial attribute declared by type InsurancePolicy at extension financialservices@Deprecated public InsurancePolicyModel(ItemModel _owner, OrderModel _policyOrder)
_owner - initial attribute declared by type Item at extension core_policyOrder - initial attribute declared by type InsurancePolicy at extension financialservices@Accessor(qualifier="policyExpiryDate", type=GETTER) public Date getPolicyExpiryDate()
InsurancePolicy.policyExpiryDate attribute defined at extension financialservices.@Accessor(qualifier="policyId", type=GETTER) public String getPolicyId()
InsurancePolicy.policyId attribute defined at extension financialservices.@Accessor(qualifier="policyOrder", type=GETTER) public OrderModel getPolicyOrder()
InsurancePolicy.policyOrder attribute defined at extension financialservices.@Accessor(qualifier="policyStartDate", type=GETTER) public Date getPolicyStartDate()
InsurancePolicy.policyStartDate attribute defined at extension financialservices.@Accessor(qualifier="policyUrl", type=GETTER) public String getPolicyUrl()
InsurancePolicy.policyUrl attribute defined at extension financialservices.@Accessor(qualifier="policyExpiryDate", type=SETTER) public void setPolicyExpiryDate(Date value)
InsurancePolicy.policyExpiryDate attribute defined at extension financialservices.value - the policyExpiryDate@Accessor(qualifier="policyId", type=SETTER) public void setPolicyId(String value)
InsurancePolicy.policyId attribute defined at extension financialservices.value - the policyId@Accessor(qualifier="policyOrder", type=SETTER) public void setPolicyOrder(OrderModel value)
InsurancePolicy.policyOrder attribute defined at extension financialservices.value - the policyOrder@Accessor(qualifier="policyStartDate", type=SETTER) public void setPolicyStartDate(Date value)
InsurancePolicy.policyStartDate attribute defined at extension financialservices.value - the policyStartDateCopyright © 2017 SAP SE. All Rights Reserved.