Package de.xima.fc.entities
Class MandantLdapData
- java.lang.Object
-
- de.xima.cmn.dao.model.AEntity<Long>
-
- de.xima.fc.entities.AbstractEntity
-
- de.xima.fc.entities.AbstractLockableEntity
-
- de.xima.fc.entities.AbstractMandantDependentEntity
-
- de.xima.fc.entities.MandantLdapData
-
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>,de.xima.cmn.dao.interfaces.ILockableEntity<Long>,IMandantDependent,ITransferable,ITransferableEntity,ITransferableLockableEntity,Serializable,Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity public class MandantLdapData extends AbstractMandantDependentEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_PAGESIZEstatic StringATTR_REFERRAL_HOPCOUNTstatic StringATTR_SSL-
Fields inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
mandant
-
Fields inherited from class de.xima.fc.entities.AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersion
-
Fields inherited from class de.xima.fc.entities.AbstractEntity
COL_ID, id
-
Fields inherited from interface de.xima.fc.entities.interfaces.IMandantDependent
ATTR_MANDANT, COL_CLIENT_ID
-
Fields inherited from interface de.xima.fc.entities.interfaces.ITransferableEntity
IMPORT_ID, INVALID_ID
-
-
Constructor Summary
Constructors Constructor Description MandantLdapData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthName()StringgetAuthPassword()StringgetBaseDN()StringgetFilterQuery()StringgetHost()LonggetId()IntegergetPageSize()IntegergetPort()IntegergetReferralHopCount()booleanisUseSSL()voidsetAuthName(String authName)voidsetAuthPassword(String authPassword)voidsetBaseDN(String BaseDN)voidsetFilterQuery(String filterQuery)voidsetHost(String host)voidsetPageSize(Integer pageSize)voidsetPort(Integer port)voidsetReferralHopCount(Integer referralHopCount)voidsetUseSSL(boolean UseSSL)-
Methods inherited from class de.xima.fc.entities.AbstractMandantDependentEntity
getMandant, setMandant
-
Methods inherited from class de.xima.fc.entities.AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersion, toString
-
Methods inherited from class de.xima.fc.entities.AbstractEntity
asIntValue, isPersisted, setId, setId
-
Methods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Field Detail
-
ATTR_SSL
public static final String ATTR_SSL
- See Also:
- Constant Field Values
-
ATTR_PAGESIZE
public static final String ATTR_PAGESIZE
- See Also:
- Constant Field Values
-
ATTR_REFERRAL_HOPCOUNT
public static final String ATTR_REFERRAL_HOPCOUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public Long getId()
-
getBaseDN
public String getBaseDN()
-
setBaseDN
public void setBaseDN(String BaseDN)
-
getFilterQuery
public String getFilterQuery()
-
setFilterQuery
public void setFilterQuery(String filterQuery)
-
isUseSSL
public boolean isUseSSL()
-
setUseSSL
public void setUseSSL(boolean UseSSL)
-
getAuthName
public String getAuthName()
-
setAuthName
public void setAuthName(String authName)
-
getAuthPassword
public String getAuthPassword()
-
setAuthPassword
public void setAuthPassword(String authPassword)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getPort
public Integer getPort()
-
setPort
public void setPort(Integer port)
-
getPageSize
public Integer getPageSize()
- Returns:
- the pageSize
-
setPageSize
public void setPageSize(Integer pageSize)
- Parameters:
pageSize- the pageSize to set
-
getReferralHopCount
public Integer getReferralHopCount()
- Returns:
- the referralHopCount
-
setReferralHopCount
public void setReferralHopCount(Integer referralHopCount)
- Parameters:
referralHopCount- the referralHopCount to set
-
-