类 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
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 School()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DategetBeginOn()StringgetCode()DategetEndOn()StringgetEnName()InstitutiongetInstitution()StringgetLogoUrl()StringgetName()StringgetShortName()voidsetBeginOn(Date beginOn)voidsetCode(String code)voidsetEndOn(Date endOn)voidsetInstitution(Institution institution)voidsetLogoUrl(String logoUrl)voidsetShortName(String shortName)
-
-
-
方法详细资料
-
getName
public String getName()
-
getEnName
public String getEnName()
-
setCode
public void setCode(String code)
-
getCode
public String getCode()
-
getInstitution
public Institution getInstitution()
-
setInstitution
public void setInstitution(Institution institution)
-
getLogoUrl
public String getLogoUrl()
-
setLogoUrl
public void setLogoUrl(String logoUrl)
-
getShortName
public String getShortName()
-
setShortName
public void setShortName(String shortName)
-
getBeginOn
public Date getBeginOn()
-
setBeginOn
public void setBeginOn(Date beginOn)
-
getEndOn
public Date getEndOn()
-
setEndOn
public void setEndOn(Date endOn)
-
-