public class YaasProjectModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_BASESITEYAASPROJECTRELATION
Generated relation code constant for relation
BaseSiteYaasProjectRelation defining source attribute baseSite in extension yaasconfiguration. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
_YAASORGANISATIONPROJECTRELATION
Generated relation code constant for relation
YaasOrganisationProjectRelation defining source attribute yaasOrganisation in extension yaasconfiguration. |
static java.lang.String |
BASESITE
Generated constant - Attribute key of
YaasProject.baseSite attribute defined at extension yaasconfiguration. |
static java.lang.String |
BASESITEPOS
Generated constant - Attribute key of
YaasProject.baseSitePOS attribute defined at extension yaasconfiguration. |
static java.lang.String |
IDENTIFIER
Generated constant - Attribute key of
YaasProject.identifier attribute defined at extension yaasconfiguration. |
static java.lang.String |
YAASCLIENTCREDENTIALS
Generated constant - Attribute key of
YaasProject.yaasClientCredentials attribute defined at extension yaasconfiguration. |
static java.lang.String |
YAASORGANISATION
Generated constant - Attribute key of
YaasProject.yaasOrganisation attribute defined at extension yaasconfiguration. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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. |
java.lang.String |
getIdentifier()
Generated method - Getter of the
YaasProject.identifier attribute defined at extension yaasconfiguration. |
java.util.Set<YaasClientCredentialModel> |
getYaasClientCredentials()
Generated method - Getter of the
YaasProject.yaasClientCredentials 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(java.lang.String value)
Generated method - Setter of
YaasProject.identifier attribute defined at extension yaasconfiguration. |
void |
setYaasClientCredentials(java.util.Set<YaasClientCredentialModel> value)
Generated method - Setter of
YaasProject.yaasClientCredentials attribute defined at extension yaasconfiguration. |
void |
setYaasOrganisation(YaasOrganisationModel value)
Generated method - Setter of
YaasProject.yaasOrganisation attribute defined at extension yaasconfiguration. |
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 _YAASORGANISATIONPROJECTRELATION
YaasOrganisationProjectRelation defining source attribute yaasOrganisation in extension yaasconfiguration.public static final java.lang.String _BASESITEYAASPROJECTRELATION
BaseSiteYaasProjectRelation defining source attribute baseSite in extension yaasconfiguration.public static final java.lang.String IDENTIFIER
YaasProject.identifier attribute defined at extension yaasconfiguration.public static final java.lang.String YAASORGANISATION
YaasProject.yaasOrganisation attribute defined at extension yaasconfiguration.public static final java.lang.String BASESITEPOS
YaasProject.baseSitePOS attribute defined at extension yaasconfiguration.public static final java.lang.String BASESITE
YaasProject.baseSite attribute defined at extension yaasconfiguration.public static final java.lang.String YAASCLIENTCREDENTIALS
YaasProject.yaasClientCredentials 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 java.lang.String getIdentifier()
YaasProject.identifier attribute defined at extension yaasconfiguration.@Accessor(qualifier="yaasClientCredentials", type=GETTER) public java.util.Set<YaasClientCredentialModel> getYaasClientCredentials()
YaasProject.yaasClientCredentials 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(java.lang.String value)
YaasProject.identifier attribute defined at extension yaasconfiguration.value - the identifier@Accessor(qualifier="yaasClientCredentials", type=SETTER) public void setYaasClientCredentials(java.util.Set<YaasClientCredentialModel> value)
YaasProject.yaasClientCredentials attribute defined at extension yaasconfiguration.value - the yaasClientCredentials@Accessor(qualifier="yaasOrganisation", type=SETTER) public void setYaasOrganisation(YaasOrganisationModel value)
YaasProject.yaasOrganisation attribute defined at extension yaasconfiguration.value - the yaasOrganisationCopyright © 2018 SAP SE. All Rights Reserved.