Class Attachment
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Attachment
Media items configured for a product offering (images, videos).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) description(String description) booleanThe immediate base class type of the attachmentA link to the schema describing this attachment entitythe class type of the AttachmentA narrative text describing the content of the attachmentgetHref()Not Sent.Reference of the attachment.getId()Unique identifier of the attachmentAttachment mime type such as extension file for video, picture and documentgetType()Attachment type format.getUrl()Uniform Resource Locator, is a web page address (a subset of URI)@Valid TimePeriodGet validForinthashCode()voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetDescription(String description) voidvoidvoidsetMimeType(String mimeType) voidvoidvoidsetValidFor(TimePeriod validFor) toString()validFor(TimePeriod validFor)
-
Constructor Details
-
Attachment
public Attachment()
-
-
Method Details
-
description
-
getDescription
A narrative text describing the content of the attachment- Returns:
- description
-
setDescription
-
href
-
getHref
Not Sent.Reference of the attachment.- Returns:
- href
-
setHref
-
id
-
getId
Unique identifier of the attachment- Returns:
- id
-
setId
-
type
-
getType
Attachment type format.- Returns:
- type
-
setType
-
url
-
getUrl
Uniform Resource Locator, is a web page address (a subset of URI)- Returns:
- url
-
setUrl
-
mimeType
-
getMimeType
Attachment mime type such as extension file for video, picture and document- Returns:
- mimeType
-
setMimeType
-
validFor
-
getValidFor
Get validFor- Returns:
- validFor
-
setValidFor
-
atType
-
getAtType
the class type of the Attachment- Returns:
- atType
-
setAtType
-
atBaseType
-
getAtBaseType
The immediate base class type of the attachment- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
A link to the schema describing this attachment entity- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
equals
-
hashCode
public int hashCode() -
toString
-