Class Note
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.Note
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
-