Class PersistenceType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.PersistenceType
Defines how the values of the attribute will be stored. Possible values: 'cmp' (deprecated), 'jalo' (not persistent),
and 'property' (persistent).
Java class for persistenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="persistenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="columntype" type="{}columntypeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="property"/>
<enumeration value="jalo"/>
<enumeration value="cmp"/>
<enumeration value="dynamic"/>
</restriction>
</simpleType>
</attribute>
<attribute name="qualifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="attributeHandler" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<ColumntypeType>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributeHandler property.Gets the value of the columntype property.Gets the value of the qualifier property.getType()Gets the value of the type property.voidsetAttributeHandler(String value) Sets the value of the attributeHandler property.voidsetQualifier(String value) Sets the value of the qualifier property.voidSets the value of the type property.
-
Field Details
-
columntype
-
type
-
qualifier
-
attributeHandler
-
-
Constructor Details
-
PersistenceType
public PersistenceType()
-
-
Method Details
-
getColumntype
Gets the value of the columntype property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the columntype property.For example, to add a new item, do as follows:
getColumntype().add(newItem);
Objects of the following type(s) are allowed in the list
ColumntypeType -
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
-
getQualifier
Gets the value of the qualifier property.- Returns:
- possible object is
String
-
setQualifier
Sets the value of the qualifier property.- Parameters:
value- allowed object isString
-
getAttributeHandler
Gets the value of the attributeHandler property.- Returns:
- possible object is
String
-
setAttributeHandler
Sets the value of the attributeHandler property.- Parameters:
value- allowed object isString
-