public class YaasProjectModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_BASESITEYAASPROJECTRELATION
Generated relation code constant for relation
BaseSiteYaasProjectRelation defining source attribute baseSite in extension yaasconfiguration. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_YAASORGANISATIONPROJECTRELATION
Generated relation code constant for relation
YaasOrganisationProjectRelation defining source attribute yaasOrganisation in extension yaasconfiguration. |
static String |
BASESITE
Generated constant - Attribute key of
YaasProject.baseSite attribute defined at extension yaasconfiguration. |
static String |
BASESITEPOS
Generated constant - Attribute key of
YaasProject.baseSitePOS attribute defined at extension yaasconfiguration. |
static String |
IDENTIFIER
Generated constant - Attribute key of
YaasProject.identifier attribute defined at extension yaasconfiguration. |
static String |
YAASAPPLICATIONS
Generated constant - Attribute key of
YaasProject.yaasApplications attribute defined at extension yaasconfiguration. |
static String |
YAASORGANISATION
Generated constant - Attribute key of
YaasProject.yaasOrganisation attribute defined at extension yaasconfiguration. |
static String |
YAASORGANISATIONPOS
Generated constant - Attribute key of
YaasProject.yaasOrganisationPOS attribute defined at extension yaasconfiguration. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
YaasProjectModel()
Generated constructor - Default constructor for generic creation.
|
YaasProjectModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
YaasProjectModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
getBaseSite()
Generated method - Getter of the
YaasProject.baseSite attribute defined at extension yaasconfiguration. |
String |
getIdentifier()
Generated method - Getter of the
YaasProject.identifier attribute defined at extension yaasconfiguration. |
Set<YaasApplicationModel> |
getYaasApplications()
Generated method - Getter of the
YaasProject.yaasApplications attribute defined at extension yaasconfiguration. |
YaasOrganisationModel |
getYaasOrganisation()
Generated method - Getter of the
YaasProject.yaasOrganisation attribute defined at extension yaasconfiguration. |
void |
setBaseSite(BaseSiteModel value)
Generated method - Setter of
YaasProject.baseSite attribute defined at extension yaasconfiguration. |
void |
setIdentifier(String value)
Generated method - Setter of
YaasProject.identifier attribute defined at extension yaasconfiguration. |
void |
setYaasApplications(Set<YaasApplicationModel> value)
Generated method - Setter of
YaasProject.yaasApplications attribute defined at extension yaasconfiguration. |
void |
setYaasOrganisation(YaasOrganisationModel value)
Generated method - Setter of
YaasProject.yaasOrganisation attribute defined at extension yaasconfiguration. |
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 _YAASORGANISATIONPROJECTRELATION
YaasOrganisationProjectRelation defining source attribute yaasOrganisation in extension yaasconfiguration.public static final String _BASESITEYAASPROJECTRELATION
BaseSiteYaasProjectRelation defining source attribute baseSite in extension yaasconfiguration.public static final String IDENTIFIER
YaasProject.identifier attribute defined at extension yaasconfiguration.public static final String YAASORGANISATIONPOS
YaasProject.yaasOrganisationPOS attribute defined at extension yaasconfiguration.public static final String YAASORGANISATION
YaasProject.yaasOrganisation attribute defined at extension yaasconfiguration.public static final String YAASAPPLICATIONS
YaasProject.yaasApplications attribute defined at extension yaasconfiguration.public static final String BASESITEPOS
YaasProject.baseSitePOS attribute defined at extension yaasconfiguration.public static final String BASESITE
YaasProject.baseSite attribute defined at extension yaasconfiguration.public YaasProjectModel()
public YaasProjectModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public YaasProjectModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="baseSite", type=GETTER) public BaseSiteModel getBaseSite()
YaasProject.baseSite attribute defined at extension yaasconfiguration.@Accessor(qualifier="identifier", type=GETTER) public String getIdentifier()
YaasProject.identifier attribute defined at extension yaasconfiguration.@Accessor(qualifier="yaasApplications", type=GETTER) public Set<YaasApplicationModel> getYaasApplications()
YaasProject.yaasApplications attribute defined at extension yaasconfiguration.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="yaasOrganisation", type=GETTER) public YaasOrganisationModel getYaasOrganisation()
YaasProject.yaasOrganisation attribute defined at extension yaasconfiguration.@Accessor(qualifier="baseSite", type=SETTER) public void setBaseSite(BaseSiteModel value)
YaasProject.baseSite attribute defined at extension yaasconfiguration.value - the baseSite@Accessor(qualifier="identifier", type=SETTER) public void setIdentifier(String value)
YaasProject.identifier attribute defined at extension yaasconfiguration.value - the identifier@Accessor(qualifier="yaasApplications", type=SETTER) public void setYaasApplications(Set<YaasApplicationModel> value)
YaasProject.yaasApplications attribute defined at extension yaasconfiguration.value - the yaasApplications@Accessor(qualifier="yaasOrganisation", type=SETTER) public void setYaasOrganisation(YaasOrganisationModel value)
YaasProject.yaasOrganisation attribute defined at extension yaasconfiguration.value - the yaasOrganisationCopyright © 2017 SAP SE. All Rights Reserved.