类 School
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Integer>
org.beangle.commons.entity.pojo.IntegerIdObject
org.openurp.base.model.School
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Integer>
@Entity(name="org.openurp.base.model.School")
public class School
extends org.beangle.commons.entity.pojo.IntegerIdObject
学校信息
- 从以下版本开始:
- 2011-10-19
- 另请参阅:
-
字段概要
字段从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCode()getEndOn()getName()voidsetBeginOn(Date beginOn) voidvoidvoidsetInstitution(Institution institution) voidsetLogoUrl(String logoUrl) voidsetShortName(String shortName) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
字段详细资料
-
beginOn
生效时间 -
endOn
失效时间
-
-
构造器详细资料
-
School
public School()
-
-
方法详细资料
-
getName
-
getEnName
-
setCode
-
getCode
-
getInstitution
-
setInstitution
-
getLogoUrl
-
setLogoUrl
-
getShortName
-
setShortName
-
getBeginOn
-
setBeginOn
-
getEndOn
-
setEndOn
-