Class Home
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.student.info.model.StudentInfoBean
-
- org.openurp.edu.student.info.model.Home
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,StudentBasedEntity
@Entity(name="org.openurp.edu.student.info.model.Home") public class Home extends StudentInfoBean
学生家庭信息- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openurp.edu.student.info.model.StudentInfoBean
updatedAt
-
-
Constructor Summary
Constructors Constructor Description Home()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()StringgetFormerAddr()StringgetPhone()StringgetPolice()StringgetPolicePhone()StringgetPostcode()RailwayStationgetRailwayStation()voidsetAddress(String address)voidsetFormerAddr(String formerAddr)voidsetPhone(String phone)voidsetPolice(String police)voidsetPolicePhone(String policePhone)voidsetPostcode(String postcode)voidsetRailwayStation(RailwayStation railwayStation)-
Methods inherited from class org.openurp.edu.student.info.model.StudentInfoBean
getStd, getUpdatedAt, setStd, setUpdatedAt
-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
-
-
-
Method Detail
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
getPhone
public String getPhone()
-
setPhone
public void setPhone(String phone)
-
getPostcode
public String getPostcode()
-
setPostcode
public void setPostcode(String postcode)
-
getFormerAddr
public String getFormerAddr()
-
setFormerAddr
public void setFormerAddr(String formerAddr)
-
getPolice
public String getPolice()
-
setPolice
public void setPolice(String police)
-
getPolicePhone
public String getPolicePhone()
-
setPolicePhone
public void setPolicePhone(String policePhone)
-
getRailwayStation
public RailwayStation getRailwayStation()
-
setRailwayStation
public void setRailwayStation(RailwayStation railwayStation)
-
-