Class NetworkProduct
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.NetworkProduct
An instantiated network product (specialization of a product) subscribed by a customer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOutOfBucketCounterItem(ConsumptionSummary outOfBucketCounterItem) addUserItem(RelatedParty userItem) atBaseType(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 namegetHref()Reference to the network productgetId()Unique identifier of the network productgetName()Network product name@Valid List<ConsumptionSummary>Counters detailing usage consumption out of the bucketsPublic number associated to the network product (msisdn number for mobile line for example)@Valid List<RelatedParty>getUser()References of the users of the network productinthashCode()outOfBucketCounter(List<ConsumptionSummary> outOfBucketCounter) publicIdentifier(String publicIdentifier) voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidvoidvoidsetOutOfBucketCounter(List<ConsumptionSummary> outOfBucketCounter) voidsetPublicIdentifier(String publicIdentifier) voidsetUser(List<RelatedParty> user) toString()user(List<RelatedParty> user)
-
Constructor Details
-
NetworkProduct
public NetworkProduct()
-
-
Method Details
-
id
-
getId
Unique identifier of the network product- Returns:
- id
-
setId
-
href
-
getHref
Reference to the network product- Returns:
- href
-
setHref
-
name
-
getName
Network product name- Returns:
- name
-
setName
-
publicIdentifier
-
getPublicIdentifier
Public number associated to the network product (msisdn number for mobile line for example)- Returns:
- publicIdentifier
-
setPublicIdentifier
-
outOfBucketCounter
-
addOutOfBucketCounterItem
-
getOutOfBucketCounter
Counters detailing usage consumption out of the buckets- Returns:
- outOfBucketCounter
-
setOutOfBucketCounter
-
user
-
addUserItem
-
getUser
References of the users of the network product- Returns:
- user
-
setUser
-
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
-