Class TableColumnType
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.editor.preview.TableColumnType
Java class for TableColumnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TableColumnType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.getType()Gets the value of the type property.getValue()Gets the value of the value property.voidSets the value of the id property.voidSets the value of the type property.voidSets the value of the value property.
-
Field Details
-
type
-
id
-
value
-
-
Constructor Details
-
TableColumnType
public TableColumnType()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-