Class CreateUpdateTimeHiddenModel<ID extends Serializable>
java.lang.Object
cn.net.vidyo.framework.data.jpa.domain.Model<ID>
cn.net.vidyo.framework.data.jpa.domain.CreateUpdateTimeModel<ID>
cn.net.vidyo.framework.data.jpa.domain.CreateUpdateTimeHiddenModel<ID>
- All Implemented Interfaces:
IModel<ID>,Serializable
@MappedSuperclass
public abstract class CreateUpdateTimeHiddenModel<ID extends Serializable>
extends CreateUpdateTimeModel<ID>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.net.vidyo.framework.data.jpa.domain.CreateUpdateTimeModel
getCreatetime, getUpdatetime, prePersist, preUpdate, setCreatetime, setUpdatetimeMethods inherited from class cn.net.vidyo.framework.data.jpa.domain.Model
postLoad, postPersist, postUpdateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.net.vidyo.framework.data.jpa.domain.IModel
getId, getIdClass, isIdModified, setId
-
Constructor Details
-
CreateUpdateTimeHiddenModel
public CreateUpdateTimeHiddenModel()
-
-
Method Details
-
isHidden
public boolean isHidden() -
setHidden
public void setHidden(boolean hidden)
-