Class BillingCycleSpecificationRef
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.BillingCycleSpecificationRef
BillingCycleSpecification reference. A description of when to initiate a billing cycle and the various sub steps of a billing cycle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atReferredType(String atReferredType) atSchemaLocation(String atSchemaLocation) booleanWhen sub-classing, this defines the super-classThe actual type of the target instance when needed for disambiguation.A URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity nameAn offset of a billing/settlement date.Frequency of the billing cycle (monthly for instance)getHref()Reference of the billing cycle specification@NotNull StringgetId()Unique identifier of the billing cycle specificationgetName()A short descriptive nameinthashCode()voidsetAtBaseType(String atBaseType) voidsetAtReferredType(String atReferredType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetDateShift(Integer dateShift) voidsetFrequency(String frequency) voidvoidvoidtoString()
-
Constructor Details
-
BillingCycleSpecificationRef
public BillingCycleSpecificationRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the billing cycle specification- Returns:
- id
-
setId
-
href
-
getHref
Reference of the billing cycle specification- Returns:
- href
-
setHref
-
dateShift
-
getDateShift
An offset of a billing/settlement date. The offset is expressed as number of days with regard to the start of the billing/settlement period.- Returns:
- dateShift
-
setDateShift
-
frequency
-
getFrequency
Frequency of the billing cycle (monthly for instance)- Returns:
- frequency
-
setFrequency
-
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
-
atReferredType
-
getAtReferredType
The actual type of the target instance when needed for disambiguation.- Returns:
- atReferredType
-
setAtReferredType
-
equals
-
hashCode
public int hashCode() -
toString
-