java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.dto.NetworkProductRef

@Deprecated(since="2208") public class NetworkProductRef extends Object
Deprecated.
Reference of a product
  • Constructor Details

    • NetworkProductRef

      public NetworkProductRef()
      Deprecated.
  • Method Details

    • id

      public NetworkProductRef id(String id)
      Deprecated.
    • getId

      @NotNull public @NotNull String getId()
      Deprecated.
      Unique identifier of the network product
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • href

      public NetworkProductRef href(String href)
      Deprecated.
    • getHref

      @NotNull public @NotNull String getHref()
      Deprecated.
      Reference to the network product
      Returns:
      href
    • setHref

      public void setHref(String href)
      Deprecated.
    • name

      public NetworkProductRef name(String name)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
      Network product name
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • publicIdentifier

      public NetworkProductRef publicIdentifier(String publicIdentifier)
      Deprecated.
    • getPublicIdentifier

      public String getPublicIdentifier()
      Deprecated.
      Public number associated to the product (msisdn number for mobile line for example)
      Returns:
      publicIdentifier
    • setPublicIdentifier

      public void setPublicIdentifier(String publicIdentifier)
      Deprecated.
    • _atBaseType

      public NetworkProductRef _atBaseType(String _atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      _atBaseType
    • setAtBaseType

      public void setAtBaseType(String _atBaseType)
      Deprecated.
    • _atSchemaLocation

      public NetworkProductRef _atSchemaLocation(String _atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      _atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String _atSchemaLocation)
      Deprecated.
    • _atType

      public NetworkProductRef _atType(String _atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      _atType
    • setAtType

      public void setAtType(String _atType)
      Deprecated.
    • _atReferredType

      public NetworkProductRef _atReferredType(String _atReferredType)
      Deprecated.
    • getAtReferredType

      public String getAtReferredType()
      Deprecated.
      Generic attribute indicating the name of the class type of the referred resource entity
      Returns:
      _atReferredType
    • setAtReferredType

      public void setAtReferredType(String _atReferredType)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object