Class DeploymentType

java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.DeploymentType

public class DeploymentType extends Object
A deployment defines how a (generic) item or relation is mapped onto the database.

Java class for deploymentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="deploymentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="table" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="typecode" use="required" type="{}positiveshort" />
       <attribute name="propertytable" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • table

      protected String table
    • typecode

      protected int typecode
    • propertytable

      protected String propertytable
  • Constructor Details

    • DeploymentType

      public DeploymentType()
  • Method Details

    • getTable

      public String getTable()
      Gets the value of the table property.
      Returns:
      possible object is String
    • setTable

      public void setTable(String value)
      Sets the value of the table property.
      Parameters:
      value - allowed object is String
    • getTypecode

      public int getTypecode()
      Gets the value of the typecode property.
    • setTypecode

      public void setTypecode(int value)
      Sets the value of the typecode property.
    • getPropertytable

      public String getPropertytable()
      Gets the value of the propertytable property.
      Returns:
      possible object is String
    • setPropertytable

      public void setPropertytable(String value)
      Sets the value of the propertytable property.
      Parameters:
      value - allowed object is String