Class SAPCpiOutboundConfigModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.sap.sapcpiadapter.model.SAPCpiOutboundConfigModel
-
- All Implemented Interfaces:
java.io.Serializable
public class SAPCpiOutboundConfigModel extends ItemModel
Generated model class for type SAPCpiOutboundConfig first defined at extension sapcpiadapter.- 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.StringCLIENTGenerated constant - Attribute key ofSAPCpiOutboundConfig.clientattribute defined at extensionsapcpiadapter.static java.lang.StringRECEIVERNAMEGenerated constant - Attribute key ofSAPCpiOutboundConfig.receiverNameattribute defined at extensionsapcpiadapter.static java.lang.StringRECEIVERPORTGenerated constant - Attribute key ofSAPCpiOutboundConfig.receiverPortattribute defined at extensionsapcpiadapter.static java.lang.StringSENDERNAMEGenerated constant - Attribute key ofSAPCpiOutboundConfig.senderNameattribute defined at extensionsapcpiadapter.static java.lang.StringSENDERPORTGenerated constant - Attribute key ofSAPCpiOutboundConfig.senderPortattribute defined at extensionsapcpiadapter.static java.lang.StringURLGenerated constant - Attribute key ofSAPCpiOutboundConfig.urlattribute defined at extensionsapcpiadapter.static java.lang.StringUSERNAMEGenerated constant - Attribute key ofSAPCpiOutboundConfig.usernameattribute defined at extensionsapcpiadapter.-
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 SAPCpiOutboundConfigModel()Generated constructor - Default constructor for generic creation.SAPCpiOutboundConfigModel(ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSAPCpiOutboundConfigModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClient()Generated method - Getter of theSAPCpiOutboundConfig.clientattribute defined at extensionsapcpiadapter.java.lang.StringgetReceiverName()Generated method - Getter of theSAPCpiOutboundConfig.receiverNameattribute defined at extensionsapcpiadapter.java.lang.StringgetReceiverPort()Generated method - Getter of theSAPCpiOutboundConfig.receiverPortattribute defined at extensionsapcpiadapter.java.lang.StringgetSenderName()Generated method - Getter of theSAPCpiOutboundConfig.senderNameattribute defined at extensionsapcpiadapter.java.lang.StringgetSenderPort()Generated method - Getter of theSAPCpiOutboundConfig.senderPortattribute defined at extensionsapcpiadapter.java.lang.StringgetUrl()Generated method - Getter of theSAPCpiOutboundConfig.urlattribute defined at extensionsapcpiadapter.java.lang.StringgetUsername()Generated method - Getter of theSAPCpiOutboundConfig.usernameattribute defined at extensionsapcpiadapter.voidsetClient(java.lang.String value)Generated method - Setter ofSAPCpiOutboundConfig.clientattribute defined at extensionsapcpiadapter.voidsetReceiverName(java.lang.String value)Generated method - Setter ofSAPCpiOutboundConfig.receiverNameattribute defined at extensionsapcpiadapter.voidsetReceiverPort(java.lang.String value)Generated method - Setter ofSAPCpiOutboundConfig.receiverPortattribute defined at extensionsapcpiadapter.voidsetSenderName(java.lang.String value)Generated method - Setter ofSAPCpiOutboundConfig.senderNameattribute defined at extensionsapcpiadapter.voidsetSenderPort(java.lang.String value)Generated method - Setter ofSAPCpiOutboundConfig.senderPortattribute defined at extensionsapcpiadapter.voidsetUrl(java.lang.String value)Generated method - Setter ofSAPCpiOutboundConfig.urlattribute defined at extensionsapcpiadapter.voidsetUsername(java.lang.String value)Generated method - Setter ofSAPCpiOutboundConfig.usernameattribute defined at extensionsapcpiadapter.-
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
-
URL
public static final java.lang.String URL
Generated constant - Attribute key ofSAPCpiOutboundConfig.urlattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
USERNAME
public static final java.lang.String USERNAME
Generated constant - Attribute key ofSAPCpiOutboundConfig.usernameattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
SENDERNAME
public static final java.lang.String SENDERNAME
Generated constant - Attribute key ofSAPCpiOutboundConfig.senderNameattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
SENDERPORT
public static final java.lang.String SENDERPORT
Generated constant - Attribute key ofSAPCpiOutboundConfig.senderPortattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
RECEIVERNAME
public static final java.lang.String RECEIVERNAME
Generated constant - Attribute key ofSAPCpiOutboundConfig.receiverNameattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
RECEIVERPORT
public static final java.lang.String RECEIVERPORT
Generated constant - Attribute key ofSAPCpiOutboundConfig.receiverPortattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
CLIENT
public static final java.lang.String CLIENT
Generated constant - Attribute key ofSAPCpiOutboundConfig.clientattribute defined at extensionsapcpiadapter.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAPCpiOutboundConfigModel
public SAPCpiOutboundConfigModel()
Generated constructor - Default constructor for generic creation.
-
SAPCpiOutboundConfigModel
public SAPCpiOutboundConfigModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SAPCpiOutboundConfigModel
@Deprecated(since="4.1.1", forRemoval=true) public SAPCpiOutboundConfigModel(ItemModel _owner)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
-
-
Method Detail
-
getClient
@Accessor(qualifier="client", type=GETTER) public java.lang.String getClient()
Generated method - Getter of theSAPCpiOutboundConfig.clientattribute defined at extensionsapcpiadapter.- Returns:
- the client
-
getReceiverName
@Accessor(qualifier="receiverName", type=GETTER) public java.lang.String getReceiverName()
Generated method - Getter of theSAPCpiOutboundConfig.receiverNameattribute defined at extensionsapcpiadapter.- Returns:
- the receiverName
-
getReceiverPort
@Accessor(qualifier="receiverPort", type=GETTER) public java.lang.String getReceiverPort()
Generated method - Getter of theSAPCpiOutboundConfig.receiverPortattribute defined at extensionsapcpiadapter.- Returns:
- the receiverPort
-
getSenderName
@Accessor(qualifier="senderName", type=GETTER) public java.lang.String getSenderName()
Generated method - Getter of theSAPCpiOutboundConfig.senderNameattribute defined at extensionsapcpiadapter.- Returns:
- the senderName
-
getSenderPort
@Accessor(qualifier="senderPort", type=GETTER) public java.lang.String getSenderPort()
Generated method - Getter of theSAPCpiOutboundConfig.senderPortattribute defined at extensionsapcpiadapter.- Returns:
- the senderPort
-
getUrl
@Accessor(qualifier="url", type=GETTER) public java.lang.String getUrl()
Generated method - Getter of theSAPCpiOutboundConfig.urlattribute defined at extensionsapcpiadapter.- Returns:
- the url
-
getUsername
@Accessor(qualifier="username", type=GETTER) public java.lang.String getUsername()
Generated method - Getter of theSAPCpiOutboundConfig.usernameattribute defined at extensionsapcpiadapter.- Returns:
- the username
-
setClient
@Accessor(qualifier="client", type=SETTER) public void setClient(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundConfig.clientattribute defined at extensionsapcpiadapter.- Parameters:
value- the client
-
setReceiverName
@Accessor(qualifier="receiverName", type=SETTER) public void setReceiverName(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundConfig.receiverNameattribute defined at extensionsapcpiadapter.- Parameters:
value- the receiverName
-
setReceiverPort
@Accessor(qualifier="receiverPort", type=SETTER) public void setReceiverPort(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundConfig.receiverPortattribute defined at extensionsapcpiadapter.- Parameters:
value- the receiverPort
-
setSenderName
@Accessor(qualifier="senderName", type=SETTER) public void setSenderName(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundConfig.senderNameattribute defined at extensionsapcpiadapter.- Parameters:
value- the senderName
-
setSenderPort
@Accessor(qualifier="senderPort", type=SETTER) public void setSenderPort(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundConfig.senderPortattribute defined at extensionsapcpiadapter.- Parameters:
value- the senderPort
-
setUrl
@Accessor(qualifier="url", type=SETTER) public void setUrl(java.lang.String value)
Generated method - Setter ofSAPCpiOutboundConfig.urlattribute defined at extensionsapcpiadapter.- Parameters:
value- the url
-
-