Class JaxbEntity

java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbEntity
All Implemented Interfaces:
Serializable, EntityOrMappedSuperclass, LifecycleCallbackContainer, ManagedType

public class JaxbEntity extends Object implements Serializable, EntityOrMappedSuperclass
See jakarta.persistence.Entity Defines the settings and mappings for an entity. Is allowed to be sparsely populated and used in conjunction with the annotations. Alternatively, the metadata-complete attribute can be used to indicate that no annotations on the entity class (and its fields or properties) are to be processed. If this is the case then the defaulting rules for the entity and its subelements will be recursively applied.
See Also:
  • Field Details

  • Constructor Details

    • JaxbEntity

      public JaxbEntity()
  • Method Details

    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Specified by:
      getDescription in interface ManagedType
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Specified by:
      setDescription in interface ManagedType
      Parameters:
      value - allowed object is String
    • getTable

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

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

      public String getTableExpression()
      Gets the value of the tableExpression property.
      Returns:
      possible object is String
    • setTableExpression

      public void setTableExpression(String value)
      Sets the value of the tableExpression property.
      Parameters:
      value - allowed object is String
    • getSecondaryTable

      public List<JaxbSecondaryTable> getSecondaryTable()
      Gets the value of the secondaryTable 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 Jakarta XML Binding object. This is why there is not a set method for the secondaryTable property.

      For example, to add a new item, do as follows:

          getSecondaryTable().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbSecondaryTable

      Returns:
      The value of the secondaryTable property.
    • getSynchronize

      public List<JaxbSynchronizedTable> getSynchronize()
      Gets the value of the synchronize 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 Jakarta XML Binding object. This is why there is not a set method for the synchronize property.

      For example, to add a new item, do as follows:

          getSynchronize().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbSynchronizedTable

      Returns:
      The value of the synchronize property.
    • getPrimaryKeyJoinColumn

      public List<JaxbPrimaryKeyJoinColumn> getPrimaryKeyJoinColumn()
      Gets the value of the primaryKeyJoinColumn 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 Jakarta XML Binding object. This is why there is not a set method for the primaryKeyJoinColumn property.

      For example, to add a new item, do as follows:

          getPrimaryKeyJoinColumn().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbPrimaryKeyJoinColumn

      Returns:
      The value of the primaryKeyJoinColumn property.
    • getPrimaryKeyForeignKey

      public JaxbForeignKey getPrimaryKeyForeignKey()
      Gets the value of the primaryKeyForeignKey property.
      Returns:
      possible object is JaxbForeignKey
    • setPrimaryKeyForeignKey

      public void setPrimaryKeyForeignKey(JaxbForeignKey value)
      Sets the value of the primaryKeyForeignKey property.
      Parameters:
      value - allowed object is JaxbForeignKey
    • getRowid

      public String getRowid()
      Gets the value of the rowid property.
      Returns:
      possible object is String
    • setRowid

      public void setRowid(String value)
      Sets the value of the rowid property.
      Parameters:
      value - allowed object is String
    • getWhere

      public String getWhere()
      Gets the value of the where property.
      Returns:
      possible object is String
    • setWhere

      public void setWhere(String value)
      Sets the value of the where property.
      Parameters:
      value - allowed object is String
    • getLoader

      public JaxbCustomLoader getLoader()
      Gets the value of the loader property.
      Returns:
      possible object is JaxbCustomLoader
    • setLoader

      public void setLoader(JaxbCustomLoader value)
      Sets the value of the loader property.
      Parameters:
      value - allowed object is JaxbCustomLoader
    • getSqlInsert

      public JaxbCustomSql getSqlInsert()
      Gets the value of the sqlInsert property.
      Returns:
      possible object is JaxbCustomSql
    • setSqlInsert

      public void setSqlInsert(JaxbCustomSql value)
      Sets the value of the sqlInsert property.
      Parameters:
      value - allowed object is JaxbCustomSql
    • getSqlUpdate

      public JaxbCustomSql getSqlUpdate()
      Gets the value of the sqlUpdate property.
      Returns:
      possible object is JaxbCustomSql
    • setSqlUpdate

      public void setSqlUpdate(JaxbCustomSql value)
      Sets the value of the sqlUpdate property.
      Parameters:
      value - allowed object is JaxbCustomSql
    • getSqlDelete

      public JaxbCustomSql getSqlDelete()
      Gets the value of the sqlDelete property.
      Returns:
      possible object is JaxbCustomSql
    • setSqlDelete

      public void setSqlDelete(JaxbCustomSql value)
      Sets the value of the sqlDelete property.
      Parameters:
      value - allowed object is JaxbCustomSql
    • isDynamicInsert

      public Boolean isDynamicInsert()
      Gets the value of the dynamicInsert property.
      Returns:
      possible object is Boolean
    • setDynamicInsert

      public void setDynamicInsert(Boolean value)
      Sets the value of the dynamicInsert property.
      Parameters:
      value - allowed object is Boolean
    • isDynamicUpdate

      public Boolean isDynamicUpdate()
      Gets the value of the dynamicUpdate property.
      Returns:
      possible object is Boolean
    • setDynamicUpdate

      public void setDynamicUpdate(Boolean value)
      Sets the value of the dynamicUpdate property.
      Parameters:
      value - allowed object is Boolean
    • isSelectBeforeUpdate

      public Boolean isSelectBeforeUpdate()
      Gets the value of the selectBeforeUpdate property.
      Returns:
      possible object is Boolean
    • setSelectBeforeUpdate

      public void setSelectBeforeUpdate(Boolean value)
      Sets the value of the selectBeforeUpdate property.
      Parameters:
      value - allowed object is Boolean
    • getCaching

      public JaxbCaching getCaching()
      Gets the value of the caching property.
      Returns:
      possible object is JaxbCaching
    • setCaching

      public void setCaching(JaxbCaching value)
      Sets the value of the caching property.
      Parameters:
      value - allowed object is JaxbCaching
    • getBatchSize

      public Integer getBatchSize()
      Gets the value of the batchSize property.
      Returns:
      possible object is Integer
    • setBatchSize

      public void setBatchSize(Integer value)
      Sets the value of the batchSize property.
      Parameters:
      value - allowed object is Integer
    • isLazy

      public Boolean isLazy()
      Gets the value of the lazy property.
      Returns:
      possible object is Boolean
    • setLazy

      public void setLazy(Boolean value)
      Sets the value of the lazy property.
      Parameters:
      value - allowed object is Boolean
    • isMutable

      public Boolean isMutable()
      Gets the value of the mutable property.
      Returns:
      possible object is Boolean
    • setMutable

      public void setMutable(Boolean value)
      Sets the value of the mutable property.
      Parameters:
      value - allowed object is Boolean
    • getOptimisticLock

      public OptimisticLockStyle getOptimisticLock()
      Gets the value of the optimisticLock property.
      Returns:
      possible object is String
    • setOptimisticLock

      public void setOptimisticLock(OptimisticLockStyle value)
      Sets the value of the optimisticLock property.
      Parameters:
      value - allowed object is String
    • getIdClass

      public JaxbIdClass getIdClass()
      Gets the value of the idClass property.
      Specified by:
      getIdClass in interface EntityOrMappedSuperclass
      Returns:
      possible object is JaxbIdClass
    • setIdClass

      public void setIdClass(JaxbIdClass value)
      Sets the value of the idClass property.
      Specified by:
      setIdClass in interface EntityOrMappedSuperclass
      Parameters:
      value - allowed object is JaxbIdClass
    • getInheritance

      public JaxbInheritance getInheritance()
      Gets the value of the inheritance property.
      Returns:
      possible object is JaxbInheritance
    • setInheritance

      public void setInheritance(JaxbInheritance value)
      Sets the value of the inheritance property.
      Parameters:
      value - allowed object is JaxbInheritance
    • getProxy

      public String getProxy()
      Gets the value of the proxy property.
      Returns:
      possible object is String
    • setProxy

      public void setProxy(String value)
      Sets the value of the proxy property.
      Parameters:
      value - allowed object is String
    • getPolymorphism

      public PolymorphismType getPolymorphism()
      Gets the value of the polymorphism property.
      Returns:
      possible object is String
    • setPolymorphism

      public void setPolymorphism(PolymorphismType value)
      Sets the value of the polymorphism property.
      Parameters:
      value - allowed object is String
    • getDiscriminatorValue

      public String getDiscriminatorValue()
      Gets the value of the discriminatorValue property.
      Returns:
      possible object is String
    • setDiscriminatorValue

      public void setDiscriminatorValue(String value)
      Sets the value of the discriminatorValue property.
      Parameters:
      value - allowed object is String
    • getDiscriminatorColumn

      public JaxbDiscriminatorColumn getDiscriminatorColumn()
      Gets the value of the discriminatorColumn property.
      Returns:
      possible object is JaxbDiscriminatorColumn
    • setDiscriminatorColumn

      public void setDiscriminatorColumn(JaxbDiscriminatorColumn value)
      Sets the value of the discriminatorColumn property.
      Parameters:
      value - allowed object is JaxbDiscriminatorColumn
    • getDiscriminatorFormula

      public String getDiscriminatorFormula()
      Gets the value of the discriminatorFormula property.
      Returns:
      possible object is String
    • setDiscriminatorFormula

      public void setDiscriminatorFormula(String value)
      Sets the value of the discriminatorFormula property.
      Parameters:
      value - allowed object is String
    • getSequenceGenerator

      public JaxbSequenceGenerator getSequenceGenerator()
      Gets the value of the sequenceGenerator property.
      Returns:
      possible object is JaxbSequenceGenerator
    • setSequenceGenerator

      public void setSequenceGenerator(JaxbSequenceGenerator value)
      Sets the value of the sequenceGenerator property.
      Parameters:
      value - allowed object is JaxbSequenceGenerator
    • getTableGenerator

      public JaxbTableGenerator getTableGenerator()
      Gets the value of the tableGenerator property.
      Returns:
      possible object is JaxbTableGenerator
    • setTableGenerator

      public void setTableGenerator(JaxbTableGenerator value)
      Sets the value of the tableGenerator property.
      Parameters:
      value - allowed object is JaxbTableGenerator
    • getIdentifierGenerator

      public List<JaxbGenericIdGenerator> getIdentifierGenerator()
      Gets the value of the identifierGenerator 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 Jakarta XML Binding object. This is why there is not a set method for the identifierGenerator property.

      For example, to add a new item, do as follows:

          getIdentifierGenerator().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbGenericIdGenerator

      Returns:
      The value of the identifierGenerator property.
    • getNamedQuery

      public List<JaxbNamedQuery> getNamedQuery()
      Gets the value of the namedQuery 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 Jakarta XML Binding object. This is why there is not a set method for the namedQuery property.

      For example, to add a new item, do as follows:

          getNamedQuery().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbNamedQuery

      Returns:
      The value of the namedQuery property.
    • getNamedNativeQuery

      public List<JaxbNamedNativeQuery> getNamedNativeQuery()
      Gets the value of the namedNativeQuery 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 Jakarta XML Binding object. This is why there is not a set method for the namedNativeQuery property.

      For example, to add a new item, do as follows:

          getNamedNativeQuery().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbNamedNativeQuery

      Returns:
      The value of the namedNativeQuery property.
    • getNamedStoredProcedureQuery

      public List<JaxbNamedStoredProcedureQuery> getNamedStoredProcedureQuery()
      Gets the value of the namedStoredProcedureQuery 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 Jakarta XML Binding object. This is why there is not a set method for the namedStoredProcedureQuery property.

      For example, to add a new item, do as follows:

          getNamedStoredProcedureQuery().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbNamedStoredProcedureQuery

      Returns:
      The value of the namedStoredProcedureQuery property.
    • getSqlResultSetMapping

      public List<JaxbSqlResultSetMapping> getSqlResultSetMapping()
      Gets the value of the sqlResultSetMapping 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 Jakarta XML Binding object. This is why there is not a set method for the sqlResultSetMapping property.

      For example, to add a new item, do as follows:

          getSqlResultSetMapping().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbSqlResultSetMapping

      Returns:
      The value of the sqlResultSetMapping property.
    • getExcludeDefaultListeners

      public JaxbEmptyType getExcludeDefaultListeners()
      Gets the value of the excludeDefaultListeners property.
      Specified by:
      getExcludeDefaultListeners in interface EntityOrMappedSuperclass
      Returns:
      possible object is JaxbEmptyType
    • setExcludeDefaultListeners

      public void setExcludeDefaultListeners(JaxbEmptyType value)
      Sets the value of the excludeDefaultListeners property.
      Specified by:
      setExcludeDefaultListeners in interface EntityOrMappedSuperclass
      Parameters:
      value - allowed object is JaxbEmptyType
    • getExcludeSuperclassListeners

      public JaxbEmptyType getExcludeSuperclassListeners()
      Gets the value of the excludeSuperclassListeners property.
      Specified by:
      getExcludeSuperclassListeners in interface EntityOrMappedSuperclass
      Returns:
      possible object is JaxbEmptyType
    • setExcludeSuperclassListeners

      public void setExcludeSuperclassListeners(JaxbEmptyType value)
      Sets the value of the excludeSuperclassListeners property.
      Specified by:
      setExcludeSuperclassListeners in interface EntityOrMappedSuperclass
      Parameters:
      value - allowed object is JaxbEmptyType
    • getEntityListeners

      public JaxbEntityListeners getEntityListeners()
      Gets the value of the entityListeners property.
      Specified by:
      getEntityListeners in interface EntityOrMappedSuperclass
      Returns:
      possible object is JaxbEntityListeners
    • setEntityListeners

      public void setEntityListeners(JaxbEntityListeners value)
      Sets the value of the entityListeners property.
      Specified by:
      setEntityListeners in interface EntityOrMappedSuperclass
      Parameters:
      value - allowed object is JaxbEntityListeners
    • getPrePersist

      public JaxbPrePersist getPrePersist()
      Gets the value of the prePersist property.
      Specified by:
      getPrePersist in interface EntityOrMappedSuperclass
      Specified by:
      getPrePersist in interface LifecycleCallbackContainer
      Returns:
      possible object is JaxbPrePersist
    • setPrePersist

      public void setPrePersist(JaxbPrePersist value)
      Sets the value of the prePersist property.
      Specified by:
      setPrePersist in interface EntityOrMappedSuperclass
      Specified by:
      setPrePersist in interface LifecycleCallbackContainer
      Parameters:
      value - allowed object is JaxbPrePersist
    • getPostPersist

      public JaxbPostPersist getPostPersist()
      Gets the value of the postPersist property.
      Specified by:
      getPostPersist in interface EntityOrMappedSuperclass
      Specified by:
      getPostPersist in interface LifecycleCallbackContainer
      Returns:
      possible object is JaxbPostPersist
    • setPostPersist

      public void setPostPersist(JaxbPostPersist value)
      Sets the value of the postPersist property.
      Specified by:
      setPostPersist in interface EntityOrMappedSuperclass
      Specified by:
      setPostPersist in interface LifecycleCallbackContainer
      Parameters:
      value - allowed object is JaxbPostPersist
    • getPreRemove

      public JaxbPreRemove getPreRemove()
      Gets the value of the preRemove property.
      Specified by:
      getPreRemove in interface EntityOrMappedSuperclass
      Specified by:
      getPreRemove in interface LifecycleCallbackContainer
      Returns:
      possible object is JaxbPreRemove
    • setPreRemove

      public void setPreRemove(JaxbPreRemove value)
      Sets the value of the preRemove property.
      Specified by:
      setPreRemove in interface EntityOrMappedSuperclass
      Specified by:
      setPreRemove in interface LifecycleCallbackContainer
      Parameters:
      value - allowed object is JaxbPreRemove
    • getPostRemove

      public JaxbPostRemove getPostRemove()
      Gets the value of the postRemove property.
      Specified by:
      getPostRemove in interface EntityOrMappedSuperclass
      Specified by:
      getPostRemove in interface LifecycleCallbackContainer
      Returns:
      possible object is JaxbPostRemove
    • setPostRemove

      public void setPostRemove(JaxbPostRemove value)
      Sets the value of the postRemove property.
      Specified by:
      setPostRemove in interface EntityOrMappedSuperclass
      Specified by:
      setPostRemove in interface LifecycleCallbackContainer
      Parameters:
      value - allowed object is JaxbPostRemove
    • getPreUpdate

      public JaxbPreUpdate getPreUpdate()
      Gets the value of the preUpdate property.
      Specified by:
      getPreUpdate in interface EntityOrMappedSuperclass
      Specified by:
      getPreUpdate in interface LifecycleCallbackContainer
      Returns:
      possible object is JaxbPreUpdate
    • setPreUpdate

      public void setPreUpdate(JaxbPreUpdate value)
      Sets the value of the preUpdate property.
      Specified by:
      setPreUpdate in interface EntityOrMappedSuperclass
      Specified by:
      setPreUpdate in interface LifecycleCallbackContainer
      Parameters:
      value - allowed object is JaxbPreUpdate
    • getPostUpdate

      public JaxbPostUpdate getPostUpdate()
      Gets the value of the postUpdate property.
      Specified by:
      getPostUpdate in interface EntityOrMappedSuperclass
      Specified by:
      getPostUpdate in interface LifecycleCallbackContainer
      Returns:
      possible object is JaxbPostUpdate
    • setPostUpdate

      public void setPostUpdate(JaxbPostUpdate value)
      Sets the value of the postUpdate property.
      Specified by:
      setPostUpdate in interface EntityOrMappedSuperclass
      Specified by:
      setPostUpdate in interface LifecycleCallbackContainer
      Parameters:
      value - allowed object is JaxbPostUpdate
    • getPostLoad

      public JaxbPostLoad getPostLoad()
      Gets the value of the postLoad property.
      Specified by:
      getPostLoad in interface EntityOrMappedSuperclass
      Specified by:
      getPostLoad in interface LifecycleCallbackContainer
      Returns:
      possible object is JaxbPostLoad
    • setPostLoad

      public void setPostLoad(JaxbPostLoad value)
      Sets the value of the postLoad property.
      Specified by:
      setPostLoad in interface EntityOrMappedSuperclass
      Specified by:
      setPostLoad in interface LifecycleCallbackContainer
      Parameters:
      value - allowed object is JaxbPostLoad
    • getAttributeOverride

      public List<JaxbAttributeOverride> getAttributeOverride()
      Gets the value of the attributeOverride 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 Jakarta XML Binding object. This is why there is not a set method for the attributeOverride property.

      For example, to add a new item, do as follows:

          getAttributeOverride().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbAttributeOverride

      Returns:
      The value of the attributeOverride property.
    • getAssociationOverride

      public List<JaxbAssociationOverride> getAssociationOverride()
      Gets the value of the associationOverride 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 Jakarta XML Binding object. This is why there is not a set method for the associationOverride property.

      For example, to add a new item, do as follows:

          getAssociationOverride().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbAssociationOverride

      Returns:
      The value of the associationOverride property.
    • getConvert

      public List<JaxbConvert> getConvert()
      Gets the value of the convert 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 Jakarta XML Binding object. This is why there is not a set method for the convert property.

      For example, to add a new item, do as follows:

          getConvert().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbConvert

      Returns:
      The value of the convert property.
    • getNamedEntityGraph

      public List<JaxbNamedEntityGraph> getNamedEntityGraph()
      Gets the value of the namedEntityGraph 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 Jakarta XML Binding object. This is why there is not a set method for the namedEntityGraph property.

      For example, to add a new item, do as follows:

          getNamedEntityGraph().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbNamedEntityGraph

      Returns:
      The value of the namedEntityGraph property.
    • getExtends

      public String getExtends()
      Gets the value of the extends property.
      Returns:
      possible object is String
    • setExtends

      public void setExtends(String value)
      Sets the value of the extends property.
      Parameters:
      value - allowed object is String
    • getFilter

      public List<JaxbHbmFilter> getFilter()
      Gets the value of the filter 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 Jakarta XML Binding object. This is why there is not a set method for the filter property.

      For example, to add a new item, do as follows:

          getFilter().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbHbmFilter

      Returns:
      The value of the filter property.
    • getFetchProfile

      public List<JaxbFetchProfile> getFetchProfile()
      Gets the value of the fetchProfile 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 Jakarta XML Binding object. This is why there is not a set method for the fetchProfile property.

      For example, to add a new item, do as follows:

          getFetchProfile().add(newItem);
       

      Objects of the following type(s) are allowed in the list JaxbFetchProfile

      Returns:
      The value of the fetchProfile property.
    • getTenantId

      public JaxbTenantId getTenantId()
      Gets the value of the tenantId property.
      Returns:
      possible object is JaxbTenantId
    • setTenantId

      public void setTenantId(JaxbTenantId value)
      Sets the value of the tenantId property.
      Parameters:
      value - allowed object is JaxbTenantId
    • getAttributes

      public JaxbAttributes getAttributes()
      Gets the value of the attributes property.
      Specified by:
      getAttributes in interface EntityOrMappedSuperclass
      Specified by:
      getAttributes in interface ManagedType
      Returns:
      possible object is JaxbAttributes
    • setAttributes

      public void setAttributes(JaxbAttributes value)
      Sets the value of the attributes property.
      Specified by:
      setAttributes in interface EntityOrMappedSuperclass
      Parameters:
      value - allowed object is JaxbAttributes
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Specified by:
      getClazz in interface ManagedType
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz property.
      Specified by:
      setClazz in interface ManagedType
      Parameters:
      value - allowed object is String
    • getAccess

      public AccessType getAccess()
      Gets the value of the access property.
      Specified by:
      getAccess in interface ManagedType
      Returns:
      possible object is String
    • setAccess

      public void setAccess(AccessType value)
      Sets the value of the access property.
      Specified by:
      setAccess in interface ManagedType
      Parameters:
      value - allowed object is String
    • getAttributeAccessor

      public String getAttributeAccessor()
      Gets the value of the attributeAccessor property.
      Returns:
      possible object is String
    • setAttributeAccessor

      public void setAttributeAccessor(String value)
      Sets the value of the attributeAccessor property.
      Parameters:
      value - allowed object is String
    • isCacheable

      public Boolean isCacheable()
      Gets the value of the cacheable property.
      Returns:
      possible object is Boolean
    • setCacheable

      public void setCacheable(Boolean value)
      Sets the value of the cacheable property.
      Parameters:
      value - allowed object is Boolean
    • isMetadataComplete

      public Boolean isMetadataComplete()
      Gets the value of the metadataComplete property.
      Specified by:
      isMetadataComplete in interface ManagedType
      Returns:
      possible object is Boolean
    • setMetadataComplete

      public void setMetadataComplete(Boolean value)
      Sets the value of the metadataComplete property.
      Specified by:
      setMetadataComplete in interface ManagedType
      Parameters:
      value - allowed object is Boolean