Class AbstractPersistable
- java.lang.Object
-
- org.optaweb.employeerostering.domain.common.AbstractPersistable
-
- Direct Known Subclasses:
Contract,ContractView,Employee,EmployeeAvailability,EmployeeAvailabilityView,EmployeeView,Roster,RosterConstraintConfiguration,RosterConstraintConfigurationView,RosterState,RosterStateView,Shift,ShiftView,Skill,SkillView,Spot,SpotView,TimeBucket,TimeBucketView
@MappedSuperclass public abstract class AbstractPersistable extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description AbstractPersistable()protectedAbstractPersistable(Integer tenantId)protectedAbstractPersistable(Long id, Integer tenantId)protectedAbstractPersistable(AbstractPersistable other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetId()IntegergetTenantId()LonggetVersion()inthashCode()voidsetId(Long id)voidsetTenantId(Integer tenantId)voidsetVersion(Long version)StringtoString()
-
-
-
Constructor Detail
-
AbstractPersistable
public AbstractPersistable()
-
AbstractPersistable
protected AbstractPersistable(Integer tenantId)
-
AbstractPersistable
protected AbstractPersistable(AbstractPersistable other)
-
-