Package org.openurp.edu.clazz.app.model
Class AvailableTimeConfiguration
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.edu.clazz.app.model.AvailableTimeConfiguration
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
public class AvailableTimeConfiguration
extends org.beangle.commons.entity.pojo.LongIdObject
任务可用时间配置
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
ConstructorsConstructorDescriptionAvailableTimeConfiguration(String name, String availTime, Boolean isDefault) -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetAvailTime(String availTime) voidsetIsDefault(Boolean isDefault) voidMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
AvailableTimeConfiguration
public AvailableTimeConfiguration() -
AvailableTimeConfiguration
-
-
Method Details
-
getName
-
setName
-
getAvailTime
-
setAvailTime
-
getIsDefault
-
setIsDefault
-