Class ProcessTypeRef

java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProcessTypeRef

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class ProcessTypeRef extends Object
A reference to the process type
  • Constructor Details

    • ProcessTypeRef

      public ProcessTypeRef()
  • Method Details

    • id

      public ProcessTypeRef id(String id)
    • getId

      public String getId()
      The identifier of the process type
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ProcessTypeRef href(String href)
    • getHref

      public String getHref()
      Url used to reference the process type
      Returns:
      href
    • setHref

      public void setHref(String href)
    • atreferredType

      public ProcessTypeRef atreferredType(String atreferredType)
    • getAtreferredType

      public String getAtreferredType()
      (Class) type of the referred process type
      Returns:
      atreferredType
    • setAtreferredType

      public void setAtreferredType(String atreferredType)
    • attype

      public ProcessTypeRef attype(String attype)
    • getAttype

      public String getAttype()
      (Class) type of the process type
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object