Class DeploymentType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.DeploymentType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the propertytable property.getTable()Gets the value of the table property.intGets the value of the typecode property.voidsetPropertytable(String value) Sets the value of the propertytable property.voidSets the value of the table property.voidsetTypecode(int value) Sets the value of the typecode property.
-
Field Details
-
table
-
typecode
protected int typecode -
propertytable
-
-
Constructor Details
-
DeploymentType
public DeploymentType()
-
-
Method Details
-
getTable
Gets the value of the table property.- Returns:
- possible object is
String
-
setTable
Sets the value of the table property.- Parameters:
value- allowed object isString
-
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
Gets the value of the propertytable property.- Returns:
- possible object is
String
-
setPropertytable
Sets the value of the propertytable property.- Parameters:
value- allowed object isString
-