Package org.openurp.base.model
Class School
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Integer>
org.beangle.commons.entity.pojo.IntegerIdObject
org.openurp.base.model.School
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Integer>
@Entity(name="org.openurp.base.model.School")
public class School
extends org.beangle.commons.entity.pojo.IntegerIdObject
学校信息
- Since:
- 2011-10-19
- See Also:
-
Field Summary
FieldsFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getEndOn()getName()voidsetBeginOn(Date beginOn) voidvoidvoidsetInstitution(Institution institution) voidsetLogoUrl(String logoUrl) voidsetShortName(String shortName) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
beginOn
生效时间 -
endOn
失效时间
-
-
Constructor Details
-
School
public School()
-
-
Method Details
-
getName
-
getEnName
-
setCode
-
getCode
-
getInstitution
-
setInstitution
-
getLogoUrl
-
setLogoUrl
-
getShortName
-
setShortName
-
getBeginOn
-
setBeginOn
-
getEndOn
-
setEndOn
-