Class CreateSupplySourceResponse


  • public class CreateSupplySourceResponse
    extends java.lang.Object
    The result of creating a new supply source.
    • Constructor Detail

      • CreateSupplySourceResponse

        public CreateSupplySourceResponse()
    • Method Detail

      • getSupplySourceId

        public java.lang.String getSupplySourceId()
        Get supplySourceId
        Returns:
        supplySourceId
      • setSupplySourceId

        public void setSupplySourceId​(java.lang.String supplySourceId)
      • getSupplySourceCode

        public java.lang.String getSupplySourceCode()
        Get supplySourceCode
        Returns:
        supplySourceCode
      • setSupplySourceCode

        public void setSupplySourceCode​(java.lang.String supplySourceCode)
      • 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