Class NetworkProductRef
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.NetworkProductRef
Reference of a product
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) atReferredType(String atReferredType) atSchemaLocation(String atSchemaLocation) booleanWhen sub-classing, this defines the super-classGeneric attribute indicating the name of the class type of the referred resource entityA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@NotNull StringgetHref()Reference to the network product@NotNull StringgetId()Unique identifier of the network productgetName()Network product namePublic number associated to the product (msisdn number for mobile line for example)inthashCode()publicIdentifier(String publicIdentifier) voidsetAtBaseType(String atBaseType) voidsetAtReferredType(String atReferredType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidvoidvoidvoidsetPublicIdentifier(String publicIdentifier) toString()
-
Constructor Details
-
NetworkProductRef
public NetworkProductRef()
-
-
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 product (msisdn number for mobile line for example)- Returns:
- publicIdentifier
-
setPublicIdentifier
-
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
Generic attribute indicating the name of the class type of the referred resource entity- Returns:
- atReferredType
-
setAtReferredType
-
equals
-
hashCode
public int hashCode() -
toString
-