Class BillFormat
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.dto.BillFormat
@Validated
@Generated(value="de.hybris.platform.billingaccounttmfwebservices.swagger.BaBillingAccountCodegen",
date="2022-10-21T20:35:18.164Z")
public class BillFormat
extends Object
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
-