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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description School()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
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)
-
-