org.zlatan.sap
Class Material

java.lang.Object
  extended byorg.zlatan.sap.Material

public class Material
extends java.lang.Object


Constructor Summary
Material()
          Creates a new instance of Material
Material(java.lang.String code, java.lang.String quantity)
           
 
Method Summary
 java.lang.String getCode()
          Getter for property code.
 java.lang.String getQuantity()
          Getter for property quantity.
 void setCode(java.lang.String code)
          Setter for property code.
 void setQuantity(java.lang.String quantity)
          Setter for property quantity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Material

public Material()
Creates a new instance of Material


Material

public Material(java.lang.String code,
                java.lang.String quantity)
Method Detail

getCode

public java.lang.String getCode()
Getter for property code.

Returns:
Value of property code.

setCode

public void setCode(java.lang.String code)
Setter for property code.

Parameters:
code - New value of property code.

getQuantity

public java.lang.String getQuantity()
Getter for property quantity.

Returns:
Value of property quantity.

setQuantity

public void setQuantity(java.lang.String quantity)
Setter for property quantity.

Parameters:
quantity - New value of property quantity.