deleteContainer
public void deleteContainer()
deleteDirect
public void deleteDirect()
deleteLazy
public void deleteLazy()
deleteRequired
public void deleteRequired()
deleteTransient
public void deleteTransient()
getBindXml
public BindXml getBindXml()
getContainer
public boolean getContainer()
getCreateMethod
public java.lang.String getCreateMethod()
getDescription
public java.lang.String getDescription()
getDirect
public boolean getDirect()
getGetMethod
public java.lang.String getGetMethod()
getHandler
public java.lang.String getHandler()
getHasMethod
public java.lang.String getHasMethod()
getLazy
public boolean getLazy()
getLdap
public Ldap getLdap()
getName
public java.lang.String getName()
getRequired
public boolean getRequired()
getSetMethod
public java.lang.String getSetMethod()
getSql
public Sql getSql()
getTransient
public boolean getTransient()
getType
public java.lang.String getType()
hasContainer
public boolean hasContainer()
hasDirect
public boolean hasDirect()
hasLazy
public boolean hasLazy()
hasRequired
public boolean hasRequired()
hasTransient
public boolean hasTransient()
isValid
public boolean isValid()
setBindXml
public void setBindXml(BindXml _bindXml)
setContainer
public void setContainer(boolean _container)
setCreateMethod
public void setCreateMethod(java.lang.String _createMethod)
setDescription
public void setDescription(java.lang.String _description)
setDirect
public void setDirect(boolean _direct)
setGetMethod
public void setGetMethod(java.lang.String _getMethod)
setHandler
public void setHandler(java.lang.String _handler)
setHasMethod
public void setHasMethod(java.lang.String _hasMethod)
setLazy
public void setLazy(boolean _lazy)
setLdap
public void setLdap(Ldap _ldap)
setName
public void setName(java.lang.String _name)
setRequired
public void setRequired(boolean _required)
setSetMethod
public void setSetMethod(java.lang.String _setMethod)
setSql
public void setSql(Sql _sql)
setTransient
public void setTransient(boolean _transient)
setType
public void setType(java.lang.String _type)