Class BillFormat
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.BillFormat
A detailed description of the way in which a bill is presented.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) description(String description) 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 nameAn explanatory text for this bill formatgetHref()Reference of the bill formatgetId()Unique identifier of the bill format@NotNull StringgetName()A short descriptive nameinthashCode()voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetDescription(String description) voidvoidvoidtoString()
-
Constructor Details
-
BillFormat
public BillFormat()
-
-
Method Details
-
id
-
getId
Unique identifier of the bill format- Returns:
- id
-
setId
-
href
-
getHref
Reference of the bill format- Returns:
- href
-
setHref
-
description
-
getDescription
An explanatory text for this bill format- Returns:
- description
-
setDescription
-
name
-
getName
A short descriptive name- Returns:
- name
-
setName
-
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
-