Class HiddenModel<ID extends Serializable>
java.lang.Object
cn.net.vidyo.framework.data.jpa.domain.Model<ID>
cn.net.vidyo.framework.data.jpa.domain.HiddenModel<ID>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.net.vidyo.framework.data.jpa.domain.Model
postLoad, postPersist, postUpdate, prePersist, preUpdateMethods 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
-
HiddenModel
public HiddenModel()
-
-
Method Details
-
isHidden
public boolean isHidden() -
setHidden
public void setHidden(boolean hidden)
-