Class BaseStoreRef


  • @Validated
    @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
               date="2020-02-20T06:17:51.077Z")
    public class BaseStoreRef
    extends java.lang.Object
    Reference to the base store.
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseStoreRef()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getHref()
      Unique reference of the BaseStore
      java.lang.String getId()
      Unique identifier of the BaseStore
      java.lang.String getName()
      Name of the BaseStore
      int hashCode()  
      BaseStoreRef href​(java.lang.String href)  
      BaseStoreRef id​(java.lang.String id)  
      BaseStoreRef name​(java.lang.String name)  
      void setHref​(java.lang.String href)  
      void setId​(java.lang.String id)  
      void setName​(java.lang.String name)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BaseStoreRef

        public BaseStoreRef()
    • Method Detail

      • getId

        public java.lang.String getId()
        Unique identifier of the BaseStore
        Returns:
        id
      • setId

        public void setId​(java.lang.String id)
      • href

        public BaseStoreRef href​(java.lang.String href)
      • getHref

        public java.lang.String getHref()
        Unique reference of the BaseStore
        Returns:
        href
      • setHref

        public void setHref​(java.lang.String href)
      • name

        public BaseStoreRef name​(java.lang.String name)
      • getName

        public java.lang.String getName()
        Name of the BaseStore
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object