Class InternalUserDirectory
java.lang.Object
com.foreach.across.modules.hibernate.business.SettableIdBasedEntity<T>
com.foreach.across.modules.hibernate.business.SettableIdAuditableEntity<UserDirectory>
com.foreach.across.modules.user.business.UserDirectory
com.foreach.across.modules.user.business.InternalUserDirectory
- All Implemented Interfaces:
com.foreach.across.modules.hibernate.business.Auditable<String>,com.foreach.across.modules.hibernate.business.EntityWithDto<UserDirectory>,com.foreach.across.modules.hibernate.business.IdBasedEntity,org.springframework.data.domain.Persistable<Long>
Represents a standard internal
UserDirectory.- Since:
- 2.0.0
- Author:
- Arne Vandamme
-
Field Summary
Fields inherited from class com.foreach.across.modules.user.business.UserDirectory
DEFAULT_INTERNAL_DIRECTORY_ID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.foreach.across.modules.user.business.UserDirectory
getId, getName, getOrder, isActive, setActive, setId, setName, setOrderMethods inherited from class com.foreach.across.modules.hibernate.business.SettableIdAuditableEntity
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDateMethods inherited from class com.foreach.across.modules.hibernate.business.SettableIdBasedEntity
equals, getNewEntityId, hashCode, isNew, setNewEntityId, toDto
-
Constructor Details
-
InternalUserDirectory
public InternalUserDirectory()
-