Class Note
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.Note
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
public class Note
extends Object
Extra information about a given entity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity nameAuthor of the note@Valid DategetDate()Date of the note@NotNull StringgetId()Identifier of the note within its containing entity (may or may not be globally unique, depending on provider implementation)@NotNull StringgetText()Text of the noteinthashCode()voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidvoidvoidvoidtoString()
-
Constructor Details
-
Note
public Note()
-
-
Method Details
-
id
-
getId
Identifier of the note within its containing entity (may or may not be globally unique, depending on provider implementation)- Returns:
- id
-
setId
-
author
-
getAuthor
Author of the note- Returns:
- author
-
setAuthor
-
date
-
getDate
Date of the note- Returns:
- date
-
setDate
-
text
-
getText
Text of the note- Returns:
- text
-
setText
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-