public class YaasOrganisationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BASEPATH
Generated constant - Attribute key of
YaasOrganisation.basePath attribute defined at extension yaasconfiguration. |
static java.lang.String |
IDENTIFIER
Generated constant - Attribute key of
YaasOrganisation.identifier attribute defined at extension yaasconfiguration. |
static java.lang.String |
YAASPROJECTS
Generated constant - Attribute key of
YaasOrganisation.yaasProjects attribute defined at extension yaasconfiguration. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
YaasOrganisationModel()
Generated constructor - Default constructor for generic creation.
|
YaasOrganisationModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
YaasOrganisationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBasePath()
Generated method - Getter of the
YaasOrganisation.basePath attribute defined at extension yaasconfiguration. |
java.lang.String |
getIdentifier()
Generated method - Getter of the
YaasOrganisation.identifier attribute defined at extension yaasconfiguration. |
java.util.Set<YaasProjectModel> |
getYaasProjects()
Generated method - Getter of the
YaasOrganisation.yaasProjects attribute defined at extension yaasconfiguration. |
void |
setBasePath(java.lang.String value)
Generated method - Setter of
YaasOrganisation.basePath attribute defined at extension yaasconfiguration. |
void |
setIdentifier(java.lang.String value)
Generated method - Setter of
YaasOrganisation.identifier attribute defined at extension yaasconfiguration. |
void |
setYaasProjects(java.util.Set<YaasProjectModel> value)
Generated method - Setter of
YaasOrganisation.yaasProjects 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 IDENTIFIER
YaasOrganisation.identifier attribute defined at extension yaasconfiguration.public static final java.lang.String BASEPATH
YaasOrganisation.basePath attribute defined at extension yaasconfiguration.public static final java.lang.String YAASPROJECTS
YaasOrganisation.yaasProjects attribute defined at extension yaasconfiguration.public YaasOrganisationModel()
public YaasOrganisationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public YaasOrganisationModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="basePath", type=GETTER) public java.lang.String getBasePath()
YaasOrganisation.basePath attribute defined at extension yaasconfiguration.@Accessor(qualifier="identifier", type=GETTER) public java.lang.String getIdentifier()
YaasOrganisation.identifier attribute defined at extension yaasconfiguration.@Accessor(qualifier="yaasProjects", type=GETTER) public java.util.Set<YaasProjectModel> getYaasProjects()
YaasOrganisation.yaasProjects attribute defined at extension yaasconfiguration.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="basePath", type=SETTER) public void setBasePath(java.lang.String value)
YaasOrganisation.basePath attribute defined at extension yaasconfiguration.value - the basePath@Accessor(qualifier="identifier", type=SETTER) public void setIdentifier(java.lang.String value)
YaasOrganisation.identifier attribute defined at extension yaasconfiguration.value - the identifier@Accessor(qualifier="yaasProjects", type=SETTER) public void setYaasProjects(java.util.Set<YaasProjectModel> value)
YaasOrganisation.yaasProjects attribute defined at extension yaasconfiguration.value - the yaasProjectsCopyright © 2018 SAP SE. All Rights Reserved.