addIdentity
public void addIdentity(int index,
java.lang.String vIdentity)
throws java.lang.IndexOutOfBoundsException
Method addIdentity
addIdentity
public void addIdentity(java.lang.String vIdentity)
throws java.lang.IndexOutOfBoundsException
Method addIdentity
addNamedQuery
public void addNamedQuery(int index,
NamedQuery vNamedQuery)
throws java.lang.IndexOutOfBoundsException
Method addNamedQuery
addNamedQuery
public void addNamedQuery(NamedQuery vNamedQuery)
throws java.lang.IndexOutOfBoundsException
Method addNamedQuery
clearIdentity
public void clearIdentity()
Method clearIdentity
clearNamedQuery
public void clearNamedQuery()
Method clearNamedQuery
deleteAutoComplete
public void deleteAutoComplete()
Method deleteAutoComplete
deleteVerifyConstructable
public void deleteVerifyConstructable()
Method deleteVerifyConstructable
enumerateIdentity
public java.util.Enumeration enumerateIdentity()
Method enumerateIdentity
enumerateNamedQuery
public java.util.Enumeration enumerateNamedQuery()
Method enumerateNamedQuery
getAutoComplete
public boolean getAutoComplete()
Returns the value of field 'autoComplete'.
getCacheTypeMapping
public CacheTypeMapping getCacheTypeMapping()
Returns the value of field 'cacheTypeMapping'.
getClassChoice
public ClassChoice getClassChoice()
Returns the value of field 'classChoice'.
getDepends
public java.lang.Object getDepends()
Returns the value of field 'depends'.
getDescription
public java.lang.String getDescription()
Returns the value of field 'description'.
getExtends
public java.lang.Object getExtends()
Returns the value of field 'extends'.
getIdentity
public java.lang.String[] getIdentity()
Method getIdentity
getIdentity
public java.lang.String getIdentity(int index)
throws java.lang.IndexOutOfBoundsException
Method getIdentity
getIdentityCount
public int getIdentityCount()
Method getIdentityCount
getKeyGenerator
public java.lang.String getKeyGenerator()
Returns the value of field 'keyGenerator'.
getMapTo
public MapTo getMapTo()
Returns the value of field 'mapTo'.
getName
public java.lang.String getName()
Returns the value of field 'name'.
getNamedQuery
public NamedQuery[] getNamedQuery()
Method getNamedQuery
getNamedQuery
public NamedQuery getNamedQuery(int index)
throws java.lang.IndexOutOfBoundsException
Method getNamedQuery
getNamedQueryCount
public int getNamedQueryCount()
Method getNamedQueryCount
getVerifyConstructable
public boolean getVerifyConstructable()
Returns the value of field 'verifyConstructable'.
hasAutoComplete
public boolean hasAutoComplete()
Method hasAutoComplete
hasVerifyConstructable
public boolean hasVerifyConstructable()
Method hasVerifyConstructable
isValid
public boolean isValid()
Method isValid
removeIdentity
public boolean removeIdentity(java.lang.String vIdentity)
Method removeIdentity
removeNamedQuery
public boolean removeNamedQuery(NamedQuery vNamedQuery)
Method removeNamedQuery
setAccess
public void setAccess(ClassMappingAccessType access)
Sets the value of field 'access'.
access
- the value of field 'access'.
setAutoComplete
public void setAutoComplete(boolean autoComplete)
Sets the value of field 'autoComplete'.
autoComplete
- the value of field 'autoComplete'.
setCacheTypeMapping
public void setCacheTypeMapping(CacheTypeMapping cacheTypeMapping)
Sets the value of field 'cacheTypeMapping'.
cacheTypeMapping
- the value of field 'cacheTypeMapping'
setClassChoice
public void setClassChoice(ClassChoice classChoice)
Sets the value of field 'classChoice'.
classChoice
- the value of field 'classChoice'.
setDepends
public void setDepends(java.lang.Object depends)
Sets the value of field 'depends'.
depends
- the value of field 'depends'.
setDescription
public void setDescription(java.lang.String description)
Sets the value of field 'description'.
description
- the value of field 'description'.
setExtends
public void setExtends(java.lang.Object _extends)
Sets the value of field 'extends'.
setIdentity
public void setIdentity(int index,
java.lang.String vIdentity)
throws java.lang.IndexOutOfBoundsException
Method setIdentity
setIdentity
public void setIdentity(java.lang.String[] identityArray)
Method setIdentity
setKeyGenerator
public void setKeyGenerator(java.lang.String keyGenerator)
Sets the value of field 'keyGenerator'.
keyGenerator
- the value of field 'keyGenerator'.
setMapTo
public void setMapTo(MapTo mapTo)
Sets the value of field 'mapTo'.
mapTo
- the value of field 'mapTo'.
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.
name
- the value of field 'name'.
setNamedQuery
public void setNamedQuery(int index,
NamedQuery vNamedQuery)
throws java.lang.IndexOutOfBoundsException
Method setNamedQuery
setNamedQuery
public void setNamedQuery(NamedQuery[] namedQueryArray)
Method setNamedQuery
setVerifyConstructable
public void setVerifyConstructable(boolean verifyConstructable)
Sets the value of field 'verifyConstructable'.
verifyConstructable
- the value of field
'verifyConstructable'.