Package com.sap.platform.model
Class CecTechnicalUserModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- com.sap.platform.model.CecTechnicalUserModel
-
- All Implemented Interfaces:
java.io.Serializable
public class CecTechnicalUserModel extends ItemModel
Generated model class for type CecTechnicalUser first defined at extension sapcpconfiguration.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCECSERVICEMAPPINGSGenerated constant - Attribute key ofCecTechnicalUser.CecServiceMappingsattribute defined at extensionsapcpconfiguration.static java.lang.StringOAUTHURLGenerated constant - Attribute key ofCecTechnicalUser.oauthURLattribute defined at extensionsapcpconfiguration.static java.lang.StringPASSWORDGenerated constant - Attribute key ofCecTechnicalUser.passwordattribute defined at extensionsapcpconfiguration.static java.lang.StringTECHNICALUSERGenerated constant - Attribute key ofCecTechnicalUser.technicalUserattribute defined at extensionsapcpconfiguration.static java.lang.StringTENANTNAMEGenerated constant - Attribute key ofCecTechnicalUser.tenantNameattribute defined at extensionsapcpconfiguration.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description CecTechnicalUserModel()Generated constructor - Default constructor for generic creation.CecTechnicalUserModel(ItemModel _owner, java.lang.String _password, java.lang.String _technicalUser, java.lang.String _tenantName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCecTechnicalUserModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextCecTechnicalUserModel(java.lang.String _password, java.lang.String _technicalUser, java.lang.String _tenantName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<AbstractCecServiceMappingModel>getCecServiceMappings()Generated method - Getter of theCecTechnicalUser.CecServiceMappingsattribute defined at extensionsapcpconfiguration.java.lang.StringgetOauthURL()Generated method - Getter of theCecTechnicalUser.oauthURLattribute defined at extensionsapcpconfiguration.java.lang.StringgetPassword()Generated method - Getter of theCecTechnicalUser.passwordattribute defined at extensionsapcpconfiguration.java.lang.StringgetTechnicalUser()Generated method - Getter of theCecTechnicalUser.technicalUserattribute defined at extensionsapcpconfiguration.java.lang.StringgetTenantName()Generated method - Getter of theCecTechnicalUser.tenantNameattribute defined at extensionsapcpconfiguration.voidsetCecServiceMappings(java.util.Set<AbstractCecServiceMappingModel> value)Generated method - Setter ofCecTechnicalUser.CecServiceMappingsattribute defined at extensionsapcpconfiguration.voidsetOauthURL(java.lang.String value)Generated method - Setter ofCecTechnicalUser.oauthURLattribute defined at extensionsapcpconfiguration.voidsetPassword(java.lang.String value)Generated method - Setter ofCecTechnicalUser.passwordattribute defined at extensionsapcpconfiguration.voidsetTechnicalUser(java.lang.String value)Generated method - Setter ofCecTechnicalUser.technicalUserattribute defined at extensionsapcpconfiguration.voidsetTenantName(java.lang.String value)Generated method - Setter ofCecTechnicalUser.tenantNameattribute defined at extensionsapcpconfiguration.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
TENANTNAME
public static final java.lang.String TENANTNAME
Generated constant - Attribute key ofCecTechnicalUser.tenantNameattribute defined at extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
TECHNICALUSER
public static final java.lang.String TECHNICALUSER
Generated constant - Attribute key ofCecTechnicalUser.technicalUserattribute defined at extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
PASSWORD
public static final java.lang.String PASSWORD
Generated constant - Attribute key ofCecTechnicalUser.passwordattribute defined at extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
OAUTHURL
public static final java.lang.String OAUTHURL
Generated constant - Attribute key ofCecTechnicalUser.oauthURLattribute defined at extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
CECSERVICEMAPPINGS
public static final java.lang.String CECSERVICEMAPPINGS
Generated constant - Attribute key ofCecTechnicalUser.CecServiceMappingsattribute defined at extensionsapcpconfiguration.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CecTechnicalUserModel
public CecTechnicalUserModel()
Generated constructor - Default constructor for generic creation.
-
CecTechnicalUserModel
public CecTechnicalUserModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CecTechnicalUserModel
@Deprecated(since="4.1.1", forRemoval=true) public CecTechnicalUserModel(java.lang.String _password, java.lang.String _technicalUser, java.lang.String _tenantName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_password- initial attribute declared by typeCecTechnicalUserat extensionsapcpconfiguration_technicalUser- initial attribute declared by typeCecTechnicalUserat extensionsapcpconfiguration_tenantName- initial attribute declared by typeCecTechnicalUserat extensionsapcpconfiguration
-
CecTechnicalUserModel
@Deprecated(since="4.1.1", forRemoval=true) public CecTechnicalUserModel(ItemModel _owner, java.lang.String _password, java.lang.String _technicalUser, java.lang.String _tenantName)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore_password- initial attribute declared by typeCecTechnicalUserat extensionsapcpconfiguration_technicalUser- initial attribute declared by typeCecTechnicalUserat extensionsapcpconfiguration_tenantName- initial attribute declared by typeCecTechnicalUserat extensionsapcpconfiguration
-
-
Method Detail
-
getCecServiceMappings
@Accessor(qualifier="CecServiceMappings", type=GETTER) public java.util.Set<AbstractCecServiceMappingModel> getCecServiceMappings()
Generated method - Getter of theCecTechnicalUser.CecServiceMappingsattribute defined at extensionsapcpconfiguration. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the CecServiceMappings
-
getOauthURL
@Accessor(qualifier="oauthURL", type=GETTER) public java.lang.String getOauthURL()
Generated method - Getter of theCecTechnicalUser.oauthURLattribute defined at extensionsapcpconfiguration.- Returns:
- the oauthURL
-
getPassword
@Accessor(qualifier="password", type=GETTER) public java.lang.String getPassword()
Generated method - Getter of theCecTechnicalUser.passwordattribute defined at extensionsapcpconfiguration.- Returns:
- the password
-
getTechnicalUser
@Accessor(qualifier="technicalUser", type=GETTER) public java.lang.String getTechnicalUser()
Generated method - Getter of theCecTechnicalUser.technicalUserattribute defined at extensionsapcpconfiguration.- Returns:
- the technicalUser
-
getTenantName
@Accessor(qualifier="tenantName", type=GETTER) public java.lang.String getTenantName()
Generated method - Getter of theCecTechnicalUser.tenantNameattribute defined at extensionsapcpconfiguration.- Returns:
- the tenantName
-
setCecServiceMappings
@Accessor(qualifier="CecServiceMappings", type=SETTER) public void setCecServiceMappings(java.util.Set<AbstractCecServiceMappingModel> value)
Generated method - Setter ofCecTechnicalUser.CecServiceMappingsattribute defined at extensionsapcpconfiguration.- Parameters:
value- the CecServiceMappings
-
setOauthURL
@Accessor(qualifier="oauthURL", type=SETTER) public void setOauthURL(java.lang.String value)
Generated method - Setter ofCecTechnicalUser.oauthURLattribute defined at extensionsapcpconfiguration.- Parameters:
value- the oauthURL
-
setPassword
@Accessor(qualifier="password", type=SETTER) public void setPassword(java.lang.String value)
Generated method - Setter ofCecTechnicalUser.passwordattribute defined at extensionsapcpconfiguration.- Parameters:
value- the password
-
setTechnicalUser
@Accessor(qualifier="technicalUser", type=SETTER) public void setTechnicalUser(java.lang.String value)
Generated method - Setter ofCecTechnicalUser.technicalUserattribute defined at extensionsapcpconfiguration.- Parameters:
value- the technicalUser
-
-