Package org.openurp.std.info.model
Class Home
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.info.model.StudentInfoBean
org.openurp.std.info.model.Home
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,StudentBasedEntity
@Entity(name="org.openurp.std.info.model.Home") public class Home extends StudentInfoBean
学生家庭信息
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.openurp.std.info.model.StudentInfoBean
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description Home() -
Method Summary
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.std.info.model.StudentInfoBean
getStd, getUpdatedAt, setStd, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId
-
Constructor Details
-
Home
public Home()
-
-
Method Details
-
getAddress
-
setAddress
-
getPhone
-
setPhone
-
getPostcode
-
setPostcode
-
getFormerAddr
-
setFormerAddr
-
getPolice
-
setPolice
-
getPolicePhone
-
setPolicePhone
-
getRailwayStation
-
setRailwayStation
-