Class LanguageAbility
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.LanguageAbility
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
public class LanguageAbility
extends Object
Ability of an individual to understand or converse in a language.
-
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 nameLanguage code (RFC 5646)Language nameListening proficiency evaluated for this languageReading proficiency evaluated for this languageSpeaking proficiency evaluated for this language@Valid TimePeriodGet validForWriting proficiency evaluated for this languageinthashCode()isFavouriteLanguage(Boolean isFavouriteLanguage) A “true” value specifies whether the language is considered by the individual as his favourite onelanguageCode(String languageCode) languageName(String languageName) listeningProficiency(String listeningProficiency) readingProficiency(String readingProficiency) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetIsFavouriteLanguage(Boolean isFavouriteLanguage) voidsetLanguageCode(String languageCode) voidsetLanguageName(String languageName) voidsetListeningProficiency(String listeningProficiency) voidsetReadingProficiency(String readingProficiency) voidsetSpeakingProficiency(String speakingProficiency) voidsetValidFor(TimePeriod validFor) voidsetWritingProficiency(String writingProficiency) speakingProficiency(String speakingProficiency) toString()validFor(TimePeriod validFor) writingProficiency(String writingProficiency)
-
Constructor Details
-
LanguageAbility
public LanguageAbility()
-
-
Method Details
-
isFavouriteLanguage
-
isIsFavouriteLanguage
A “true” value specifies whether the language is considered by the individual as his favourite one- Returns:
- isFavouriteLanguage
-
setIsFavouriteLanguage
-
languageCode
-
getLanguageCode
Language code (RFC 5646)- Returns:
- languageCode
-
setLanguageCode
-
languageName
-
getLanguageName
Language name- Returns:
- languageName
-
setLanguageName
-
listeningProficiency
-
getListeningProficiency
Listening proficiency evaluated for this language- Returns:
- listeningProficiency
-
setListeningProficiency
-
readingProficiency
-
getReadingProficiency
Reading proficiency evaluated for this language- Returns:
- readingProficiency
-
setReadingProficiency
-
speakingProficiency
-
getSpeakingProficiency
Speaking proficiency evaluated for this language- Returns:
- speakingProficiency
-
setSpeakingProficiency
-
writingProficiency
-
getWritingProficiency
Writing proficiency evaluated for this language- Returns:
- writingProficiency
-
setWritingProficiency
-
validFor
-
getValidFor
Get validFor- Returns:
- validFor
-
setValidFor
-
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
-