public class AgreementModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_CATALOGVERSION2AGREEMENTS
Generated relation code constant for relation
CatalogVersion2Agreements defining source attribute catalogVersion in extension catalog. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BUYER
Generated constant - Attribute key of
Agreement.buyer attribute defined at extension catalog. |
static java.lang.String |
BUYERCONTACT
Generated constant - Attribute key of
Agreement.buyerContact attribute defined at extension catalog. |
static java.lang.String |
CATALOG
Generated constant - Attribute key of
Agreement.Catalog attribute defined at extension catalog. |
static java.lang.String |
CATALOGVERSION
Generated constant - Attribute key of
Agreement.catalogVersion attribute defined at extension catalog. |
static java.lang.String |
CURRENCY
Generated constant - Attribute key of
Agreement.currency attribute defined at extension catalog. |
static java.lang.String |
ENDDATE
Generated constant - Attribute key of
Agreement.enddate attribute defined at extension catalog. |
static java.lang.String |
ID
Generated constant - Attribute key of
Agreement.id attribute defined at extension catalog. |
static java.lang.String |
STARTDATE
Generated constant - Attribute key of
Agreement.startdate attribute defined at extension catalog. |
static java.lang.String |
SUPPLIER
Generated constant - Attribute key of
Agreement.supplier attribute defined at extension catalog. |
static java.lang.String |
SUPPLIERCONTACT
Generated constant - Attribute key of
Agreement.supplierContact attribute defined at extension catalog. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AgreementModel()
Generated constructor - Default constructor for generic creation.
|
AgreementModel(java.util.Date _enddate,
java.lang.String _id)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AgreementModel(java.util.Date _enddate,
java.lang.String _id,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AgreementModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CompanyModel |
getBuyer()
Generated method - Getter of the
Agreement.buyer attribute defined at extension catalog. |
UserModel |
getBuyerContact()
Generated method - Getter of the
Agreement.buyerContact attribute defined at extension catalog. |
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
Agreement.catalogVersion attribute defined at extension catalog. |
CurrencyModel |
getCurrency()
Generated method - Getter of the
Agreement.currency attribute defined at extension catalog. |
java.util.Date |
getEnddate()
Generated method - Getter of the
Agreement.enddate attribute defined at extension catalog. |
java.lang.String |
getId()
Generated method - Getter of the
Agreement.id attribute defined at extension catalog. |
java.util.Date |
getStartdate()
Generated method - Getter of the
Agreement.startdate attribute defined at extension catalog. |
CompanyModel |
getSupplier()
Generated method - Getter of the
Agreement.supplier attribute defined at extension catalog. |
UserModel |
getSupplierContact()
Generated method - Getter of the
Agreement.supplierContact attribute defined at extension catalog. |
void |
setBuyer(CompanyModel value)
Generated method - Setter of
Agreement.buyer attribute defined at extension catalog. |
void |
setBuyerContact(UserModel value)
Generated method - Setter of
Agreement.buyerContact attribute defined at extension catalog. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
Agreement.catalogVersion attribute defined at extension catalog. |
void |
setCurrency(CurrencyModel value)
Generated method - Setter of
Agreement.currency attribute defined at extension catalog. |
void |
setEnddate(java.util.Date value)
Generated method - Setter of
Agreement.enddate attribute defined at extension catalog. |
void |
setId(java.lang.String value)
Generated method - Setter of
Agreement.id attribute defined at extension catalog. |
void |
setStartdate(java.util.Date value)
Generated method - Setter of
Agreement.startdate attribute defined at extension catalog. |
void |
setSupplier(CompanyModel value)
Generated method - Setter of
Agreement.supplier attribute defined at extension catalog. |
void |
setSupplierContact(UserModel value)
Generated method - Setter of
Agreement.supplierContact attribute defined at extension catalog. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _CATALOGVERSION2AGREEMENTS
CatalogVersion2Agreements defining source attribute catalogVersion in extension catalog.public static final java.lang.String ID
Agreement.id attribute defined at extension catalog.public static final java.lang.String STARTDATE
Agreement.startdate attribute defined at extension catalog.public static final java.lang.String ENDDATE
Agreement.enddate attribute defined at extension catalog.public static final java.lang.String CATALOG
Agreement.Catalog attribute defined at extension catalog.public static final java.lang.String BUYER
Agreement.buyer attribute defined at extension catalog.public static final java.lang.String SUPPLIER
Agreement.supplier attribute defined at extension catalog.public static final java.lang.String BUYERCONTACT
Agreement.buyerContact attribute defined at extension catalog.public static final java.lang.String SUPPLIERCONTACT
Agreement.supplierContact attribute defined at extension catalog.public static final java.lang.String CURRENCY
Agreement.currency attribute defined at extension catalog.public static final java.lang.String CATALOGVERSION
Agreement.catalogVersion attribute defined at extension catalog.public AgreementModel()
public AgreementModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public AgreementModel(java.util.Date _enddate,
java.lang.String _id)
_enddate - initial attribute declared by type Agreement at extension catalog_id - initial attribute declared by type Agreement at extension catalog@Deprecated
public AgreementModel(java.util.Date _enddate,
java.lang.String _id,
ItemModel _owner)
_enddate - initial attribute declared by type Agreement at extension catalog_id - initial attribute declared by type Agreement at extension catalog_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="buyer", type=GETTER) public CompanyModel getBuyer()
Agreement.buyer attribute defined at extension catalog.@Accessor(qualifier="buyerContact", type=GETTER) public UserModel getBuyerContact()
Agreement.buyerContact attribute defined at extension catalog.@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
Agreement.catalogVersion attribute defined at extension catalog.@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
Agreement.currency attribute defined at extension catalog.@Accessor(qualifier="enddate", type=GETTER) public java.util.Date getEnddate()
Agreement.enddate attribute defined at extension catalog.@Accessor(qualifier="id", type=GETTER) public java.lang.String getId()
Agreement.id attribute defined at extension catalog.@Accessor(qualifier="startdate", type=GETTER) public java.util.Date getStartdate()
Agreement.startdate attribute defined at extension catalog.@Accessor(qualifier="supplier", type=GETTER) public CompanyModel getSupplier()
Agreement.supplier attribute defined at extension catalog.@Accessor(qualifier="supplierContact", type=GETTER) public UserModel getSupplierContact()
Agreement.supplierContact attribute defined at extension catalog.@Accessor(qualifier="buyer", type=SETTER) public void setBuyer(CompanyModel value)
Agreement.buyer attribute defined at extension catalog.value - the buyer - buyer@Accessor(qualifier="buyerContact", type=SETTER) public void setBuyerContact(UserModel value)
Agreement.buyerContact attribute defined at extension catalog.value - the buyerContact - buyerContact@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
Agreement.catalogVersion attribute defined at extension catalog.value - the catalogVersion@Accessor(qualifier="currency", type=SETTER) public void setCurrency(CurrencyModel value)
Agreement.currency attribute defined at extension catalog.value - the currency - currency@Accessor(qualifier="enddate", type=SETTER) public void setEnddate(java.util.Date value)
Agreement.enddate attribute defined at extension catalog.value - the enddate - Agreement ID@Accessor(qualifier="id", type=SETTER) public void setId(java.lang.String value)
Agreement.id attribute defined at extension catalog.value - the id - Agreement ID@Accessor(qualifier="startdate", type=SETTER) public void setStartdate(java.util.Date value)
Agreement.startdate attribute defined at extension catalog.value - the startdate - Start Date@Accessor(qualifier="supplier", type=SETTER) public void setSupplier(CompanyModel value)
Agreement.supplier attribute defined at extension catalog.value - the supplier - supplierCopyright © 2018 SAP SE. All Rights Reserved.