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

public class ProcessType extends Object
Process type. It could be ACQUISITION, RETENTION, CHANGE TARIFF
  • Constructor Details

    • ProcessType

      public ProcessType()
  • Method Details

    • id

      public ProcessType id(String id)
    • getId

      public String getId()
      Process Type id.
      Returns:
      id
    • setId

      public void setId(String id)
    • href

      public ProcessType href(String href)
    • getHref

      public String getHref()
      Reference of the Process Type.
      Returns:
      href
    • setHref

      public void setHref(String href)
    • atType

      public ProcessType atType(String atType)
    • getAtType

      public String getAtType()
      Indicated the type of the ProcessType
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • atSchemaLocation

      public ProcessType atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      A link to the schema describing the ProcessType
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • 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